From b0dbc626960fc0166457eb63bdaae0eb86ab43d9 Mon Sep 17 00:00:00 2001 From: Guilherme Carreiro Date: Thu, 23 Jan 2025 08:21:38 +0100 Subject: [PATCH] Fix `bundle exec rake example` (#1900) * Fix `bundle exec rake example` * Move 'webrick' from 'benchmark/test' to 'development' --- Gemfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index fd9d00b02..a404c0d4b 100644 --- a/Gemfile +++ b/Gemfile @@ -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