Skip to content

Commit 984a39d

Browse files
committed
Merge pull request #363 from AJ-Acevedo/master
Change source :rubygems to https://rubygems.org in Gemfile and Gemfile.lock
2 parents 72d0d22 + 3a6ebac commit 984a39d

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)