secu(sinatra): passe la grappe des dependances limitante pour embarquer la bonne version de sinatra

This commit is contained in:
Martin 2023-02-06 09:48:23 +01:00
parent f80fe9680f
commit d83f577482

View file

@ -179,7 +179,7 @@ GEM
activerecord (>= 3.1.0, < 7) activerecord (>= 3.1.0, < 7)
delayed_cron_job (0.7.4) delayed_cron_job (0.7.4)
delayed_job (>= 4.1) delayed_job (>= 4.1)
delayed_job (4.1.10) delayed_job (4.1.11)
activesupport (>= 3.0, < 8.0) activesupport (>= 3.0, < 8.0)
delayed_job_active_record (4.1.5) delayed_job_active_record (4.1.5)
activerecord (>= 3.0, < 6.2) activerecord (>= 3.0, < 6.2)
@ -249,15 +249,16 @@ GEM
faraday-patron (1.0.0) faraday-patron (1.0.0)
faraday-rack (1.0.0) faraday-rack (1.0.0)
ffi (1.15.5) ffi (1.15.5)
flipper (0.24.1) flipper (0.26.0)
flipper-active_record (0.24.1) concurrent-ruby (< 2)
flipper-active_record (0.26.0)
activerecord (>= 4.2, < 8) activerecord (>= 4.2, < 8)
flipper (~> 0.24.1) flipper (~> 0.26.0)
flipper-ui (0.24.1) flipper-ui (0.26.0)
erubi (>= 1.0.0, < 2.0.0) erubi (>= 1.0.0, < 2.0.0)
flipper (~> 0.24.1) flipper (~> 0.26.0)
rack (>= 1.4, < 3) rack (>= 1.4, < 3)
rack-protection (>= 1.5.3, <= 2.2.0) rack-protection (>= 1.5.3, <= 4.0.0)
sanitize (< 7) sanitize (< 7)
fog-core (2.2.3) fog-core (2.2.3)
builder builder
@ -424,7 +425,7 @@ GEM
msgpack (1.4.2) msgpack (1.4.2)
multi_json (1.15.0) multi_json (1.15.0)
multipart-post (2.1.1) multipart-post (2.1.1)
mustermann (1.1.1) mustermann (3.0.0)
ruby2_keywords (~> 0.0.1) ruby2_keywords (~> 0.0.1)
net-imap (0.2.3) net-imap (0.2.3)
digest digest
@ -441,7 +442,7 @@ GEM
net-protocol net-protocol
netrc (0.11.0) netrc (0.11.0)
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.14.0) nokogiri (1.14.1)
mini_portile2 (~> 2.8.0) mini_portile2 (~> 2.8.0)
racc (~> 1.4) racc (~> 1.4)
open4 (1.3.4) open4 (1.3.4)
@ -506,7 +507,7 @@ GEM
httpclient httpclient
json-jwt (>= 1.11.0) json-jwt (>= 1.11.0)
rack (>= 2.1.0) rack (>= 2.1.0)
rack-protection (2.2.0) rack-protection (3.0.5)
rack rack
rack-proxy (0.7.4) rack-proxy (0.7.4)
rack rack
@ -683,10 +684,10 @@ GEM
simple_xlsx_reader (1.0.4) simple_xlsx_reader (1.0.4)
nokogiri nokogiri
rubyzip rubyzip
sinatra (2.2.0) sinatra (3.0.5)
mustermann (~> 1.0) mustermann (~> 3.0)
rack (~> 2.2) rack (~> 2.2, >= 2.2.4)
rack-protection (= 2.2.0) rack-protection (= 3.0.5)
tilt (~> 2.0) tilt (~> 2.0)
skylight (5.3.4) skylight (5.3.4)
activesupport (>= 5.2.0) activesupport (>= 5.2.0)
@ -729,7 +730,7 @@ GEM
railties (>= 6.0.0) railties (>= 6.0.0)
typhoeus (1.4.0) typhoeus (1.4.0)
ethon (>= 0.9.0) ethon (>= 0.9.0)
tzinfo (2.0.5) tzinfo (2.0.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
ulid-ruby (1.0.2) ulid-ruby (1.0.2)
unf (0.1.4) unf (0.1.4)