Skip to content

Commit 5c034e2

Browse files
authored
Merge pull request #53 from CodeGnome/feature/use_https_scheme
Feature: use HTTPS scheme
2 parents 6b88742 + 7c28ad2 commit 5c034e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'http://rubygems.org'
1+
source 'https://rubygems.org'
22
# source 'https://repo.fury.io/pglombardo/'
33

44
gem 'rails', '~> 3.2'
@@ -22,8 +22,8 @@ gem 'json'
2222
gem 'haml'
2323
gem 'haml-rails'
2424
gem 'therubyracer'
25-
gem 'ezcrypto', :git => 'git://github.com/pglombardo/ezcrypto.git'
26-
gem 'modernizr-rails', :git => 'git://github.com/russfrisch/modernizr-rails.git'
25+
gem 'ezcrypto', :git => 'https://github.com/pglombardo/ezcrypto.git'
26+
gem 'modernizr-rails', :git => 'https://github.com/russfrisch/modernizr-rails.git'
2727
gem "high_voltage", '~> 2.1.0'
2828

2929
# Gems used only for assets and not required

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
GIT
2-
remote: git://github.com/pglombardo/ezcrypto.git
2+
remote: https://github.com/pglombardo/ezcrypto.git
33
revision: f816b64dcbccfb9b7687b484352d3f03fc954dce
44
specs:
55
ezcrypto (0.7.2)
66

77
GIT
8-
remote: git://github.com/russfrisch/modernizr-rails.git
8+
remote: https://github.com/russfrisch/modernizr-rails.git
99
revision: 614d36431ac449624dd273d189cfa6103e84741d
1010
specs:
1111
modernizr-rails (2.8.0)
1212

1313
GEM
14-
remote: http://rubygems.org/
14+
remote: https://rubygems.org/
1515
specs:
1616
actionmailer (3.2.22.5)
1717
actionpack (= 3.2.22.5)

0 commit comments

Comments
 (0)