Skip to content

Commit

Permalink
Allow (and require) byebug 11
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Feb 19, 2019
1 parent 6fdf51a commit b9e0999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ PATH
remote: .
specs:
pry-byebug (3.6.0)
byebug (~> 10.0)
byebug (~> 11.0)
pry (~> 0.10)

GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
ast (2.4.0)
byebug (10.0.2)
byebug (11.0.0)
chandler (0.7.0)
netrc
octokit (>= 2.2.0)
Expand Down
2 changes: 1 addition & 1 deletion pry-byebug.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Gem::Specification.new do |gem|
# Dependencies
gem.required_ruby_version = ">= 2.3.0"

gem.add_runtime_dependency "byebug", "~> 10.0"
gem.add_runtime_dependency "byebug", "~> 11.0"
gem.add_runtime_dependency "pry", "~> 0.10"
end

0 comments on commit b9e0999

Please sign in to comment.