Skip to content

Commit

Permalink
Bump debug from 1.8.0 to 1.9.1
Browse files Browse the repository at this point in the history
Bumps [debug](https://github.com/ruby/debug) from 1.8.0 to 1.9.1.
- [Release notes](https://github.com/ruby/debug/releases)
- [Commits](ruby/debug@v1.8.0...v1.9.1)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2023
1 parent 6904818 commit 56b410e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gem "turbo-rails", "~> 1.4" # Hotwire's SPA-like page accelerator [https://turbo
group :development, :test do
gem "capybara", "~> 3.39"
gem "brakeman", "~> 6.1"
gem "debug", "~> 1.8", platforms: %i[mri mingw x64_mingw] # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", "~> 1.9", platforms: %i[mri mingw x64_mingw] # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "rspec-rails", "~> 6.1"
gem "standard", "~> 1.32"
gem "tzinfo-data", "~> 1.2022", platforms: %i[mingw mswin x64_mingw jruby] # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ GEM
unaccent (~> 0.3)
crass (1.0.6)
date (3.3.4)
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
debug (1.9.1)
irb (~> 1.10)
reline (>= 0.3.8)
devise (4.9.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
Expand Down Expand Up @@ -154,8 +154,8 @@ GEM
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.6.0)
irb (1.10.1)
io-console (0.7.1)
irb (1.11.0)
rdoc
reline (>= 0.3.8)
jbuilder (2.11.5)
Expand Down Expand Up @@ -214,7 +214,7 @@ GEM
postmark-rails (0.22.1)
actionmailer (>= 3.0.0)
postmark (>= 1.21.3, < 2.0)
psych (5.1.1.1)
psych (5.1.2)
stringio
public_suffix (5.0.4)
puma (6.4.0)
Expand Down Expand Up @@ -270,7 +270,7 @@ GEM
rainbow (3.1.1)
rake (13.1.0)
rbzip2 (0.3.0)
rdoc (6.6.1)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.8.3)
reline (0.4.1)
Expand Down Expand Up @@ -402,7 +402,7 @@ DEPENDENCIES
brakeman (~> 6.1)
capybara (~> 3.39)
countries (~> 5.7)
debug (~> 1.8)
debug (~> 1.9)
devise (~> 4.9)
devise-async (~> 1.0)
dotenv-rails (~> 2.8)
Expand Down

0 comments on commit 56b410e

Please sign in to comment.