Skip to content

Commit

Permalink
Merge pull request #124 from deivid-rodriguez/release/3.4.3
Browse files Browse the repository at this point in the history
Get ready for 3.4.3
  • Loading branch information
deivid-rodriguez authored Aug 22, 2017
2 parents 2f34610 + 078b941 commit 62a8e38
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Master (Unreleased)

## 3.4.3 (2017-08-22)

## Fixed

* Installation on old rubies after byebug dropping support for them.

## 3.4.2 (2016-12-06)

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
pry-byebug (3.4.2)
byebug (~> 9.0)
pry-byebug (3.4.3)
byebug (>= 9.0, < 9.1)
pry (~> 0.10)

GEM
Expand Down Expand Up @@ -86,4 +86,4 @@ DEPENDENCIES
simplecov (= 0.13.0)

BUNDLED WITH
1.15.3
1.15.4
2 changes: 1 addition & 1 deletion lib/pry-byebug/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Main container module for Pry-Byebug functionality
#
module PryByebug
VERSION = '3.4.2'.freeze
VERSION = '3.4.3'.freeze
end
2 changes: 1 addition & 1 deletion pry-byebug.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |gem|
# Dependencies
gem.required_ruby_version = '>= 2.0.0'
gem.add_runtime_dependency 'pry', '~> 0.10'
gem.add_runtime_dependency 'byebug', '~> 9.0'
gem.add_runtime_dependency 'byebug', '>= 9.0', '< 9.1'
end

0 comments on commit 62a8e38

Please sign in to comment.