From 64078cc3317ca6eddabc4170be88a7ce7d4c0d72 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Fri, 31 Jul 2015 20:36:35 +0300 Subject: [PATCH] update to http git --- Gemfile | 10 +++++----- Gemfile.lock | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 242a50f..5f9cdab 100644 --- a/Gemfile +++ b/Gemfile @@ -5,11 +5,11 @@ gem 'volt', '0.9.5.pre4' # volt uses mongo as the default data store. gem 'volt-mongo', '~> 0.1.0' -gem "parslet" , github: "salama/parslet" -gem "salama" , github: "salama/salama" -gem "salama-reader" , github: "salama/salama-reader" -gem "salama-arm" , github: "salama/salama-arm" -gem "salama-object-file" , github: "salama/salama-object-file" +gem "parslet" , git: "https://github.com/salama/parslet.git" +gem "salama" , git: "https://github.com/salama/salama.git" +gem "salama-reader" , git: "https://github.com/salama/salama-reader.git" +gem "salama-arm" , git: "https://github.com/salama/salama-arm.git" +gem "salama-object-file" , git: "https://github.com/salama/salama-object-file.git" gem "susy" , "2.2.5" # Asset compilation gems, they will be required when needed. diff --git a/Gemfile.lock b/Gemfile.lock index 444e29c..6578175 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,30 +1,30 @@ GIT - remote: git://github.com/salama/parslet.git + remote: https://github.com/salama/parslet.git revision: beeb9b441a9ade1504f7f0e848d805e36a02c544 specs: parslet (1.7.0) GIT - remote: git://github.com/salama/salama-arm.git + remote: https://github.com/salama/salama-arm.git revision: 0bd5091e3f284ecf040e0086a41d2449cd5afb7a specs: salama-arm (0.0.1) GIT - remote: git://github.com/salama/salama-object-file.git + remote: https://github.com/salama/salama-object-file.git revision: fbae6a02764dbe97e01e4833f9ffffe09879b100 specs: salama-object-file (0.2.0) GIT - remote: git://github.com/salama/salama-reader.git + remote: https://github.com/salama/salama-reader.git revision: 841592c667acea1e796f950851262e6938b231bc specs: salama-reader (0.2.0) parslet (~> 1.7.0) GIT - remote: git://github.com/salama/salama.git + remote: https://github.com/salama/salama.git revision: 96c7b7133d0dfc70563bc7f78740ea10065d1b15 specs: salama (0.2.0)