Skip to content

Commit

Permalink
rack3系でrackupが別のgemとして切り出されたので明示的に追加
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyogix committed Sep 11, 2024
1 parent 0c597b3 commit 2e63221
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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", "< 4"
gem "rackup"
gem "roda"
gem "sidekiq"
gem "slack-ruby-client"
Expand Down
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ GEM
public_suffix (6.0.0)
racc (1.8.1)
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 @@ -181,7 +184,7 @@ DEPENDENCIES
guard
guard-rspec
mechanize
rack (< 4)
rackup
roda
rspec (~> 3.12)
rubocop
Expand Down

0 comments on commit 2e63221

Please sign in to comment.