Skip to content

Commit

Permalink
Merge pull request #2463 from ministryofjustice/testable-conditional-…
Browse files Browse the repository at this point in the history
…component

Testable conditional component
  • Loading branch information
chrispymm authored Oct 25, 2023
2 parents e50da1e + 0ac2b5a commit 8d36962
Show file tree
Hide file tree
Showing 42 changed files with 2,810 additions and 19,533 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'delayed_job_active_record'
# github: 'ministryofjustice/fb-metadata-presenter',
# branch: 'conditional-content-fixture'
# gem 'metadata_presenter', path: '../fb-metadata-presenter'
gem 'metadata_presenter', '3.2.9'
gem 'metadata_presenter', '3.2.11'

gem 'aws-sdk-s3'
gem 'aws-sdk-sesv2'
Expand All @@ -29,7 +29,7 @@ gem 'omniauth-auth0', '~> 3.1.0'
gem 'omniauth-rails_csrf_protection', '~> 1.0.1'
gem 'pg', '>= 0.18', '< 2.0'
gem 'puma', '~> 6.3'
gem 'rails', '~> 7.0'
gem 'rails', '~> 7.0', '< 7.1'
gem 'sass-rails', '>= 6'
gem 'sentry-delayed_job', '~> 5.11.0'
gem 'sentry-rails', '~> 5.11.0'
Expand Down Expand Up @@ -59,6 +59,7 @@ group :development do
gem 'listen', '~> 3.8'
gem 'rubocop', '~> 1.55.0'
gem 'rubocop-govuk'
gem 'ruby-lsp'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.1.0'
gem 'web-console', '>= 3.3.0'
Expand Down
Loading

0 comments on commit 8d36962

Please sign in to comment.