Skip to content

Commit 242670a

Browse files
committed
Merge pull request #4 from andyw8/secure-rubygems-host
Change RubyGems source to https URL to avoid Bundler warning
2 parents 990c7b1 + fdcfaa3 commit 242670a

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
gem 'webby', '~> 0.9.4'
44
gem 'coderay', '~> 0.9.8'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
44
RedCloth (4.2.9)
55
addressable (2.2.8)

0 commit comments

Comments
 (0)