Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Loosen dependency to allow ActiveSupport 4 to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeurer committed Apr 29, 2013
1 parent e55b37d commit 25b8085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youthtree-settings.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ["lib"]
s.version = YouthTree::Settings::VERSION.dup
s.add_dependency "activesupport", "~> 3.0"
s.add_dependency "activesupport", ">= 3.0"

end

0 comments on commit 25b8085

Please sign in to comment.