From 600fcf975cbce09ad92f0f9c06a31405f981b64a Mon Sep 17 00:00:00 2001 From: Vidar Hokstad Date: Thu, 23 Sep 2021 19:21:02 +0100 Subject: [PATCH] Fix Gemfile to work w/renamed activesupport gem and https --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 7c9a291..18bafa2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +1,9 @@ -source "http://rubygems.org" +source "https://rubygems.org" gemspec gem 'rake' -gem 'active_support' +gem 'activesupport' group :development do gem "hexdump"