-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathGemfile
35 lines (30 loc) · 927 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
30
31
32
33
34
35
# Code generated for API Clients. DO NOT EDIT.
source 'https://rubygems.org'
gemspec
gem 'rake', '~> 13.2.1'
group :development do
# https://github.com/guard/guard
gem 'guard', '~> 2.18.1'
# https://github.com/guard/guard-rspec
gem 'guard-rspec', '~> 4.7.3'
# https://github.com/guard/guard-bundler
gem 'guard-bundler', '~> 3.0.1'
end
group :test do
# https://github.com/rspec/rspec
gem 'rspec', '~> 3.13.0'
# https://github.com/simplecov-ruby/simplecov
gem 'simplecov', '~> 0.22.0', require: false
# https://github.com/bblimke/webmock
gem 'webmock', '~> 3.23.1'
end
group :development, :test do
# https://github.com/pry/pry
gem 'pry', '~> 0.14.2'
# https://github.com/lsegal/yard
gem 'yard', '~> 0.9.36'
# https://github.com/airbnb/ruby/tree/master/rubocop
gem 'rubocop', '~> 1.32.0'
# https://github.com/airbnb/ruby/tree/master/rubocop-airbnb
gem 'rubocop-airbnb', '~> 6.0.0'
end