From 95d677180acb66c37f803b23036785a89374c35c Mon Sep 17 00:00:00 2001 From: Juan Vasquez Date: Mon, 7 Aug 2023 17:46:19 -0600 Subject: [PATCH] Fix Gemfile grouping --- Gemfile | 15 +++++++++------ Gemfile.lock | 9 +++++++++ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index b8de5eb..21460d3 100644 --- a/Gemfile +++ b/Gemfile @@ -10,11 +10,14 @@ gem "sprockets-rails" gem "turbo-rails" gem "importmap-rails" gem "redis" -gem "capybara" -gem "selenium-webdriver" -gem "web-console", group: :development -# Start debugger with binding.b [https://github.com/ruby/debug] -# gem "debug", ">= 1.0.0" +group :development, :test do + gem "capybara" + gem "selenium-webdriver" + gem "standardrb", "~> 1.0" + gem "debug", ">= 1.0.0" +end -gem "standardrb", "~> 1.0" +group :development do + gem "web-console" +end diff --git a/Gemfile.lock b/Gemfile.lock index c107815..0b93066 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,6 +90,9 @@ GEM connection_pool (2.4.1) crass (1.0.6) date (3.3.3) + debug (1.8.0) + irb (>= 1.5.0) + reline (>= 0.3.1) erubi (1.12.0) globalid (1.1.0) activesupport (>= 5.0) @@ -98,6 +101,9 @@ GEM importmap-rails (1.2.1) actionpack (>= 6.0.0) railties (>= 6.0.0) + io-console (0.6.0) + irb (1.7.4) + reline (>= 0.3.6) json (2.6.3) language_server-protocol (3.17.0.3) lint_roller (1.1.0) @@ -178,6 +184,8 @@ GEM redis-client (0.15.0) connection_pool regexp_parser (2.8.1) + reline (0.3.7) + io-console (~> 0.5) rexml (3.2.6) rubocop (1.52.1) json (~> 2.3) @@ -255,6 +263,7 @@ PLATFORMS DEPENDENCIES capybara + debug (>= 1.0.0) importmap-rails puma redis