Skip to content

Commit

Permalink
bundle update puma webrick
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfb committed Nov 21, 2024
1 parent e2daec9 commit ef2963a
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ GEM
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.15.5)
ffi (1.15.5-java)
ffi (1.17.0-java)
ffi (1.17.0-x86_64-linux-gnu)
globalid (1.1.0)
activesupport (>= 5.0)
haml (6.1.1)
Expand Down Expand Up @@ -184,7 +184,7 @@ GEM
net-pop
net-smtp
marcel (1.0.2)
method_source (1.0.0)
method_source (1.1.0)
mini_mime (1.1.2)
minitest (5.25.1)
mocha (2.0.2)
Expand All @@ -207,8 +207,8 @@ GEM
net-ssh (7.1.0)
net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0)
nio4r (2.5.8)
nio4r (2.5.8-java)
nio4r (2.7.4)
nio4r (2.7.4-java)
nokogiri (1.14.2-java)
racc (~> 1.4)
nokogiri (1.14.2-x86_64-linux)
Expand Down Expand Up @@ -248,9 +248,9 @@ GEM
spoon (~> 0.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
puma (6.1.1)
puma (6.4.3)
nio4r (~> 2.0)
puma (6.1.1-java)
puma (6.4.3-java)
nio4r (~> 2.0)
racc (1.6.2)
racc (1.6.2-java)
Expand Down Expand Up @@ -387,7 +387,7 @@ GEM
version_gem (1.1.1)
warden (1.2.9)
rack (>= 2.0.9)
webrick (1.8.1)
webrick (1.9.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-driver (0.7.5-java)
Expand Down
Binary file removed vendor/cache/ffi-1.15.5-java.gem
Binary file not shown.
Binary file added vendor/cache/ffi-1.17.0-java.gem
Binary file not shown.
Binary file removed vendor/cache/method_source-1.0.0.gem
Binary file not shown.
Binary file added vendor/cache/method_source-1.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/nio4r-2.5.8-java.gem
Binary file not shown.
Binary file added vendor/cache/nio4r-2.7.4-java.gem
Binary file not shown.
Binary file removed vendor/cache/puma-6.1.1-java.gem
Binary file not shown.
Binary file added vendor/cache/puma-6.4.3-java.gem
Binary file not shown.
Binary file removed vendor/cache/webrick-1.8.1.gem
Binary file not shown.
Binary file added vendor/cache/webrick-1.9.0.gem
Binary file not shown.

0 comments on commit ef2963a

Please sign in to comment.