-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathGemfile
More file actions
35 lines (31 loc) · 784 Bytes
/
Gemfile
File metadata and controls
35 lines (31 loc) · 784 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
source "https://rubygems.org"
ruby "~> 3.3.1"
gem "rails", "8.1.2"
gem "bootsnap", require: false
gem "connection_pool", "< 3" # Do not bump via Dependabot - https://github.com/alphagov/feedback/pull/2319
gem "dalli"
gem "dartsass-rails"
gem "dotenv-rails"
gem "gds-api-adapters"
gem "google-api-client"
gem "govuk_app_config", "9.23.7"
gem "govuk_publishing_components"
gem "govuk_web_banners"
gem "invalid_utf8_rejector"
gem "notifications-ruby-client"
gem "plek"
gem "rack-attack"
gem "sprockets-rails"
gem "terser"
gem "valid_email"
group :development, :test do
gem "govuk_schemas"
gem "govuk_test"
gem "pry-byebug"
gem "rails-controller-testing"
gem "rspec-rails"
gem "rubocop-govuk"
gem "shoulda-matchers"
gem "simplecov"
gem "webmock", require: false
end