Skip to content

Commit

Permalink
🐚 chore: bundle add rackup
Browse files Browse the repository at this point in the history
  • Loading branch information
blooper05 committed Oct 13, 2022
1 parent 04d105d commit f441fe8
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 @@ -21,3 +21,5 @@ 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"
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ GEM
rack (3.0.0)
rack-cors (1.1.1)
rack (>= 2.0.0)
rackup (0.2.2)
rack (>= 3.0.0.beta1)
webrick
rainbow (3.1.1)
regexp_parser (2.5.0)
rexml (3.2.5)
Expand Down Expand Up @@ -104,6 +107,7 @@ GEM
timers (4.3.4)
traces (0.7.0)
unicode-display_width (2.3.0)
webrick (1.7.0)

PLATFORMS
ruby
Expand All @@ -116,6 +120,7 @@ DEPENDENCIES
newrelic_rpm
oj
rack-cors
rackup (~> 0.2.2)
roda
rubocop
rubocop-performance
Expand Down

0 comments on commit f441fe8

Please sign in to comment.