lunch_announcements/Gemfile
Jon c08a880b51 Initial commit.
Not yet sure if VCR is working right to stub tests, I expect it isn't.
We do have basic scraping ability though.
2019-08-14 09:34:18 -04:00

9 lines
114 B
Ruby

source 'https://rubygems.org'
gem 'watir'
gem 'nokogiri'
gem 'webdrivers'
gem 'minitest'
gem 'webmock'
gem 'vcr'