Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MO-1550 Update govuk_notify_rails gem #2471

Merged
merged 2 commits into from
Aug 13, 2024
Merged

MO-1550 Update govuk_notify_rails gem #2471

merged 2 commits into from
Aug 13, 2024

Conversation

zheileman
Copy link
Member

Ticket: https://dsdmoj.atlassian.net/browse/MO-1550

Make code compatible with latest version of the notifications-ruby-client (which is a transitive dependency of the govuk_notify_rails gem), and was stopping us from updating these dependencies.

Ticket: https://dsdmoj.atlassian.net/browse/MO-1550

Make code compatible with latest version of the `notifications-ruby-client` (which is a transitive dependency of the `govuk_notify_rails` gem), and was stopping us from updating these dependencies.
@zheileman zheileman requested review from SebNegahbanMoJ and removed request for andrewrlee August 12, 2024 09:45
gem 'govuk_notify_rails'
# we need the extra is_csv parameter available in 5.2 and above
# TODO: update code to work with latest version
gem 'notifications-ruby-client', '>= 5.2', '< 6.0.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume the removal of this gem is intentional and no-longer needed with the newer notify gem?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this gem is a is a transitive dependency of the other gem, thus no need to declare it here. We only had it here temporarily because we needed a specific version until we made the code changes in this PR 👍

@zheileman zheileman merged commit 34ae6d9 into main Aug 13, 2024
5 checks passed
@zheileman zheileman deleted the update-notify-rails branch August 13, 2024 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants