4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-26 00:20:46 +00:00

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'