Skip to content

Commit

Permalink
Use rails 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardelben committed Jan 9, 2011
1 parent 56b0337 commit 614186a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/gemfile_generator.rb
Expand Up @@ -62,7 +62,7 @@ def output
# This preamble is the current preamble for Rails 3 apps; edit as needed.
source 'http://rubygems.org'
gem 'rails', '3.0.0.beta3'
gem 'rails', '3.0.3'
STR
preamble + generate_upgraded_code
Expand Down
2 changes: 1 addition & 1 deletion test/gemfile_generator_test.rb
Expand Up @@ -24,7 +24,7 @@ class GemfileGeneratorTest < ActiveSupport::TestCase
# This preamble is the current preamble for Rails 3 apps; edit as needed.
source 'http://rubygems.org'
gem 'rails', '3.0.0.beta3'
gem 'rails', '3.0.3'
STR

Expand Down

0 comments on commit 614186a

Please sign in to comment.