Skip to content

Commit

Permalink
ActiveSupport need 3.2.8 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvisa committed Nov 30, 2014
1 parent 52dd775 commit 6ace9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upyun.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "rest-client", ">= 1.6.7"
spec.add_dependency "activesupport"
spec.add_dependency "activesupport", ">= 3.2.8"

spec.add_development_dependency "rspec", "~> 2.6"
end
Expand Down

0 comments on commit 6ace9ca

Please sign in to comment.