Skip to content

Commit

Permalink
Merge pull request #232 from kufu/dependabot/bundler/rack-3.1.7
Browse files Browse the repository at this point in the history
build(deps): bump rack from 2.2.9 to 3.1.7
  • Loading branch information
yoyogix authored Sep 11, 2024
2 parents aa4b258 + 2e63221 commit de9c116
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ruby File.read(".ruby-version").rstrip
gem "activesupport"
gem "config"
gem "mechanize"
gem "rack", "< 3"
gem "rackup"
gem "roda"
gem "sidekiq"
gem "slack-ruby-client"
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ GEM
method_source (~> 1.0)
public_suffix (6.0.1)
racc (1.8.1)
rack (2.2.9)
rack (3.1.7)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rainbow (3.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
Expand Down Expand Up @@ -182,7 +185,7 @@ DEPENDENCIES
guard
guard-rspec
mechanize
rack (< 3)
rackup
roda
rspec (~> 3.12)
rubocop
Expand Down

0 comments on commit de9c116

Please sign in to comment.