Skip to content

Commit cbbb708

Browse files
authored
Update govuk_notify_rails (#2939)
1 parent ed545f5 commit cbbb708

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gem 'fb-jwt-auth', '0.10.0'
2323
gem 'govspeak', '~> 7.1'
2424
gem 'govuk-components', '< 5.0.0'
2525
gem 'govuk_design_system_formbuilder'
26-
gem 'govuk_notify_rails', '~> 2.2.0'
26+
gem 'govuk_notify_rails', '~> 3.0.0'
2727
gem 'hashie'
2828
gem 'omniauth-auth0', '~> 3.1.0'
2929
gem 'omniauth-rails_csrf_protection', '~> 2.0.0'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ GEM
237237
activemodel (>= 6.1)
238238
activesupport (>= 6.1)
239239
html-attributes-utils (~> 1)
240-
govuk_notify_rails (2.2.0)
241-
notifications-ruby-client (~> 5.1)
240+
govuk_notify_rails (3.0.0)
241+
notifications-ruby-client (~> 6.2)
242242
rails (>= 4.1.0)
243243
govuk_personalisation (1.1.0)
244244
plek (>= 1.9.0)
@@ -342,8 +342,8 @@ GEM
342342
nokogiri (1.19.3)
343343
mini_portile2 (~> 2.8.2)
344344
racc (~> 1.4)
345-
notifications-ruby-client (5.4.0)
346-
jwt (>= 1.5, < 3)
345+
notifications-ruby-client (6.3.0)
346+
jwt (>= 1.5, < 4)
347347
oauth2 (2.0.9)
348348
faraday (>= 0.17.3, < 3.0)
349349
jwt (>= 1.0, < 3.0)
@@ -859,7 +859,7 @@ DEPENDENCIES
859859
govspeak (~> 7.1)
860860
govuk-components (< 5.0.0)
861861
govuk_design_system_formbuilder
862-
govuk_notify_rails (~> 2.2.0)
862+
govuk_notify_rails (~> 3.0.0)
863863
hashie
864864
listen (~> 3.8)
865865
metadata_presenter (= 3.4.13)

0 commit comments

Comments
 (0)