Skip to content

Commit

Permalink
Bump bundler up to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Oct 16, 2010
1 parent 6c8ea83 commit b44e2ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3')
end
2 changes: 1 addition & 1 deletion railties/guides/source/initialization.textile
Expand Up @@ -141,7 +141,7 @@ Here the only two gems we need are +rails+ and +sqlite3-ruby+, so it seems. This
* activesupport-3.0.0.gem
* arel-0.4.0.gem
* builder-2.1.2.gem
* bundler-1.0.0.gem
* bundler-1.0.3.gem
* erubis-2.6.6.gem
* i18n-0.4.1.gem
* mail-2.2.5.gem
Expand Down

0 comments on commit b44e2ab

Please sign in to comment.