Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
No more git sources in the Gemfile.
  • Loading branch information
parndt committed Mar 1, 2012
1 parent 9bcf2b3 commit 2e79e4f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Gemfile
Expand Up @@ -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'

Expand Down

0 comments on commit 2e79e4f

Please sign in to comment.