-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGemfile
More file actions
36 lines (33 loc) · 961 Bytes
/
Copy pathGemfile
File metadata and controls
36 lines (33 loc) · 961 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
# frozen_string_literal: true
source 'https://rubygems.org'
# Specify your gem's dependencies in a2a.gemspec
gemspec
group :development do
gem 'bundler-audit', '~> 0.9'
gem 'factory_bot', '~> 6.5'
gem 'guard', '~> 2.19'
gem 'guard-bundler', '~> 3.0'
gem 'guard-bundler-audit', '~> 0.1'
gem 'guard-rspec', '~> 4.7'
gem 'guard-rubocop', '~> 1.5'
gem 'irb', '~> 1.15.2'
gem 'match_json', '~> 0.0.9'
gem 'overcommit', '~> 0.68'
gem 'rake', '~> 13.3'
gem 'rbs', '~> 3.9'
gem 'rspec', '~> 3.13'
gem 'rubocop', '~> 1.81'
gem 'rubocop-factory_bot', '~> 2.27'
gem 'rubocop-performance', '~> 1.26'
gem 'rubocop-rake', '~> 0.7'
gem 'rubocop-rspec', '~> 3.7'
gem 'rubocop-yard', '~> 1.0'
gem 'simplecov', '~> 0.22'
gem 'simplecov-console', '~> 0.9'
gem 'simplecov_json_formatter', '~> 0.1'
gem 'steep', '~> 1.10'
gem 'typeprof', '~> 0.30'
gem 'yard', '~> 0.9'
gem 'yard-junk', '~> 0.0'
gem 'yardstick', '~> 0.9'
end