aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile11
1 files changed, 7 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 2cf6b18..d75e67c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,14 +2,17 @@ source "http://rubygems.org"
gemspec
-gem 'refinerycms', :git => 'git://github.com/refinery/refinerycms.git'
-gem 'refinerycms-i18n', :git => 'git://github.com/refinery/refinerycms-i18n.git'
-gem 'refinerycms-settings', :git => 'git://github.com/refinery/refinerycms-settings.git'
+git 'https://github.com/refinery/refinerycms.git', :branch => 'master' do
+ gem 'refinerycms'
+ gem 'refinerycms-testing', :group => [:development, :test]
+end
+
+gem 'refinerycms-i18n', :github => 'refinery/refinerycms-i18n', :branch => 'master'
+gem 'refinerycms-settings', :github => 'refinery/refinerycms-settings', :branch => 'master'
group :development, :test do
require 'rbconfig'
- gem 'refinerycms-testing', :git => 'git://github.com/refinery/refinerycms.git'
gem 'guard-rspec', '~> 1.1.0'
platforms :jruby do