aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAndrew Hooker <andrew@spreecommerce.com>2012-09-04 22:29:10 -0500
committerAndrew Hooker <andrew@spreecommerce.com>2012-09-04 22:29:10 -0500
commitccc8572fe203279cb11c305d54a106173c230f00 (patch)
tree12c8b61f7c4ed5f48fd4d556871d831b34d94db3 /Gemfile
parent7e3184fa6f74fd4f055237a0f495a7cf0d293ac1 (diff)
downloadrefinerycms-blog-ccc8572fe203279cb11c305d54a106173c230f00.tar.gz
refinerycms-blog-ccc8572fe203279cb11c305d54a106173c230f00.tar.bz2
refinerycms-blog-ccc8572fe203279cb11c305d54a106173c230f00.zip
Updating Git Location
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index aecadde..2326192 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,8 +3,8 @@ source "http://rubygems.org"
gemspec
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'
+gem 'refinerycms-i18n', :git => 'git://github.com/refinery/refinerycms-i18n.git'
+gem 'refinerycms-settings', :git => 'git://github.com/refinery/refinerycms-settings.git'
group :development, :test do
require 'rbconfig'