Fix bundle exec rake example (#1900)

* Fix `bundle exec rake example`

* Move 'webrick' from 'benchmark/test' to 'development'
This commit is contained in:
Guilherme Carreiro 2025-01-23 08:21:38 +01:00 committed by GitHub
parent 03aafa974c
commit b0dbc62696
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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