hiccup.gemspec in hiccup-0.5.3 vs hiccup.gemspec in hiccup-0.5.4

- old
+ new

@@ -11,14 +11,14 @@ s.summary = %q{A library for working with things that recur} s.description = %q{Hiccup mixes a-la-cart recurrence features into your data structure. It doesn't dictate the data structure, just the interface.} s.rubyforge_project = "hiccup" - s.add_dependency "activesupport", "~> 3.2.8" + s.add_dependency "activesupport", ">= 3.2.8" s.add_dependency "builder" s.add_development_dependency "ri_cal" - s.add_development_dependency "rails", "~> 3.2.8" + s.add_development_dependency "rails", ">= 3.2.8" s.add_development_dependency "turn" s.add_development_dependency "simplecov" s.add_development_dependency "shoulda-context" s.add_development_dependency "pry"