Fix Gemfile to work w/renamed activesupport gem and https

This commit is contained in:
Vidar Hokstad 2021-09-23 19:21:02 +01:00
parent fcd057fd4b
commit 600fcf975c

View file

@ -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"