Skip to content

Commit

Permalink
allow bundler newer than 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vhochstein committed Nov 3, 2012
1 parent 7c4d122 commit 288a5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active_scaffold_vho.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=

s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<bundler>, [">= 1.0.0"])
s.add_development_dependency(%q<rcov>, [">= 0"])

s.add_runtime_dependency(%q<rails>, [">= 3.1.0"])
Expand Down

0 comments on commit 288a5f4

Please sign in to comment.