Skip to content

Commit

Permalink
Add webrick as a development dependency
Browse files Browse the repository at this point in the history
Otherwise Rails doesn't find a server for a test app in development
mode.
  • Loading branch information
tute committed Mar 5, 2022
1 parent 2dae5f0 commit 4521b85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions merit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rubocop'
s.add_development_dependency 'minitest-rails'
s.add_development_dependency 'mocha'
s.add_development_dependency 'webrick'
end

0 comments on commit 4521b85

Please sign in to comment.