Skip to content

Commit a0ff0a0

Browse files
authored
Merge pull request #182 from alphagov/commitee-runtime-dependency
Move committee to be a runtime dependency
2 parents a52c153 + d449a6a commit a0ff0a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ gem "aws-sdk-bedrockruntime"
1010
gem "blueprinter"
1111
gem "bootsnap"
1212
gem "chartkick"
13+
gem "committee"
1314
gem "csv"
1415
gem "dalli"
1516
gem "dartsass-rails"
@@ -54,7 +55,6 @@ group :test do
5455
end
5556

5657
group :development, :test do
57-
gem "committee"
5858
gem "dotenv"
5959
gem "erb_lint", require: false
6060
gem "factory_bot_rails"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,4 +1286,4 @@ RUBY VERSION
12861286
ruby 3.4.3p32
12871287

12881288
BUNDLED WITH
1289-
2.6.2
1289+
2.6.8

0 commit comments

Comments
 (0)