Add rubygems source to scripts Gemfile

This commit is contained in:
Chris Lowis 2018-11-11 21:11:00 +00:00
parent 48d40e6ad1
commit b41eb0f80e
2 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,4 @@
source 'https://rubygems.org'
gem 'nokogiri'
gem 'activesupport'

View File

@ -1,4 +1,5 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.1.4)
concurrent-ruby (~> 1.0, >= 1.0.2)