Commit 4679bddf51ff8506b0434cd934d727fa28af6f54
1 parent
fa8b3e73
Exists in
master
and in
17 other branches
Updated gemspec
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
groupdate.gemspec
... | ... | @@ -18,7 +18,7 @@ Gem::Specification.new do |spec| |
18 | 18 | spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) |
19 | 19 | spec.require_paths = ["lib"] |
20 | 20 | |
21 | - spec.add_dependency "activesupport", ">= 3.0.0" | |
21 | + spec.add_dependency "activesupport", ">= 3" | |
22 | 22 | |
23 | 23 | spec.add_development_dependency "bundler", "~> 1.3" |
24 | 24 | spec.add_development_dependency "rake" | ... | ... |