forked from everypolitician/everypolitician-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
43 lines (38 loc) · 1.31 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# frozen_string_literal: true
source 'https://rubygems.org'
ruby '~> 2.4.0'
git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }
gem 'close_old_pull_requests', github: 'everypolitician/close_old_pull_requests'
gem 'colorize'
gem 'csv_to_popolo', github: 'tmtmtmtm/csv_to_popolo'
gem 'csvlint'
gem 'deep_merge'
gem 'everypolitician', github: 'everypolitician/everypolitician-ruby'
gem 'everypolitician-dataview-terms', github: 'everypolitician/everypolitician-dataview-terms'
gem 'everypolitician-popolo', github: 'everypolitician/everypolitician-popolo'
gem 'everypolitician-pull_request', github: 'everypolitician/everypolitician-pull_request'
gem 'facebook_username_extractor', '~> 0.3.0', github: 'everypolitician/facebook_username_extractor'
gem 'field_serializer', github: 'everypolitician/field_serializer'
gem 'fuzzy_match'
gem 'json'
gem 'json5'
gem 'pry'
gem 'rake'
gem 'rcsv'
gem 'require_all', '~> 1.0'
gem 'rest-client'
gem 'sass'
gem 'slop', '~> 3.6.0' # tied to pry version
gem 'twitter_username_extractor', github: 'everypolitician/twitter_username_extractor'
gem 'unicode_utils'
gem 'wikisnakker', github: 'everypolitician/wikisnakker'
gem 'yajl-ruby', require: 'yajl'
group :test do
gem 'flog'
gem 'minitest'
gem 'minitest-around'
gem 'reek'
gem 'rubocop'
gem 'vcr'
gem 'webmock'
end