aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-06-02 21:15:23 +0200
committerHarald Eilertsen <haraldei@anduin.net>2021-06-02 21:15:23 +0200
commit8c8b22d4767458f403a8f774cf7850ee2c08a521 (patch)
treecd15353869856ca2714201dc04930f1f52962ac2 /Gemfile
parentfd86e48f0c2f2266cf70e9377f39bbbb55f017ba (diff)
downloadhmnoweb-8c8b22d4767458f403a8f774cf7850ee2c08a521.tar.gz
hmnoweb-8c8b22d4767458f403a8f774cf7850ee2c08a521.tar.bz2
hmnoweb-8c8b22d4767458f403a8f774cf7850ee2c08a521.zip
Update links to forked deps.
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'