Skip to content

Commit 4fa0738

Browse files
authored
Merge pull request #247 from yahonda/use-https-for-rubygems-source
Use HTTPS for RubyGems source
2 parents 6c13f9a + 1682074 commit 4fa0738

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

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

33
group :development do
44
gem "juwelier", "~> 2.0"

0 commit comments

Comments
 (0)