-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
32 lines (28 loc) · 728 Bytes
/
Gemfile
File metadata and controls
32 lines (28 loc) · 728 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
# frozen_string_literal: true
source 'https://rubygems.org'
gemspec
# Dev libs
gem 'appraisal', git: 'https://github.com/thoughtbot/appraisal.git'
gem 'bootstrap-sass'
gem 'capybara'
gem 'coffee-rails'
gem 'cuprite'
gem 'database_cleaner'
gem 'dbg-rb'
gem 'jquery-rails'
gem 'puma'
gem 'rake'
gem 'rspec-rails'
gem 'rspec-rebound'
gem 'simplecov'
gem 'sprockets-rails'
gem 'sqlite3', '~> 2.1.0'
gem 'warning'
# Dev tools / linter
gem 'guard-rspec', require: false
gem 'rubocop', require: false
gem 'rubocop-capybara', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rake', require: false
gem 'rubocop-rspec', require: false
gem 'rubocop-rspec_rails', require: false