Skip to content

Commit

Permalink
Bump bundler dependency to 1.0.0.beta.2 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jul 1, 2010
1 parent 53b34e8 commit d7c1057
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.gem
pkg
.bundle
Gemfile.lock
debug.log
doc/rdoc
activemodel/doc
Expand Down
2 changes: 1 addition & 1 deletion rails.gemspec
Original file line number Diff line number Diff line change
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', '>= 0.9.26')
s.add_dependency('bundler', '>= 1.0.0.beta.2')
end
2 changes: 1 addition & 1 deletion railties/guides/source/initialization.textile
Original file line number Diff line number Diff line change
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.beta4.gem
* arel-0.4.0.gem
* builder-2.1.2.gem
* bundler-0.9.26.gem
* bundler-1.0.0.beta.2.gem
* erubis-2.6.5.gem
* i18n-0.4.1.gem
* mail-2.2.4.gem
Expand Down

0 comments on commit d7c1057

Please sign in to comment.