Skip to content

Commit

Permalink
Merge pull request #128 from zavan/uber-version
Browse files Browse the repository at this point in the history
Use uber < 0.1.0 for now
  • Loading branch information
apotonick committed Nov 23, 2016
2 parents 04d8028 + 6efb7b3 commit 0ae8e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roar-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "test_xml", ">= 0.1.6" # TODO: remove dependency as most people don't use XML.
s.add_runtime_dependency "actionpack"
s.add_runtime_dependency "railties", ">= 3.0.0"
s.add_runtime_dependency "uber", ">= 0.0.5"
s.add_runtime_dependency "uber", "~> 0.0.5"
s.add_runtime_dependency "responders"

s.add_development_dependency "minitest"
Expand Down

0 comments on commit 0ae8e33

Please sign in to comment.