-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
45 lines (40 loc) · 1.03 KB
/
Gemfile
File metadata and controls
45 lines (40 loc) · 1.03 KB
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
source "https://rubygems.org"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "8.0.3"
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
# Use sqlite3 as the database for Active Record
# gem "sqlite3", ">= 1.4"
# # Use the Puma web server [https://github.com/puma/puma]
# gem "puma", ">= 5.0"
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
# gem "importmap-rails"
gem "bootsnap", require: false
gem "dartsass-rails"
gem "erb_lint"
gem "gds-api-adapters"
gem "gds-sso"
gem "govuk_app_config", "~> 9.22.3"
gem "govuk_publishing_components"
gem "govuk_sidekiq"
gem "nokodiff"
gem "pg"
gem "plek"
gem "sentry-sidekiq"
gem "sidekiq"
gem "terser"
gem "uglifier"
group :development do
gem "listen"
end
group :test do
gem "simplecov", "~>0.22"
gem "simplecov-html", "~>0.12"
end
group :development, :test do
gem "byebug"
gem "factory_bot_rails"
gem "govuk_test"
gem "rspec-rails"
gem "rubocop-govuk"
end