Skip to content

Commit

Permalink
Update dependency rack to v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 12, 2024
1 parent b7e7e60 commit dfd23b5
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.23.1', require: false
gem 'rack', '3.0.11', require: false
gem 'rack', '3.1.3', require: false
gem 'rake', '13.2.1', require: false
gem 'rspec-rails', '6.1.2', 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.3)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -178,7 +178,7 @@ PLATFORMS
DEPENDENCIES
minitest (= 5.23.1)
pgtk!
rack (= 3.0.11)
rack (= 3.1.3)
rake (= 13.2.1)
rspec-rails (= 6.1.2)
rubocop (= 1.64.1)
Expand Down

0 comments on commit dfd23b5

Please sign in to comment.