Skip to content

Commit

Permalink
Relax bundler dependency to allow the faster 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Nov 16, 2010
1 parent 34dc030 commit 8279c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails.gemspec
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |s|
s.add_dependency('activeresource', version)
s.add_dependency('actionmailer', version)
s.add_dependency('railties', version)
s.add_dependency('bundler', '~> 1.0.0')
s.add_dependency('bundler', '~> 1.0')
end

0 comments on commit 8279c06

Please sign in to comment.