diff --git a/Gemfile b/Gemfile index d3d060b5..729beaae 100644 --- a/Gemfile +++ b/Gemfile @@ -53,12 +53,13 @@ group :development do gem 'rack-mini-profiler' gem 'rubocop', require: false gem 'rubocop-rspec' + gem 'web-console', '~> 2.0', platform: :ruby end group :development, :test do gem 'byebug', platform: :ruby gem 'spring' - gem 'web-console', '~> 2.0', platform: :ruby + end group :test do