Skip to content

Commit

Permalink
Fix version of byebug in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
JDrizzy committed Dec 29, 2019
1 parent 7b2c303 commit c15bad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PLATFORMS

DEPENDENCIES
bundler (~> 2.0)
byebug (~> 11.0.0)
byebug (~> 11.0, >= 11.0.0)
minitest (~> 5.0)
rake (~> 10.0)
sms-global!
Expand Down
2 changes: 1 addition & 1 deletion sms-global.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "webmock", "~> 3.7", ">= 3.7.6"
spec.add_development_dependency "byebug", "~> 11.0.0"
spec.add_development_dependency "byebug", '~> 11.0', '>= 11.0.0'
end

0 comments on commit c15bad5

Please sign in to comment.