aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2012-03-01 13:45:06 +1300
committerPhilip Arndt <parndt@gmail.com>2012-03-01 13:45:06 +1300
commit2e79e4f7a939490b7b0636ee60e0df36b5d88436 (patch)
tree1aca08227f02b24b34caad346df3ab1d5a40e6cc /Gemfile
parent9bcf2b3ddabd98839b54df902e65e0521e4bb261 (diff)
downloadrefinerycms-blog-2e79e4f7a939490b7b0636ee60e0df36b5d88436.tar.gz
refinerycms-blog-2e79e4f7a939490b7b0636ee60e0df36b5d88436.tar.bz2
refinerycms-blog-2e79e4f7a939490b7b0636ee60e0df36b5d88436.zip
No more git sources in the Gemfile.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile12
1 files changed, 3 insertions, 9 deletions
diff --git a/Gemfile b/Gemfile
index b10a845..c78e139 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'