Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

rails 3.0.8 fixes the rake issue, so updating gemfile #3

Merged
merged 1 commit into from Jul 27, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions files/Gemfile
@@ -1,8 +1,8 @@
# Gems host
source 'http://rubygems.org'

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

Expand Down