Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group :default do
if rack_version = ENV['RACK_VERSION']
gem 'rack', rack_version
else
gem 'rack', '~> 2.2.20'
gem 'rack', '~> 2.2.21'
end
end

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ GEM
rake
thor (>= 0.14.0)
diff-lcs (1.6.2)
rack (2.2.20)
rake (13.3.0)
rspec (3.13.1)
rack (2.2.21)
rake (13.3.1)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
Expand All @@ -17,7 +17,7 @@ GEM
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.6)
rspec-mocks (3.13.7)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.6)
Expand All @@ -33,6 +33,6 @@ PLATFORMS

DEPENDENCIES
appraisal
rack (~> 2.2.20)
rack (~> 2.2.21)
rake (~> 13.3)
rspec
2 changes: 1 addition & 1 deletion examples/camping/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

ruby '~> 3.1.0'

gem 'rack', '~> 2.2.20'
gem 'rack', '~> 2.2.21'
gem 'rackup'
gem 'camping', '< 3'
gem 'markaby'
Expand Down
10 changes: 5 additions & 5 deletions examples/camping/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ GEM
markaby (0.9.4)
builder
ostruct (0.6.3)
rack (2.2.20)
rack (2.2.21)
rackup (1.0.1)
rack (< 3)
webrick
rake (13.3.0)
rake (13.3.1)
rexml (3.4.4)
rubyzip (3.2.0)
rubyzip (3.2.2)
warbler (2.1.0)
jruby-jars (>= 9.4, < 10.1)
jruby-rack (>= 1.2.3, < 1.3)
ostruct (~> 0.6.2)
rake (~> 13.0, >= 13.0.3)
rexml (~> 3.0)
rubyzip (>= 3.0.0)
webrick (1.9.1)
webrick (1.9.2)

PLATFORMS
java
Expand All @@ -35,7 +35,7 @@ DEPENDENCIES
camping (< 3)
jruby-jars (< 10)
markaby
rack (~> 2.2.20)
rack (~> 2.2.21)
rackup
warbler (~> 2.1)

Expand Down
4 changes: 2 additions & 2 deletions examples/rails7/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ source 'https://rubygems.org'

ruby '~> 3.1.0'

gem 'rails', '~> 7.2.2', '>= 7.2.2.2'
gem 'rack', '~> 2.2.20'
gem 'rails', '~> 7.2.3'
gem 'rack', '~> 2.2.21'
gem "sprockets-rails"

group :development do
Expand Down
151 changes: 78 additions & 73 deletions examples/rails7/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,66 +1,68 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (7.2.2.2)
actionpack (= 7.2.2.2)
activesupport (= 7.2.2.2)
actioncable (7.2.3)
actionpack (= 7.2.3)
activesupport (= 7.2.3)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actionmailbox (7.2.2.2)
actionpack (= 7.2.2.2)
activejob (= 7.2.2.2)
activerecord (= 7.2.2.2)
activestorage (= 7.2.2.2)
activesupport (= 7.2.2.2)
actionmailbox (7.2.3)
actionpack (= 7.2.3)
activejob (= 7.2.3)
activerecord (= 7.2.3)
activestorage (= 7.2.3)
activesupport (= 7.2.3)
mail (>= 2.8.0)
actionmailer (7.2.2.2)
actionpack (= 7.2.2.2)
actionview (= 7.2.2.2)
activejob (= 7.2.2.2)
activesupport (= 7.2.2.2)
actionmailer (7.2.3)
actionpack (= 7.2.3)
actionview (= 7.2.3)
activejob (= 7.2.3)
activesupport (= 7.2.3)
mail (>= 2.8.0)
rails-dom-testing (~> 2.2)
actionpack (7.2.2.2)
actionview (= 7.2.2.2)
activesupport (= 7.2.2.2)
actionpack (7.2.3)
actionview (= 7.2.3)
activesupport (= 7.2.3)
cgi
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4, < 3.2)
rack (>= 2.2.4, < 3.3)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
useragent (~> 0.16)
actiontext (7.2.2.2)
actionpack (= 7.2.2.2)
activerecord (= 7.2.2.2)
activestorage (= 7.2.2.2)
activesupport (= 7.2.2.2)
actiontext (7.2.3)
actionpack (= 7.2.3)
activerecord (= 7.2.3)
activestorage (= 7.2.3)
activesupport (= 7.2.3)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.2.2.2)
activesupport (= 7.2.2.2)
actionview (7.2.3)
activesupport (= 7.2.3)
builder (~> 3.1)
cgi
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.2.2.2)
activesupport (= 7.2.2.2)
activejob (7.2.3)
activesupport (= 7.2.3)
globalid (>= 0.3.6)
activemodel (7.2.2.2)
activesupport (= 7.2.2.2)
activerecord (7.2.2.2)
activemodel (= 7.2.2.2)
activesupport (= 7.2.2.2)
activemodel (7.2.3)
activesupport (= 7.2.3)
activerecord (7.2.3)
activemodel (= 7.2.3)
activesupport (= 7.2.3)
timeout (>= 0.4.0)
activestorage (7.2.2.2)
actionpack (= 7.2.2.2)
activejob (= 7.2.2.2)
activerecord (= 7.2.2.2)
activesupport (= 7.2.2.2)
activestorage (7.2.3)
actionpack (= 7.2.3)
activejob (= 7.2.3)
activerecord (= 7.2.3)
activesupport (= 7.2.3)
marcel (~> 1.0)
activesupport (7.2.2.2)
activesupport (7.2.3)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -73,17 +75,17 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
base64 (0.3.0)
benchmark (0.4.1)
benchmark (0.5.0)
bigdecimal (3.3.1)
bigdecimal (3.3.1-java)
builder (3.3.0)
cgi (0.5.0)
cgi (0.5.0-java)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
connection_pool (2.5.5)
crass (1.0.6)
date (3.4.1)
date (3.4.1-java)
date (3.5.0)
date (3.5.0-java)
drb (2.2.3)
erb (4.0.4)
cgi (>= 0.3.3)
Expand All @@ -96,7 +98,7 @@ GEM
concurrent-ruby (~> 1.0)
io-console (0.8.1)
io-console (0.8.1-java)
irb (1.15.2)
irb (1.15.3)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
Expand All @@ -107,14 +109,15 @@ GEM
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
mail (2.9.0)
logger
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.1.0)
mini_mime (1.1.5)
minitest (5.26.0)
minitest (5.26.2)
net-imap (0.5.12)
date
net-protocol
Expand All @@ -124,8 +127,8 @@ GEM
timeout
net-smtp (0.5.1)
net-protocol
nio4r (2.7.4)
nio4r (2.7.4-java)
nio4r (2.7.5)
nio4r (2.7.5-java)
nokogiri (1.18.10-java)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-gnu)
Expand All @@ -142,52 +145,54 @@ GEM
jar-dependencies (>= 0.1.7)
racc (1.8.1)
racc (1.8.1-java)
rack (2.2.20)
rack (2.2.21)
rack-session (1.0.2)
rack (< 3)
rack-test (2.2.0)
rack (>= 1.3)
rackup (1.0.1)
rack (< 3)
webrick
rails (7.2.2.2)
actioncable (= 7.2.2.2)
actionmailbox (= 7.2.2.2)
actionmailer (= 7.2.2.2)
actionpack (= 7.2.2.2)
actiontext (= 7.2.2.2)
actionview (= 7.2.2.2)
activejob (= 7.2.2.2)
activemodel (= 7.2.2.2)
activerecord (= 7.2.2.2)
activestorage (= 7.2.2.2)
activesupport (= 7.2.2.2)
rails (7.2.3)
actioncable (= 7.2.3)
actionmailbox (= 7.2.3)
actionmailer (= 7.2.3)
actionpack (= 7.2.3)
actiontext (= 7.2.3)
actionview (= 7.2.3)
activejob (= 7.2.3)
activemodel (= 7.2.3)
activerecord (= 7.2.3)
activestorage (= 7.2.3)
activesupport (= 7.2.3)
bundler (>= 1.15.0)
railties (= 7.2.2.2)
railties (= 7.2.3)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (7.2.2.2)
actionpack (= 7.2.2.2)
activesupport (= 7.2.2.2)
railties (7.2.3)
actionpack (= 7.2.3)
activesupport (= 7.2.3)
cgi
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
tsort (>= 0.2)
zeitwerk (~> 2.6)
rake (13.3.0)
rdoc (6.15.0)
rake (13.3.1)
rdoc (6.16.1)
erb
psych (>= 4.0.0)
tsort
reline (0.6.2)
reline (0.6.3)
io-console (~> 0.5)
rexml (3.4.4)
rubyzip (3.2.0)
rubyzip (3.2.2)
securerandom (0.4.1)
sprockets (4.2.2)
concurrent-ruby (~> 1.0)
Expand All @@ -197,9 +202,9 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stringio (3.1.7)
stringio (3.1.8)
thor (1.4.0)
timeout (0.4.3)
timeout (0.4.4)
tsort (0.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -211,7 +216,7 @@ GEM
rake (~> 13.0, >= 13.0.3)
rexml (~> 3.0)
rubyzip (>= 3.0.0)
webrick (1.9.1)
webrick (1.9.2)
websocket-driver (0.8.0)
base64
websocket-extensions (>= 0.1.0)
Expand All @@ -227,8 +232,8 @@ PLATFORMS

DEPENDENCIES
jruby-jars (< 10)
rack (~> 2.2.20)
rails (~> 7.2.2, >= 7.2.2.2)
rack (~> 2.2.21)
rails (~> 7.2.3)
sprockets-rails
warbler (~> 2.1)

Expand Down
2 changes: 1 addition & 1 deletion examples/sinatra/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ruby '~> 3.1.0'

gem 'sinatra'
gem 'webrick'
gem 'rack', '~> 2.2.20'
gem 'rack', '~> 2.2.21'

group :development do
gem 'warbler', '~> 2.1'
Expand Down
Loading
Loading