Skip to content

Commit 7505eff

Browse files
build(deps-dev): bump byebug from 11.1.3 to 12.0.0
Bumps [byebug](https://github.com/deivid-rodriguez/byebug) from 11.1.3 to 12.0.0. - [Release notes](https://github.com/deivid-rodriguez/byebug/releases) - [Changelog](https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md) - [Commits](deivid-rodriguez/byebug@v11.1.3...v12.0.0) --- updated-dependencies: - dependency-name: byebug dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f1554e commit 7505eff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ gem 'ccs-frontend_helpers', '~> 2.2.0'
5858

5959
group :development, :test do
6060
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
61-
gem 'byebug', '~> 11.1.3', platforms: %i[mri mingw x64_mingw]
61+
gem 'byebug', '~> 12.0.0', platforms: %i[mri mingw x64_mingw]
6262
gem 'dotenv-rails', '~> 3.1.4'
6363
gem 'i18n-tasks', '~> 1.0.15'
6464
gem 'rspec-rails', '~> 7.1.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ GEM
124124
brakeman (7.0.0)
125125
racc
126126
builder (3.3.0)
127-
byebug (11.1.3)
127+
byebug (12.0.0)
128128
ccs-frontend_helpers (2.2.0)
129129
rails (>= 7.0)
130130
concurrent-ruby (1.3.5)
@@ -405,7 +405,7 @@ DEPENDENCIES
405405
aws-sdk-ssm (~> 1.191.0)
406406
bootsnap (~> 1.18.4)
407407
brakeman (~> 7.0.0)
408-
byebug (~> 11.1.3)
408+
byebug (~> 12.0.0)
409409
canonical-rails!
410410
ccs-frontend_helpers (~> 2.2.0)
411411
cssbundling-rails (~> 1.4)

0 commit comments

Comments
 (0)