Skip to content

Commit

Permalink
Make the dependencies a bit simpler.
Browse files Browse the repository at this point in the history
  • Loading branch information
djcp committed Mar 29, 2012
1 parent d7593a4 commit 0e3e578
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile
@@ -1,10 +1,10 @@
source :gemcutter

# Rails 3.0
gem 'rails', '3.0.9'
gem 'rspec', '2.0.0.beta.8'
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'mysql'
gem 'pg'
gem 'rails', '~> 3.2.0'
#gem 'rspec', '2.0.0.beta.8'
#gem 'sqlite3-ruby', :require => 'sqlite3'
#gem 'mysql'
#gem 'pg'
gem 'jeweler'
gem 'rcov'
#gem 'rcov'

0 comments on commit 0e3e578

Please sign in to comment.