Skip to content

Commit

Permalink
Merge pull request #157 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
gemspec: Connect to rubygems.org using HTTPS
  • Loading branch information
Andy Fleener committed Oct 25, 2019
2 parents 00af8ce + 081ec74 commit aeb7499
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source "http://rubygems.org"
source "https://rubygems.org"

RAILS_VERSION = ENV.fetch("RAILS_VERSION", "5.0")

gem "rails", "~> #{RAILS_VERSION}"
Expand Down

0 comments on commit aeb7499

Please sign in to comment.