Skip to content

Commit

Permalink
🐛 fix(rack): Explicitly add the rackup command as it was extracted to…
Browse files Browse the repository at this point in the history
… separate gem in Rack 3.0

refs. rack/rack#1937
  • Loading branch information
blooper05 committed Oct 13, 2022
1 parent f441fe8 commit 9216073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Expand Up @@ -8,6 +8,7 @@ gem 'falcon' # A fast, asynchronous, rack-compatible web server.
gem 'httpx' # HTTPX, to the future, and beyond
gem 'oj' # A fast JSON parser and serializer.
gem 'rack-cors' # Middleware for enabling Cross-Origin Resource Sharing in Rack apps
gem 'rackup' # A general server command for Rack applications.
gem 'roda' # Routing tree web toolkit

gem 'newrelic_rpm' # New Relic Ruby Agent
Expand All @@ -21,5 +22,3 @@ group :development do
gem 'rubocop-performance' # Automatic performance checking tool for Ruby code.
gem 'rubocop-rake' # A RuboCop plugin for Rake
end

gem "rackup", "~> 0.2.2"
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -120,7 +120,7 @@ DEPENDENCIES
newrelic_rpm
oj
rack-cors
rackup (~> 0.2.2)
rackup
roda
rubocop
rubocop-performance
Expand Down

0 comments on commit 9216073

Please sign in to comment.