-
-
Notifications
You must be signed in to change notification settings - Fork 226
Expand file tree
/
Copy pathGemfile
More file actions
29 lines (27 loc) · 627 Bytes
/
Gemfile
File metadata and controls
29 lines (27 loc) · 627 Bytes
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 'http://rubygems.org'
gemspec
group :test do
gem 'activesupport'
gem 'base64'
gem 'bigdecimal'
gem 'danger-changelog', require: false
gem 'danger-pr-comment', require: false
gem 'danger-toc', require: false
gem 'erubis'
gem 'faraday-typhoeus'
gem 'json-schema'
gem 'mutex_m'
gem 'racc'
gem 'rake', '~> 13'
gem 'rspec'
gem 'rubocop', '1.26.1' # Lock to specific version to avoid breaking cops/changes
gem 'rubocop-performance'
gem 'rubocop-rake'
gem 'rubocop-rspec'
gem 'simplecov'
gem 'simplecov-lcov'
gem 'timecop'
gem 'vcr'
gem 'webmock'
end