-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
31 lines (24 loc) · 664 Bytes
/
Copy pathGemfile
File metadata and controls
31 lines (24 loc) · 664 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
source 'https://rubygems.org'
gemspec
group :development, :test do
gem 'rails-controller-testing'
# jquery-rails is used by the dummy application
gem 'jquery-rails'
gem 'sqlite3'
gem 'active_model_serializers'
gem 'busted'
gem 'cancancan'
gem 'devise', '>= 3.5.0'
gem 'rack-attack', '>= 6.5.0'
gem "redis", ">= 4.0"
gem 'execjs'
gem 'get_process_mem', ">= 0.2.7"
gem 'memory_profiler'
gem 'mini_racer'
gem 'rack-mini-profiler', ">= 2.3.2"
gem 'ruby-prof', ">= 1.4.3"
gem 'codacy-coverage', require: false
gem 'rubocop', require: false
gem 'rubocop-rails', require: false
gem "rubocop-performance", require: false
end