aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 53abf3c..d400370 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@
source 'https://rubygems.org'
gem 'rails',
- git: "https://code.volse.no/rails.git",
+ git: "https://code.volse.net/rails.git",
branch: "3-2-stable-for-hmno"
#path: "../rails"
@@ -62,13 +62,13 @@ gem 'refinerycms', '~> 2.1.0'
# Specify additional Refinery CMS Extensions here (all optional):
gem 'refinerycms-i18n', '~> 2.1.0'
gem 'refinerycms-blog', '~> 2.1.0',
- :git => 'https://code.volse.no/refinerycms-blog.git',
+ :git => 'https://code.volse.net/refinerycms-blog.git',
:branch => '2-1-stable-for-hmno'
gem 'refinerycms-search', '~> 2.1.0'
gem 'refinerycms-page-images', '~> 2.1.0'
gem 'refinerycms-videojs'
gem 'refinerycms-pc_banners',
- :git => "https://code.volse.no/refinerycms-pc_banners.git",
+ :git => "https://code.volse.net/refinerycms-pc_banners.git",
:branch => "2-1-stable-for-hmno"
gem 'refinerycms-gallery_links', :path => 'vendor/extensions'