Skip to content

Commit 3a6ebac

Browse files
committed
Add secure source to Gemfile and Gemfile.lock
The source :rubygems is deprecated because HTTP requests are insecure. modified: Gemfile modified: Gemfile.lock
1 parent 72d0d22 commit 3a6ebac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

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

33
gemspec
44

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH
44
mysql2 (0.3.12b6)
55

66
GEM
7-
remote: http://rubygems.org/
7+
remote: https://rubygems.org/
88
specs:
99
activemodel (3.2.1)
1010
activesupport (= 3.2.1)

0 commit comments

Comments
 (0)