-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
40 lines (37 loc) · 801 Bytes
/
Gemfile
File metadata and controls
40 lines (37 loc) · 801 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
30
31
32
33
34
35
36
37
38
39
40
# frozen_string_literal: true
source 'https://rubygems.org'
# Specify your gem's dependencies in cpc.gemspec
gemspec
gem 'activesupport', '>= 4.1.11'
gem 'class_indexer'
gem 'clipboard'
gem 'cucumber'
gem 'docker-api'
gem 'dotenv'
gem 'facets'
gem 'google-api-client'
gem 'guard-rspec', require: false
gem 'httparty'
gem 'markdown-tables'
gem 'nokogiri'
gem 'pact'
gem 'pry-rescue'
gem 'pry-stack_explorer'
gem 'rainbow'
gem 'rake'
gem 'redcarpet'
gem 'rspec'
gem 'rspec-expectations'
gem 'rspec-wait'
gem 'rubocop', require: false
gem 'rubocop-performance'
gem 'ruby-beautify'
gem 'rubyzip', '>= 1.3.0'
gem 'spring'
gem 'spring-watcher-listen'
gem 'syntax'
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
group :development do
gem 'guard', require: false
gem 'guard-rubocop'
end