Skip to content

Commit af7539d

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 955a87d commit af7539d

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
@@ -125,7 +125,7 @@ GEM
125125
brakeman (7.0.2)
126126
racc
127127
builder (3.3.0)
128-
byebug (11.1.3)
128+
byebug (12.0.0)
129129
ccs-frontend_helpers (2.2.0)
130130
rails (>= 7.0)
131131
concurrent-ruby (1.3.5)
@@ -408,7 +408,7 @@ DEPENDENCIES
408408
aws-sdk-ssm (~> 1.192.0)
409409
bootsnap (~> 1.18.4)
410410
brakeman (~> 7.0.2)
411-
byebug (~> 11.1.3)
411+
byebug (~> 12.0.0)
412412
canonical-rails!
413413
ccs-frontend_helpers (~> 2.2.0)
414414
cssbundling-rails (~> 1.4)

0 commit comments

Comments
 (0)