Skip to content

Instantly share code, notes, and snippets.

@ngauthier
Created September 13, 2010 13:48
Show Gist options
  • Select an option

  • Save ngauthier/577300 to your computer and use it in GitHub Desktop.

Select an option

Save ngauthier/577300 to your computer and use it in GitHub Desktop.
From dcc1362369452821271a8e59f5a54202c837fe9a Mon Sep 17 00:00:00 2001
From: Nick Gauthier <[email protected]>
Date: Mon, 13 Sep 2010 09:47:05 -0400
Subject: [PATCH] using current gem versions
---
Gemfile | 19 ++++++++-----------
1 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/Gemfile b/Gemfile
index ec7c8a0..cd6b030 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,17 +1,14 @@
source 'http://rubygems.org'
gem 'rails', '3.0.0'
-gem 'sqlite3'
+gem 'sqlite3-ruby'
group :test, :development do
- gem 'capybara', :git => 'git://github.com/jnicklas/capybara.git'
- gem 'database_cleaner', :git => 'git://github.com/bmabey/database_cleaner.git'
- gem 'rspec-rails', :git => 'git://github.com/rspec/rspec-rails.git'
- gem 'rspec', :git => 'git://github.com/rspec/rspec.git'
- gem 'rspec-core', :git => 'git://github.com/rspec/rspec-core.git'
- gem 'rspec-expectations', :git => 'git://github.com/rspec/rspec-expectations.git'
- gem 'rspec-mocks', :git => 'git://github.com/rspec/rspec-mocks.git'
- gem 'factory_girl', :git => 'git://github.com/thoughtbot/factory_girl.git'
- gem 'hydra', :git => 'git://github.com/ngauthier/hydra.git'
+ gem 'capybara'
+ gem 'database_cleaner'
+ gem 'rspec-rails', '2.0.0.beta.22'
+ gem 'rspec', '2.0.0.beta.22'
+ gem 'factory_girl'
+ gem 'hydra'
gem 'test-unit'
-end
\ No newline at end of file
+end
--
1.7.0.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment