-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGemfile
More file actions
20 lines (17 loc) · 566 Bytes
/
Gemfile
File metadata and controls
20 lines (17 loc) · 566 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# frozen_string_literal: true
source 'https://rubygems.org'
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# Dev
group :development do
gem 'activesupport', '>= 5.2.4.2', require: false
gem 'addressable', '>= 2.7.0'
gem 'faraday', '~> 1'
gem 'faraday_middleware'
gem 'multi_json', '>= 1.15.0'
gem 'nokogiri', '>= 1.11.0.rc4'
gem 'oj', '>= 2.10.4' # faster JSON
gem 'rake'
gem 'rubocop', '>= 1.7.0', require: false
gem 'rubocop-performance', '>= 1.9.1', require: false
gem 'rubocop-rake', '>= 0.5.1', require: false
end