-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGemfile
More file actions
30 lines (23 loc) · 523 Bytes
/
Copy pathGemfile
File metadata and controls
30 lines (23 loc) · 523 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
# frozen_string_literal: true
ruby file: ".ruby-version"
source "https://rubygems.org"
gemspec
group :quality do
gem "caliber", "~> 0.90"
gem "git-lint", "~> 11.0"
gem "reek", "~> 6.5", require: false
gem "simplecov", "~> 1.0", require: false
end
group :development do
gem "rake", "~> 13.4"
end
group :test do
gem "rspec", "~> 3.13"
gem "warning", "~> 1.4"
end
group :tools do
gem "amazing_print", "~> 2.0"
gem "debug", "~> 1.11"
gem "irb-kit", "~> 2.0"
gem "repl_type_completor", "~> 0.1"
end