Skip to content

Commit

Permalink
Update pry-byebug requirement to ~> 3.6.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and phyrog committed Mar 21, 2018
1 parent 018d2ba commit 0184445
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
bundler-audit (0.6.0)
bundler (~> 1.2)
thor (~> 0.18)
byebug (9.1.0)
byebug (10.0.0)
charlock_holmes (0.7.5)
codecov (0.1.10)
json
Expand Down Expand Up @@ -65,8 +65,8 @@ GEM
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.5.1)
byebug (~> 9.1)
pry-byebug (3.6.0)
byebug (~> 10.0)
pry (~> 0.10)
pry-rescue (1.4.5)
interception (>= 0.5)
Expand Down Expand Up @@ -123,7 +123,7 @@ DEPENDENCIES
faker (~> 1.8.5)
fuubar (~> 2.3.0)
pry (~> 0.11.0)
pry-byebug (~> 3.5.0)
pry-byebug (~> 3.6.0)
pry-rescue (~> 1.4.4)
pry-stack_explorer (~> 0.4.9.2)
rake (~> 12.0)
Expand Down
2 changes: 1 addition & 1 deletion bringit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'faker', '~> 1.8.5'
s.add_development_dependency 'fuubar', '~> 2.3.0'
s.add_development_dependency 'pry', '~> 0.11.0'
s.add_development_dependency 'pry-byebug', '~> 3.5.0'
s.add_development_dependency 'pry-byebug', '~> 3.6.0'
s.add_development_dependency 'pry-rescue', '~> 1.4.4'
s.add_development_dependency 'pry-stack_explorer', '~> 0.4.9.2'
s.add_development_dependency 'rake', '~> 12.0'
Expand Down

0 comments on commit 0184445

Please sign in to comment.