Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 55b6c2b

Browse files
authored
VEBT/activestorage security update (#1616)
* bump rails * bump gov delivery
1 parent 4575df5 commit 55b6c2b

2 files changed

Lines changed: 118 additions & 103 deletions

File tree

Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'rails', '7.2.2.2'
5+
gem 'rails', '7.2.3.1'
66

77
gem 'active_model_serializers', '~> 0.10.15' # JSON API
88
gem 'activerecord-import' # Mass importing of CSV data
@@ -21,7 +21,8 @@ gem 'faraday_middleware'
2121
gem 'figaro'
2222
gem 'font-awesome-rails', '4.7.0.9'
2323
gem 'geocoder', '~> 1.8'
24-
gem 'govdelivery-tms', '2.8.4', require: 'govdelivery/tms/mail/delivery_method'
24+
gem 'govdelivery-tms', git: 'https://github.com/department-of-veterans-affairs/govdelivery-tms-ruby.git', tag: 'v4.2.0',
25+
require: 'govdelivery/tms/mail/delivery_method'
2526
gem 'httparty'
2627
gem 'importmap-rails'
2728
gem 'jquery-rails'

0 commit comments

Comments
 (0)