Skip to content

Commit

Permalink
Fix Gemfile grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanVqz committed Aug 7, 2023
1 parent 6e0dcc2 commit 8c44439
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
15 changes: 9 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 10 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -255,6 +263,7 @@ PLATFORMS

DEPENDENCIES
capybara
debug (>= 1.0.0)
importmap-rails
puma
redis
Expand All @@ -267,4 +276,4 @@ DEPENDENCIES
web-console

BUNDLED WITH
2.4.17
2.3.22

0 comments on commit 8c44439

Please sign in to comment.