Skip to content

Commit 56b06c9

Browse files
committed
Connect to rubygems over ssl
update gemfile
1 parent e08c4ee commit 56b06c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source :rubygems
1+
source 'https://rubygems.org'
22

33
gem 'rake'
44

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PATH
22
remote: .
33
specs:
4-
Saikuro (1.1.1)
4+
metric_fu-Saikuro (1.1.1.0)
55

66
GEM
7-
remote: http://rubygems.org/
7+
remote: https://rubygems.org/
88
specs:
99
rake (0.9.2.2)
1010

1111
PLATFORMS
1212
ruby
1313

1414
DEPENDENCIES
15-
Saikuro!
15+
metric_fu-Saikuro!
1616
rake

0 commit comments

Comments
 (0)