aboutsummaryrefslogtreecommitdiffstats
path: root/rails.gemspec
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-04-12 15:09:40 -0700
committerwycats <wycats@gmail.com>2010-04-12 15:44:08 -0700
commitca378659bcaa41f5bd231b6792bf50c941e7fd12 (patch)
tree844284965659fd09a1754c8aaef63e677de61d84 /rails.gemspec
parent86defed5ad6c1ec95b2f07a93982a514e2347749 (diff)
downloadrails-ca378659bcaa41f5bd231b6792bf50c941e7fd12.tar.gz
rails-ca378659bcaa41f5bd231b6792bf50c941e7fd12.tar.bz2
rails-ca378659bcaa41f5bd231b6792bf50c941e7fd12.zip
Update the Bundler snippet for 0.9.15 and above
Diffstat (limited to 'rails.gemspec')
-rw-r--r--rails.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/rails.gemspec b/rails.gemspec
index 9c3204242f..ca0ec36cc5 100644
--- a/rails.gemspec
+++ b/rails.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.email = 'david@loudthinking.com'
s.homepage = 'http://www.rubyonrails.org'
s.rubyforge_project = 'rails'
-
+
s.files = []
s.require_path = []
@@ -24,5 +24,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', '>= 0.9.14')
+ s.add_dependency('bundler', '>= 0.9.19')
end