Skip to content

Commit

Permalink
Update dependency rack to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 24, 2024
1 parent 67f308b commit 40f7f93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ source 'https://rubygems.org'
gemspec

gem 'minitest', '5.23.1', require: false
gem 'rack', '2.2.9', require: false
gem 'rack', '3.0.11', require: false
gem 'rake', '13.2.1', require: false
gem 'rspec-rails', '6.1.2', require: false
gem 'rubocop', '1.50.2', require: false
Expand Down
17 changes: 10 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ GEM
mutex_m (0.2.0)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.1.0)
ast (~> 2.4.1)
Expand All @@ -72,14 +74,14 @@ GEM
psych (5.1.2)
stringio
racc (1.8.0)
rack (2.2.9)
rack-session (1.0.2)
rack (< 3)
rack (3.0.11)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (1.0.0)
rack (< 3)
webrick
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
Expand Down Expand Up @@ -163,11 +165,12 @@ GEM

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
minitest (= 5.23.1)
pgtk!
rack (= 2.2.9)
rack (= 3.0.11)
rake (= 13.2.1)
rspec-rails (= 6.1.2)
rubocop (= 1.50.2)
Expand Down

0 comments on commit 40f7f93

Please sign in to comment.