From ea8b69cd99abaf89f2e721e5da89956a84601442 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Fri, 16 Aug 2019 12:04:52 -0400 Subject: [PATCH] fix: HTTP -> HTTPS rubygems Closes #9 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6b23a59..8b6edbb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source 'http://rubygems.org' +source 'https://rubygems.org' gem 'sinatra', '~> 2.0' gem 'jwt', '~> 2.1'