Skip to content

Commit

Permalink
Fix bundle exec rake example (#1900)
Browse files Browse the repository at this point in the history
* Fix `bundle exec rake example`

* Move 'webrick' from 'benchmark/test' to 'development'
  • Loading branch information
karreiro authored Jan 23, 2025
1 parent 03aafa9 commit b0dbc62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ group :benchmark, :test do
end
end

group :development do
gem "webrick"
end

group :test do
gem 'rubocop', '~> 1.61.0'
gem 'rubocop-shopify', '~> 2.12.0', require: false
Expand Down

0 comments on commit b0dbc62

Please sign in to comment.