Skip to content

Commit

Permalink
rails 3.0.8 fixes the rake issue, so updating gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jredville committed Jul 27, 2011
1 parent 9507272 commit 7bd6e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/Gemfile
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,8 @@
# Gems host # Gems host
source 'http://rubygems.org' source 'http://rubygems.org'


gem 'rails', '~> 3.0.7' # At least 3.0.7 but below 3.1 gem 'rails', '~> 3.0.8' # At least 3.0.8 but below 3.1
gem 'rake', '~> 0.8.7' # Rake 0.9 is incompatible with current version of Rails gem 'rake', '0.9.0'
gem 'mysql2', '< 0.3' # Database engine. 3.0 is not compatible with Rails 3.0.x gem 'mysql2', '< 0.3' # Database engine. 3.0 is not compatible with Rails 3.0.x
gem 'hirb' # Better console formatting. Needs .hirbrc gem 'hirb' # Better console formatting. Needs .hirbrc


Expand Down

0 comments on commit 7bd6e68

Please sign in to comment.