aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2012-09-05 13:03:08 +1200
committerPhilip Arndt <parndt@gmail.com>2012-09-05 13:03:08 +1200
commit800d478aeea37c06db6142fadea6abad150cbdd9 (patch)
treef035cafc0f01665194e5a6c6eb39721a3f273e04 /Gemfile
parentac43abc84e6b08ddd25798e20e880f7d7c1fc1ae (diff)
downloadrefinerycms-blog-800d478aeea37c06db6142fadea6abad150cbdd9.tar.gz
refinerycms-blog-800d478aeea37c06db6142fadea6abad150cbdd9.tar.bz2
refinerycms-blog-800d478aeea37c06db6142fadea6abad150cbdd9.zip
Updated git sources for Refinery.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 4572161..aecadde 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,14 +2,14 @@ source "http://rubygems.org"
gemspec
-gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git'
+gem 'refinerycms', :git => 'git://github.com/refinery/refinerycms.git'
gem 'refinerycms-i18n', :git => 'git://github.com/parndt/refinerycms-i18n.git'
gem 'refinerycms-settings', :git => 'git://github.com/parndt/refinerycms-settings.git'
group :development, :test do
require 'rbconfig'
- gem 'refinerycms-testing', :git => 'git://github.com/resolve/refinerycms.git'
+ gem 'refinerycms-testing', :git => 'git://github.com/refinery/refinerycms.git'
gem 'guard-rspec', '~> 1.1.0'
platforms :jruby do