aboutsummaryrefslogtreecommitdiffstats
path: root/rails.gemspec
diff options
context:
space:
mode:
authorKentaro Kuribayashi <kentarok@gmail.com>2012-11-16 12:58:29 +0900
committerKentaro Kuribayashi <kentarok@gmail.com>2012-11-16 12:58:29 +0900
commit65c2d2fa0532c5c5085048fdab53de2b5fbaa779 (patch)
tree8a13be53060ec2ee6a570257701e20113008accc /rails.gemspec
parent44f12bbba08071178ec256c03eecadacdf35dccf (diff)
downloadrails-65c2d2fa0532c5c5085048fdab53de2b5fbaa779.tar.gz
rails-65c2d2fa0532c5c5085048fdab53de2b5fbaa779.tar.bz2
rails-65c2d2fa0532c5c5085048fdab53de2b5fbaa779.zip
Updated dependency for bundler to ~> 1.2.2
Diffstat (limited to 'rails.gemspec')
-rw-r--r--rails.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/rails.gemspec b/rails.gemspec
index c8d5e6bc65..ccbc70ac56 100644
--- a/rails.gemspec
+++ b/rails.gemspec
@@ -26,6 +26,6 @@ Gem::Specification.new do |s|
s.add_dependency 'actionmailer', version
s.add_dependency 'railties', version
- s.add_dependency 'bundler', '~> 1.2'
+ s.add_dependency 'bundler', '~> 1.2.2'
s.add_dependency 'sprockets-rails', '~> 2.0.0.rc1'
end