Bump devise_invitable from 1.7.2 to 1.7.3 (#87)

Bumps [devise_invitable](https://github.com/scambra/devise_invitable) from 1.7.2 to 1.7.3.
- [Changelog](https://github.com/scambra/devise_invitable/blob/master/CHANGELOG)
- [Commits](https://github.com/scambra/devise_invitable/compare/v1.7.2...v1.7.3)
This commit is contained in:
dependabot[bot] 2018-02-16 09:50:12 -06:00 committed by Justin Licata
parent fc7fca70d8
commit 2f8b6137a3
2 changed files with 3 additions and 3 deletions

@ -10,7 +10,7 @@ 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.1'
gem 'devise_invitable', '~> 1.7', '>= 1.7.2'
gem 'devise_invitable', '~> 1.7'
gem 'draper', '~> 3.0'
gem 'foreman'
gem 'hootstrap', '~> 0.1'

@ -101,7 +101,7 @@ GEM
railties (>= 4.1.0, < 5.2)
responders
warden (~> 1.2.3)
devise_invitable (1.7.2)
devise_invitable (1.7.3)
actionmailer (>= 4.1.0)
devise (>= 4.0.0)
draper (3.0.1)
@ -300,7 +300,7 @@ DEPENDENCIES
capybara (~> 2.18)
delayed_job_active_record (~> 4.1.2)
devise (~> 4.4.1)
devise_invitable (~> 1.7, >= 1.7.2)
devise_invitable (~> 1.7)
draper (~> 3.0)
factory_bot_rails (~> 4.8.2)
faker (~> 1.8)