-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathGemfile
More file actions
46 lines (41 loc) · 826 Bytes
/
Gemfile
File metadata and controls
46 lines (41 loc) · 826 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
41
42
43
44
45
46
source "https://rubygems.org"
gem "rails", "8.0.4"
gem "aws-sdk-s3"
gem "bootsnap", require: false
gem "csv"
gem "gds-api-adapters"
gem "gds-sso"
gem "govuk_app_config"
gem "govuk_sidekiq"
gem "kaminari"
gem "mail-notify"
gem "mlanett-redis-lock"
gem "pg"
gem "plek"
gem "sentry-sidekiq"
gem "user_agent_parser"
gem "whenever", require: false
gem "zendesk_api"
group :development do
gem "listen"
gem "pact", require: false
gem "pact_broker-client"
gem "spring"
end
group :development, :test do
gem "ci_reporter"
gem "ci_reporter_rspec"
gem "climate_control"
gem "rspec-collection_matchers"
gem "rspec-rails"
gem "rubocop-govuk", ">= 4.12.0"
gem "shoulda-matchers"
gem "timecop"
end
group :test do
gem "brakeman"
gem "factory_bot_rails"
gem "pry-byebug"
gem "simplecov"
gem "webmock"
end