Skip to content

Commit

Permalink
Update dependency rack to v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 30, 2024
1 parent aa41cf2 commit 8c189f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.24.1', require: false
gem 'rack', '3.0.11', require: false
gem 'rack', '3.1.4', require: false
gem 'rake', '13.2.1', require: false
gem 'rspec-rails', '6.1.3', require: false
gem 'rubocop', '1.64.1', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ GEM
psych (5.1.2)
stringio
racc (1.8.0)
rack (3.0.11)
rack (3.1.4)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -169,7 +169,7 @@ PLATFORMS
DEPENDENCIES
minitest (= 5.24.1)
pgtk!
rack (= 3.0.11)
rack (= 3.1.4)
rake (= 13.2.1)
rspec-rails (= 6.1.3)
rubocop (= 1.64.1)
Expand Down

0 comments on commit 8c189f1

Please sign in to comment.