-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
29 lines (25 loc) · 945 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# frozen_string_literal: true
source 'https://rubygems.org'
ruby '2.4.1'
git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }
gem 'combine_popolo_memberships', github: 'everypolitician/combine_popolo_memberships'
gem 'execjs'
gem 'minitest'
gem 'minitest-around'
gem 'minitest-vcr'
gem 'nokogiri'
gem 'open-uri-cached'
gem 'pry'
gem 'rake'
gem 'rest-client'
gem 'rubocop'
gem 'scraped', github: 'everypolitician/scraped', branch: 'scraper-class'
gem 'scraped_page_archive', github: 'everypolitician/scraped_page_archive'
gem 'scraper_test', github: 'everypolitician/scraper_test'
gem 'scraperwiki', github: 'openaustralia/scraperwiki-ruby',
branch: 'morph_defaults'
gem 'table_unspanner', github: 'everypolitician/table_unspanner'
gem 'vcr'
gem 'webmock'
gem 'wikidata-fetcher', github: 'everypolitician/wikidata-fetcher'
gem 'wikidata_ids_decorator', github: 'everypolitician/wikidata_ids_decorator'