mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-11 05:17:41 +03:00
B #5215: Fix Gemfile.lock on Rack<2.0 on D9 and U1704
This commit is contained in:
parent
2d54015d6b
commit
9d4a88379d
@ -42,7 +42,6 @@ GEM
|
||||
mime-types (2.99.3)
|
||||
mini_portile2 (2.2.0)
|
||||
multipart-post (2.0.0)
|
||||
mustermann (1.0.0)
|
||||
mysql2 (0.4.6)
|
||||
net-ldap (0.12.1)
|
||||
nokogiri (1.8.0)
|
||||
@ -51,16 +50,15 @@ GEM
|
||||
parse-cron (0.1.4)
|
||||
polyglot (0.3.5)
|
||||
public_suffix (2.0.5)
|
||||
rack (2.0.3)
|
||||
rack-protection (2.0.0)
|
||||
rack (1.6.8)
|
||||
rack-protection (1.5.3)
|
||||
rack
|
||||
scrub_rb (1.0.1)
|
||||
sequel (4.47.0)
|
||||
sinatra (2.0.0)
|
||||
mustermann (~> 1.0)
|
||||
rack (~> 2.0)
|
||||
rack-protection (= 2.0.0)
|
||||
tilt (~> 2.0)
|
||||
sinatra (1.4.8)
|
||||
rack (~> 1.5)
|
||||
rack-protection (~> 1.4)
|
||||
tilt (>= 1.3, < 3)
|
||||
sqlite3 (1.3.13)
|
||||
systemu (2.6.5)
|
||||
thin (1.7.1)
|
||||
@ -98,7 +96,7 @@ DEPENDENCIES
|
||||
nokogiri
|
||||
ox
|
||||
parse-cron
|
||||
rack
|
||||
rack (< 2.0.0)
|
||||
sequel
|
||||
sinatra
|
||||
sqlite3
|
||||
|
@ -42,7 +42,6 @@ GEM
|
||||
mime-types (2.99.3)
|
||||
mini_portile2 (2.2.0)
|
||||
multipart-post (2.0.0)
|
||||
mustermann (1.0.0)
|
||||
mysql2 (0.4.6)
|
||||
net-ldap (0.12.1)
|
||||
nokogiri (1.8.0)
|
||||
@ -51,16 +50,15 @@ GEM
|
||||
parse-cron (0.1.4)
|
||||
polyglot (0.3.5)
|
||||
public_suffix (2.0.5)
|
||||
rack (2.0.3)
|
||||
rack-protection (2.0.0)
|
||||
rack (1.6.8)
|
||||
rack-protection (1.5.3)
|
||||
rack
|
||||
scrub_rb (1.0.1)
|
||||
sequel (4.47.0)
|
||||
sinatra (2.0.0)
|
||||
mustermann (~> 1.0)
|
||||
rack (~> 2.0)
|
||||
rack-protection (= 2.0.0)
|
||||
tilt (~> 2.0)
|
||||
sinatra (1.4.8)
|
||||
rack (~> 1.5)
|
||||
rack-protection (~> 1.4)
|
||||
tilt (>= 1.3, < 3)
|
||||
sqlite3 (1.3.13)
|
||||
systemu (2.6.5)
|
||||
thin (1.7.1)
|
||||
@ -98,7 +96,7 @@ DEPENDENCIES
|
||||
nokogiri
|
||||
ox
|
||||
parse-cron
|
||||
rack
|
||||
rack (< 2.0.0)
|
||||
sequel
|
||||
sinatra
|
||||
sqlite3
|
||||
|
Loading…
Reference in New Issue
Block a user