Skip to content

Commit

Permalink
Gemspec: Require uber version >= 0.0.5
Browse files Browse the repository at this point in the history
Earlier version don't support Uber::Version.
  • Loading branch information
mfrister committed Jul 18, 2014
1 parent 10d107c commit a109b40
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"
s.add_runtime_dependency "uber", ">= 0.0.5"

s.add_development_dependency "minitest", "~> 4.0"
s.add_development_dependency "activemodel"
Expand Down

0 comments on commit a109b40

Please sign in to comment.