Skip to content

Commit

Permalink
Merge pull request #737 from trade-tariff/HOTT-4624-update-rails-7.1
Browse files Browse the repository at this point in the history
Update rails 7.1.2
  • Loading branch information
alexdesi committed Dec 13, 2023
2 parents 1bdfd1e + 80f958a commit 9d3a4de
Show file tree
Hide file tree
Showing 16 changed files with 520 additions and 198 deletions.
8 changes: 2 additions & 6 deletions Gemfile
Expand Up @@ -2,19 +2,15 @@ source 'https://rubygems.org'

ruby File.read('.ruby-version').chomp

gem 'actionpack', '~> 7'
gem 'actionview', '~> 7'
gem 'activemodel', '~> 7'
gem 'activerecord', '~> 7'
gem 'activesupport', '~> 7'
gem 'rails', '~> 7.1'

gem 'bootsnap', require: false
gem 'foreman'
gem 'govspeak'
gem 'govuk_design_system_formbuilder'
gem 'lograge'
gem 'logstash-event'
gem 'puma'
gem 'railties', '~> 7'
gem 'sentry-rails'
gem 'uktt', git: 'https://github.com/trade-tariff/uktt.git'
gem 'webpacker'
Expand Down

0 comments on commit 9d3a4de

Please sign in to comment.