build: Bump devise from 4.4.0 to 4.4.1 (#79)

Bumps [devise](https://github.com/plataformatec/devise) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/plataformatec/devise/releases/tag/v4.4.1)
- [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plataformatec/devise/compare/v4.4.0...v4.4.1)
This commit is contained in:
dependabot[bot] 2018-01-31 21:57:30 -06:00 committed by Justin Licata
parent 1c0af72a5e
commit 3af5f878d9
2 changed files with 4 additions and 4 deletions

@ -9,7 +9,7 @@ gem 'active_model_serializers', '~> 0.10.0'
gem 'attr_encrypted', '~> 3.0', github: 'attr-encrypted/attr_encrypted'
gem 'aws-sdk', '~> 2.10'
gem 'delayed_job_active_record', '~> 4.1.2'
gem 'devise', '~> 4.4.0'
gem 'devise', '~> 4.4.1'
gem 'devise_invitable', '~> 1.7', '>= 1.7.2'
gem 'draper', '~> 3.0'
gem 'foreman'

@ -95,7 +95,7 @@ GEM
delayed_job_active_record (4.1.2)
activerecord (>= 3.0, < 5.2)
delayed_job (>= 3.0, < 5)
devise (4.4.0)
devise (4.4.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)
@ -130,7 +130,7 @@ GEM
bootstrap (~> 4.0.0.beta)
rails (>= 4.2.0)
sass-rails
i18n (0.9.1)
i18n (0.9.3)
concurrent-ruby (~> 1.0)
jmespath (1.3.1)
jsonapi-renderer (0.2.0)
@ -299,7 +299,7 @@ DEPENDENCIES
byebug
capybara (~> 2.17)
delayed_job_active_record (~> 4.1.2)
devise (~> 4.4.0)
devise (~> 4.4.1)
devise_invitable (~> 1.7, >= 1.7.2)
draper (~> 3.0)
factory_bot_rails (~> 4.8.2)