Skip to content

Commit

Permalink
downgrade version for debug gem
Browse files Browse the repository at this point in the history
  • Loading branch information
taitus committed Apr 11, 2024
1 parent 41d23da commit 7ceb47d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ gem "wkhtmltopdf-binary", "~> 0.12.6"

group :development, :test do
gem "bullet", "~> 7.1.6"
gem "debug", "~> 1.9.2"
gem "debug", "~> 1.6.3"
gem "factory_bot_rails", "~> 6.4.3"
gem "faker", "~> 3.2.3"
gem "i18n-tasks", "~> 0.9.37"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ GEM
daemons (1.4.1)
dalli (3.2.8)
date (3.3.4)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
debug (1.6.3)
irb (>= 1.3.6)
reline (>= 0.3.1)
delayed_job (4.1.11)
activesupport (>= 3.0, < 8.0)
delayed_job_active_record (4.1.8)
Expand Down Expand Up @@ -713,7 +713,7 @@ DEPENDENCIES
cocoon (~> 1.2.15)
daemons (~> 1.4.1)
dalli (~> 3.2.8)
debug (~> 1.9.2)
debug (~> 1.6.3)
delayed_job_active_record (~> 4.1.8)
devise (~> 4.9.3)
devise-security (~> 0.18.0)
Expand Down

0 comments on commit 7ceb47d

Please sign in to comment.