Skip to content

Commit

Permalink
Updated git sources for Refinery.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Sep 5, 2012
1 parent ac43abc commit 800d478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 800d478

Please sign in to comment.