diff options
author | Andrew Hooker <andrew@spreecommerce.com> | 2012-09-04 22:29:10 -0500 |
---|---|---|
committer | Andrew Hooker <andrew@spreecommerce.com> | 2012-09-04 22:29:10 -0500 |
commit | ccc8572fe203279cb11c305d54a106173c230f00 (patch) | |
tree | 12c8b61f7c4ed5f48fd4d556871d831b34d94db3 /Gemfile | |
parent | 7e3184fa6f74fd4f055237a0f495a7cf0d293ac1 (diff) | |
download | refinerycms-blog-ccc8572fe203279cb11c305d54a106173c230f00.tar.gz refinerycms-blog-ccc8572fe203279cb11c305d54a106173c230f00.tar.bz2 refinerycms-blog-ccc8572fe203279cb11c305d54a106173c230f00.zip |
Updating Git Location
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |