Skip to content

Commit fdcfaa3

Browse files
committed
Change RubyGems source to https URL to avoid Bundler warning
"The source :rubygems is deprecated because HTTP requests are insecure. Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not."
1 parent 990c7b1 commit fdcfaa3

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)