Move 'webrick' from 'benchmark/test' to 'development'

This commit is contained in:
Guilherme Carreiro
2025-01-20 08:38:48 +01:00
parent 4de9afbaf0
commit 903169be79
+4 -1
View File
@@ -14,13 +14,16 @@ group :benchmark, :test do
gem 'memory_profiler'
gem 'terminal-table'
gem "lru_redux"
gem "webrick"
install_if -> { RUBY_PLATFORM !~ /mingw|mswin|java/ && RUBY_ENGINE != 'truffleruby' } do
gem 'stackprof'
end
end
group :development do
gem "webrick"
end
group :test do
gem 'rubocop', '~> 1.61.0'
gem 'rubocop-shopify', '~> 2.12.0', require: false