Skip to content

Commit

Permalink
Add webrick to Gemfile for development env
Browse files Browse the repository at this point in the history
  • Loading branch information
epistrephein committed Nov 10, 2024
1 parent 72a639a commit e043f80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ end
group :development, :test do
gem 'rackup', '~> 2.1'
gem 'rubocop', '~> 1.19'
gem 'webrick', '~> 1.9'
end

group :test do
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.9.0)
whenever (1.0.0)
chronic (>= 0.6.3)

Expand All @@ -161,6 +162,7 @@ DEPENDENCIES
sinatra (~> 4.0)
unicorn (~> 6.0)
webmock (~> 3.8)
webrick (~> 1.9)
whenever (~> 1.0)

BUNDLED WITH
Expand Down

0 comments on commit e043f80

Please sign in to comment.