Skip to content

Commit c96654b

Browse files
Bump byebug from 11.1.3 to 12.0.0 (#214)
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-version: 12.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c5ab2d9 commit c96654b

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
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
gemspec
66

77
group :development do
8-
gem "byebug", "~> 11.1"
8+
gem "byebug", "~> 12.0"
99
gem "rake", "~> 13.2"
1010
gem "rspec", "~> 3.13"
1111
gem "rubocop", "~> 1.74"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GEM
77
remote: https://rubygems.org/
88
specs:
99
ast (2.4.3)
10-
byebug (11.1.3)
10+
byebug (12.0.0)
1111
diff-lcs (1.6.2)
1212
docile (1.4.1)
1313
json (2.13.2)
@@ -74,7 +74,7 @@ PLATFORMS
7474
ruby
7575

7676
DEPENDENCIES
77-
byebug (~> 11.1)
77+
byebug (~> 12.0)
7878
plissken!
7979
rake (~> 13.2)
8080
rspec (~> 3.13)

0 commit comments

Comments
 (0)