Skip to content

Commit

Permalink
Fix Gemfile grouping (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanVqz authored Aug 9, 2023
1 parent 6c7b0a2 commit 7527744
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 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
9 changes: 9 additions & 0 deletions 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 Down

0 comments on commit 7527744

Please sign in to comment.