Skip to content

Commit

Permalink
Merge pull request #1782 from tryzealot/dependabot/bundler/debug-1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf authored Dec 21, 2024
2 parents bc3e648 + 3c5ae7c commit 24431b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ group :development do
gem 'graphiql-rails'

## VSCode debug: https://marketplace.visualstudio.com/items?itemName=KoichiSasada.vscode-rdbg
gem 'debug', '~> 1.9.2'
gem 'debug', '~> 1.10.0'

# better rails
gem 'awesome_print'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ GEM
cssbundling-rails (1.4.1)
railties (>= 6.0.0)
date (3.4.1)
debug (1.9.2)
debug (1.10.0)
irb (~> 1.10)
reline (>= 0.3.8)
debug_inspector (1.2.0)
Expand Down Expand Up @@ -648,7 +648,7 @@ DEPENDENCIES
bootsnap (>= 1.4.7)
carrierwave (~> 3.0.7)
cssbundling-rails (~> 1.4)
debug (~> 1.9.2)
debug (~> 1.10.0)
devise (~> 4.9.4)
devise-i18n (~> 1.12.1)
dotenv-rails
Expand Down

0 comments on commit 24431b6

Please sign in to comment.