Skip to content

Commit

Permalink
Add webrick as explicit dev dependency
Browse files Browse the repository at this point in the history
We need webrick to run JS tests using Teaspoon.
This dependency is no more bundled with latest ruby versions
and won't be available unless explicitely added to the Gemfile.

Ref: https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/

Not sure why this started to pop now, maybe something with the ruby
versions available in CircleCI. Anyway, it seems legit and we should do
it.

(cherry picked from commit 0f591e0)
  • Loading branch information
kennyadsl committed Apr 17, 2023
1 parent 2ea8e9a commit 0976c90
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 @@ -63,6 +63,7 @@ end
group :backend do
gem 'teaspoon', github: 'jejacks0n/teaspoon', require: false
gem 'teaspoon-mocha', github: 'jejacks0n/teaspoon', require: false
gem 'webrick', require: false
end

group :utils do
Expand Down

0 comments on commit 0976c90

Please sign in to comment.