Skip to content

Commit

Permalink
update bundler 2.3 + rails docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Apr 8, 2010
1 parent 7f95ab9 commit 19fcd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bundler.txt
Expand Up @@ -61,7 +61,7 @@ Rails 3 is built on top of Bundler. That means there is no setup needed, all gem
Using Bundler from Rails 2.3.5
------------------------------

Follow the instructions in this [gist](http://gist.github.com/302406). Remember to remove all your "config.gem" lines from your environment configuration file! Also remember to specify the your database gem as appropriate.
Follow the instructions [here](http://gembundler.com/rails23.html). Remember to remove all your "config.gem" lines from your environment configuration file! Also remember to specify the your database gem as appropriate.

gem "pg", :group => :production
gem "sqlite3-ruby", :group => :development
Expand Down

0 comments on commit 19fcd1a

Please sign in to comment.