Skip to content

Commit

Permalink
Add missing gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
MirahImage committed Sep 9, 2024
1 parent 9b97d7a commit ebc62aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ group :test do
gem "faraday"
gem "rubocop"
end

gem "rackup", "~> 2.1"
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ GEM
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rainbow (3.1.1)
rbtree (0.4.6)
regexp_parser (2.9.2)
Expand Down Expand Up @@ -100,6 +103,7 @@ GEM
tilt (2.4.0)
unicode-display_width (2.5.0)
uri (0.13.1)
webrick (1.8.1)

PLATFORMS
ruby
Expand All @@ -113,6 +117,7 @@ DEPENDENCIES
multi_json
puma
rabbitmq_http_api_client (>= 1.13.0)
rackup (~> 2.1)
rspec
rubocop
sinatra
Expand Down

0 comments on commit ebc62aa

Please sign in to comment.