Skip to content

Commit

Permalink
Add webrick to Gemfile
Browse files Browse the repository at this point in the history
Ruby 3 no longer bundles the webrick gem so we need to
add it to the Gemfile.
  • Loading branch information
Tobias Bühlmann committed Jan 13, 2021
1 parent 7188686 commit f783d97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ end

if RUBY_VERSION >= "2.5.0"
gem "rails", "~> 6.0"
gem 'webrick'
else
gem "rails", "~> 5.0"
end
Expand Down

0 comments on commit f783d97

Please sign in to comment.