Skip to content

Commit

Permalink
Bump dependency on uber to ~> 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Dec 5, 2017
1 parent b30e91e commit 413d357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = ["lib"]

s.add_dependency "uber", "~> 0.0.14"
s.add_dependency "uber", "~> 0.1.0"

s.add_development_dependency "minitest", ">= 5.4.1"
s.add_development_dependency "rake"
Expand Down

0 comments on commit 413d357

Please sign in to comment.