Skip to content

Commit

Permalink
Bump to byebug 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jan 27, 2018
1 parent 1ed77f0 commit 7f5b57e
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.5.1)
byebug (~> 9.1)
byebug (~> 10.0)
pry (~> 0.10)

GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
ast (2.3.0)
byebug (9.1.0)
byebug (10.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 @@ -18,6 +18,6 @@ Gem::Specification.new do |gem|
# Dependencies
gem.required_ruby_version = ">= 2.2.0"

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

0 comments on commit 7f5b57e

Please sign in to comment.