Add debug gem
This commit is contained in:
@@ -20,6 +20,7 @@ gem "bcrypt", "~> 3.1.7"
|
||||
gem "rqrcode"
|
||||
|
||||
group :development, :test do
|
||||
gem "debug"
|
||||
gem "brakeman", require: false
|
||||
gem "rubocop-rails-omakase", require: false
|
||||
end
|
||||
|
||||
+5
-1
@@ -126,6 +126,9 @@ GEM
|
||||
connection_pool (2.4.1)
|
||||
crass (1.0.6)
|
||||
date (3.3.4)
|
||||
debug (1.9.2)
|
||||
irb (~> 1.10)
|
||||
reline (>= 0.3.8)
|
||||
drb (2.2.1)
|
||||
erubi (1.13.0)
|
||||
globalid (1.2.1)
|
||||
@@ -319,6 +322,7 @@ DEPENDENCIES
|
||||
bootsnap
|
||||
brakeman
|
||||
capybara
|
||||
debug
|
||||
importmap-rails
|
||||
propshaft
|
||||
puma (>= 5.0)
|
||||
@@ -335,4 +339,4 @@ RUBY VERSION
|
||||
ruby 3.3.4p94
|
||||
|
||||
BUNDLED WITH
|
||||
2.5.11
|
||||
2.5.21
|
||||
|
||||
Reference in New Issue
Block a user