Skip to content
Closed
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.18'
gem 'rack', '~> 2.2.19'
end
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GEM
rake
thor (>= 0.14.0)
diff-lcs (1.6.2)
rack (2.2.18)
rack (2.2.19)
rake (13.3.0)
rspec (3.13.1)
rspec-core (~> 3.13.0)
Expand All @@ -33,6 +33,6 @@ PLATFORMS

DEPENDENCIES
appraisal
rack (~> 2.2.18)
rack (~> 2.2.19)
rake (~> 13.3)
rspec
4 changes: 2 additions & 2 deletions examples/camping/Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source 'https://rubygems.org'

gem 'rack', '~> 2.2.18'
gem 'rack', '~> 3.2.2'
gem 'rackup'
gem 'camping', '< 3'
gem 'camping', '< 4'
gem 'markaby'

group :development do
Expand Down
57 changes: 45 additions & 12 deletions examples/camping/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,67 @@ GIT
GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
bigdecimal (3.1.9)
bigdecimal (3.1.9-java)
builder (3.3.0)
camping (2.1.532)
mab (>= 0.0.3)
rack (>= 1.0)
camping (3.2.6)
dry-logger (~> 1.0.4)
kdl (~> 1.0, >= 1.0.5)
listen (~> 3.9.0, >= 3.9.0)
mab (~> 0.0, >= 0.0.3)
rack (~> 3.0, >= 3.0.4.1)
rack-session (~> 2.0, >= 2.0.0)
rackup (~> 2.1.0)
rake (~> 13.2.1)
tilt (~> 2.3.0)
zeitwerk (~> 2.6.15, >= 2.6.15)
dry-logger (1.0.4)
ffi (1.17.2-java)
ffi (1.17.2-x86_64-linux-gnu)
jruby-jars (9.4.14.0)
jruby-rack (1.2.5)
kdl (1.0.6)
base64 (~> 0.2.0)
bigdecimal (~> 3.1.6)
racc (~> 1.5)
simpleidn (~> 0.2.1)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mab (0.0.3)
markaby (0.9.4)
builder
ostruct (0.6.2)
rack (2.2.18)
rackup (1.0.1)
rack (< 3)
webrick
rake (13.3.0)
rexml (3.4.3)
rubyzip (3.1.0)
racc (1.8.1)
racc (1.8.1-java)
rack (3.2.2)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.4.4)
rubyzip (3.1.1)
simpleidn (0.2.3)
tilt (2.3.0)
webrick (1.9.1)
zeitwerk (2.6.18)

PLATFORMS
java
x86_64-linux

DEPENDENCIES
camping (< 3)
camping (< 4)
jruby-jars (< 10)
markaby
rack (~> 2.2.18)
rack (~> 3.2.2)
rackup
warbler!

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

gem "rails", "~> 7.2.2", ">= 7.2.2.2"
gem "rack", "~> 2.2.0"
gem "rails", "~> 8.0.3"
gem "rack", "~> 2.2.19"
gem "sprockets-rails"

group :development do
Expand Down
156 changes: 87 additions & 69 deletions examples/rails7/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,66 +1,65 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (7.2.2.2)
actionpack (= 7.2.2.2)
activesupport (= 7.2.2.2)
actioncable (8.0.3)
actionpack (= 8.0.3)
activesupport (= 8.0.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 (8.0.3)
actionpack (= 8.0.3)
activejob (= 8.0.3)
activerecord (= 8.0.3)
activestorage (= 8.0.3)
activesupport (= 8.0.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 (8.0.3)
actionpack (= 8.0.3)
actionview (= 8.0.3)
activejob (= 8.0.3)
activesupport (= 8.0.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 (8.0.3)
actionview (= 8.0.3)
activesupport (= 8.0.3)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4, < 3.2)
rack (>= 2.2.4)
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 (8.0.3)
actionpack (= 8.0.3)
activerecord (= 8.0.3)
activestorage (= 8.0.3)
activesupport (= 8.0.3)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.2.2.2)
activesupport (= 7.2.2.2)
actionview (8.0.3)
activesupport (= 8.0.3)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.2.2.2)
activesupport (= 7.2.2.2)
activejob (8.0.3)
activesupport (= 8.0.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 (8.0.3)
activesupport (= 8.0.3)
activerecord (8.0.3)
activemodel (= 8.0.3)
activesupport (= 8.0.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 (8.0.3)
actionpack (= 8.0.3)
activejob (= 8.0.3)
activerecord (= 8.0.3)
activesupport (= 8.0.3)
marcel (~> 1.0)
activesupport (7.2.2.2)
activesupport (8.0.3)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -72,23 +71,26 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.3-java)
bigdecimal (3.3.0)
bigdecimal (3.3.0-java)
builder (3.3.0)
cgi (0.5.0-java)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
crass (1.0.6)
date (3.4.1)
date (3.4.1-java)
drb (2.2.3)
erb (4.0.4-java)
cgi (>= 0.3.3)
erb (5.0.3)
erb (5.0.3-java)
erubi (1.13.1)
globalid (1.2.1)
globalid (1.3.0)
activesupport (>= 6.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.1)
io-console (0.8.1-java)
irb (1.15.2)
pp (>= 0.6.0)
Expand All @@ -105,10 +107,10 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.4)
marcel (1.1.0)
mini_mime (1.1.5)
minitest (5.25.5)
net-imap (0.5.10)
net-imap (0.5.12)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -117,57 +119,66 @@ GEM
timeout
net-smtp (0.5.1)
net-protocol
nio4r (2.7.4)
nio4r (2.7.4-java)
nokogiri (1.18.9-java)
nokogiri (1.18.10-java)
racc (~> 1.4)
pp (0.6.2)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
psych (5.2.6)
date
stringio
psych (5.2.6-java)
date
jar-dependencies (>= 0.1.7)
racc (1.8.1)
racc (1.8.1-java)
rack (2.2.18)
rack (2.2.19)
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 (8.0.3)
actioncable (= 8.0.3)
actionmailbox (= 8.0.3)
actionmailer (= 8.0.3)
actionpack (= 8.0.3)
actiontext (= 8.0.3)
actionview (= 8.0.3)
activejob (= 8.0.3)
activemodel (= 8.0.3)
activerecord (= 8.0.3)
activestorage (= 8.0.3)
activesupport (= 8.0.3)
bundler (>= 1.15.0)
railties (= 7.2.2.2)
railties (= 8.0.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 (8.0.3)
actionpack (= 8.0.3)
activesupport (= 8.0.3)
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.14.2)
rdoc (6.15.0)
erb
psych (>= 4.0.0)
tsort
reline (0.6.2)
io-console (~> 0.5)
securerandom (0.4.1)
Expand All @@ -179,25 +190,32 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stringio (3.1.7)
thor (1.4.0)
timeout (0.4.3)
tsort (0.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.4)
useragent (0.16.11)
webrick (1.9.1)
websocket-driver (0.8.0)
base64
websocket-extensions (>= 0.1.0)
websocket-driver (0.8.0-java)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.18)
zeitwerk (2.7.3)

PLATFORMS
universal-java-21
x86_64-linux

DEPENDENCIES
jruby-jars (< 10)
rack (~> 2.2.0)
rails (~> 7.2.2, >= 7.2.2.2)
rack (~> 2.2.19)
rails (~> 8.0.3)
sprockets-rails

BUNDLED WITH
Expand Down
Loading