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

Bump devise-security from 0.10.1 to 0.11.1 #4193

Merged
merged 1 commit into from
Oct 22, 2020
Merged

Bump devise-security from 0.10.1 to 0.11.1 #4193

merged 1 commit into from
Oct 22, 2020

Conversation

javierm
Copy link
Member

@javierm javierm commented Oct 2, 2020

References

Background

The original devise_security_extension gem has not been maintained for years. Its last release was version 0.10.0, and wasn't compatible with Rails 5, and so we were using its master branch.

Since the gem was unmaintained, it was forked as devise-security and the aforementioned master branch was released as version 0.10.1. This version wasn't published in Rubygems, though, and the first version that was published in Rubygems and had a release announment was version 0.11.1.

Objectives

Replace the unmaintaind Devise Security Extension gem with a maintained one.

Notes

Dependabot will probably open a pull request to upgrade to the latest version, but for now I'm trying to keep the devise-security gem as similar as the version we were using to make sure they're compatible, particularly considering we're monkey-patching some of the modules provided by this gem.

@javierm javierm added the dependencies Pull requests that updates a dependency label Oct 2, 2020
@javierm javierm self-assigned this Oct 2, 2020
The original devise_security_extension gem has not been maintained for
years. Its last release was version 0.10.0, and wasn't compatible with
Rails 5, and so we were using its master branch.

Since the gem was unmaintained, it was forked as devise-security and the
aforementioned master branch was released as version 0.10.1. This
version wasn't published in Rubygems, though, so we're now using the
first version that was published in Rubygems and had a release
announment [1].

Dependabot will probably open a pull request to upgrade to the latest
version, but for now I'm trying to keep the devise-security gem as
similar as the version we were using to make sure they're compatible,
particularly considering we're monkey-patching some of the modules
provided by this gem.

[1] https://github.com/devise-security/devise-security/releases/tag/v0.11.1
@javierm javierm merged commit eb0de38 into master Oct 22, 2020
@javierm javierm deleted the devise_security branch October 22, 2020 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants