Skip to content

Commit

Permalink
active_support major than 3 is ok
Browse files Browse the repository at this point in the history
  • Loading branch information
miloops committed Mar 18, 2013
1 parent 7a81e64 commit 3858517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ PATH
remote: .
specs:
bravo (0.4.0)
active_support (>= 3.0.0)
active_support (>= 3)
savon (~> 0.9)
thor (~> 0.16.0)
tzinfo (> 0)

GEM
Expand Down Expand Up @@ -42,8 +41,7 @@ GEM
nokogiri (>= 1.4.0)
nori (~> 1.1)
wasabi (~> 2.2)
thor (0.16.0)
tzinfo (0.3.28)
tzinfo (0.3.37)
wasabi (2.5.1)
httpi (~> 1.0)
nokogiri (>= 1.4.0)
Expand Down
2 changes: 1 addition & 1 deletion bravo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib", "bin"]

gem.add_runtime_dependency(%q<savon>, ["~> 0.9"])
gem.add_runtime_dependency(%q<active_support>, [">= 3.0.0"])
gem.add_runtime_dependency(%q<active_support>, [">= 3"])
gem.add_runtime_dependency(%q<tzinfo>, ["> 0"])
gem.add_development_dependency(%q<rspec>, ["~> 2.12.0"])
gem.add_development_dependency(%q<rake>, ["~> 10.0.3"])
Expand Down

0 comments on commit 3858517

Please sign in to comment.