Skip to content

Commit

Permalink
Merge pull request #5 from railsware/dependabot/bundler/rack-2.2.8.1
Browse files Browse the repository at this point in the history
Bump rack from 2.2.6.4 to 2.2.8.1
  • Loading branch information
IgorDobryn committed Feb 29, 2024
2 parents 0c4cff2 + 02f6a06 commit 6760609
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 @@ -4,7 +4,7 @@ source 'https://rubygems.org'

gemspec

gem 'rack', '2.2.6.4'
gem 'rack', '2.2.8.1'

gem 'capybara', '>= 3.35.0'
gem 'cuprite', '>= 0.14.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GEM
ast (~> 2.4.1)
public_suffix (5.0.1)
racc (1.6.2)
rack (2.2.6.4)
rack (2.2.8.1)
rack-test (2.0.2)
rack (>= 1.3)
rainbow (3.1.1)
Expand Down Expand Up @@ -99,7 +99,7 @@ DEPENDENCIES
capybara (>= 3.35.0)
capybara_mock!
cuprite (>= 0.14.0)
rack (= 2.2.6.4)
rack (= 2.2.8.1)
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.21)
Expand Down

0 comments on commit 6760609

Please sign in to comment.