From 2e79e4f7a939490b7b0636ee60e0df36b5d88436 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Thu, 1 Mar 2012 13:45:06 +1300 Subject: No more git sources in the Gemfile. --- Gemfile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index b10a845..c78e139 100644 --- a/Gemfile +++ b/Gemfile @@ -2,18 +2,12 @@ source "http://rubygems.org" gemspec -gem 'friendly_id', :git => 'git://github.com/norman/friendly_id.git' +gem 'refinerycms', '~> 2.0.0' -git 'git://github.com/resolve/refinerycms.git' do - gem 'refinerycms' - - group :development, :test do - gem 'refinerycms-testing' - end +group :development, :test do + gem 'refinerycms-testing', '~> 2.0.0' end -gem 'refinerycms-settings', :git => 'git://github.com/parndt/refinerycms-settings.git' - group :development, :test do require 'rbconfig' -- cgit v1.2.3