aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-12-10 20:30:13 +0100
committerHarald Eilertsen <haraldei@anduin.net>2015-12-10 20:30:13 +0100
commitdc4b36c9a57bb774324dbc7963820fbcdcaa9ca6 (patch)
tree445161795d4c0ee92df91c8b070f0b0e5571f129
parent71a6a2e8e46eb84a76f75b54bea266d40aa5e6be (diff)
downloadhmnoweb-dc4b36c9a57bb774324dbc7963820fbcdcaa9ca6.tar.gz
hmnoweb-dc4b36c9a57bb774324dbc7963820fbcdcaa9ca6.tar.bz2
hmnoweb-dc4b36c9a57bb774324dbc7963820fbcdcaa9ca6.zip
Use https to fetch gems in Gemfile
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e5af695..9a0ac3e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -61,7 +61,7 @@ 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 => 'git@github.com:snake66/refinerycms-blog.git', :branch => '2-1-stable'
+gem 'refinerycms-blog', '~> 2.1.0', :git => 'https://github.com/snake66/refinerycms-blog.git', :branch => '2-1-stable'
gem 'refinerycms-inquiries', '~> 2.1.0'
gem 'refinerycms-search', '~> 2.1.0'
gem 'refinerycms-page-images', '~> 2.1.0'