Skip to content

Commit 1d13908

Browse files
Use Byebug 12 (#434)
* Sync lockfile * Use byebug 12
2 parents 62fa406 + 75efa54 commit 1d13908

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Master (Unreleased)
44

5+
### Added
6+
7+
* Byebug 12 compatibility, with Ruby 3.1, 3.2, and 3.3 support (#434).
8+
59
### Removed
610

711
* Support for Ruby 2.7, and 3.0. Pry-byebug no longer installs on these platforms (#433).

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ PATH
22
remote: .
33
specs:
44
pry-byebug (3.10.1)
5-
byebug (~> 11.0)
6-
pry (>= 0.13, < 0.15)
5+
byebug (~> 12.0)
6+
pry (>= 0.13, < 0.16)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
1111
addressable (2.8.7)
1212
public_suffix (>= 2.0.2, < 7.0)
1313
ast (2.4.3)
14-
byebug (11.1.3)
14+
byebug (12.0.0)
1515
chandler (0.9.0)
1616
netrc
1717
octokit (>= 2.2.0)

pry-byebug.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Gem::Specification.new do |gem|
2121
# Dependencies
2222
gem.required_ruby_version = ">= 3.1.0"
2323

24-
gem.add_runtime_dependency "byebug", "~> 11.0"
24+
gem.add_runtime_dependency "byebug", "~> 12.0"
2525
gem.add_runtime_dependency "pry", ">= 0.13", "< 0.16"
2626
end

0 commit comments

Comments
 (0)