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_invitable from 1.7.5 to 2.0.5 #592

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
40 changes: 21 additions & 19 deletions Gemfile.lock
Expand Up @@ -591,7 +591,7 @@ GEM
aws-sigv4 (~> 1.0)
aws-sigv2 (1.0.1)
aws-sigv4 (1.0.2)
bcrypt (3.1.13)
bcrypt (3.1.16)
better_errors (2.5.1)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
Expand Down Expand Up @@ -624,7 +624,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.8)
crack (0.4.2)
safe_yaml (~> 1.0.0)
crass (1.0.6)
Expand All @@ -642,9 +642,9 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise_invitable (1.7.5)
actionmailer (>= 4.1.0)
devise (>= 4.0.0)
devise_invitable (2.0.5)
actionmailer (>= 5.0)
devise (>= 4.6)
diff-lcs (1.3)
docile (1.1.5)
dotenv (0.11.1)
Expand Down Expand Up @@ -690,7 +690,7 @@ GEM
nokogiri (>= 1.6.0)
ruby_parser (~> 3.5)
http_accept_language (2.1.1)
i18n (1.8.2)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jmespath (1.3.1)
jquery-atwho-rails (1.3.2)
Expand All @@ -715,7 +715,7 @@ GEM
addressable (~> 2.3)
letter_opener (1.7.0)
launchy (~> 2.2)
loofah (2.5.0)
loofah (2.9.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -725,10 +725,12 @@ GEM
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mimemagic (0.3.2)
mini_mime (1.0.2)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.1.0)
mini_portile2 (2.4.0)
minitest (5.14.1)
minitest (5.14.4)
momentjs-rails (2.7.0)
railties (>= 3.1)
multi_json (1.14.1)
Expand All @@ -737,7 +739,7 @@ GEM
sass (~> 3.2.19)
newrelic_rpm (3.9.0.229)
nio4r (2.5.2)
nokogiri (1.10.9)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
normalize-rails (4.1.1)
orm_adapter (0.5.0)
Expand All @@ -758,7 +760,7 @@ GEM
pry-rails (0.3.2)
pry (>= 0.9.10)
public_suffix (4.0.5)
rack (2.1.1)
rack (2.2.3)
rack-test (0.6.3)
rack (>= 1.0)
rack-timeout (0.0.4)
Expand Down Expand Up @@ -792,15 +794,15 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.19.0)
rake (13.0.1)
rake (13.0.3)
rbtree3 (0.5.0)
recipient_interceptor (0.1.2)
mail
redcarpet (3.4.0)
regexp_parser (1.6.0)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
Expand Down Expand Up @@ -864,7 +866,7 @@ GEM
rails (>= 3.1)
twitter-text (1.9.2)
unf (~> 0.1.0)
tzinfo (1.2.7)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.0.2)
execjs (>= 0.3.0, < 3)
Expand All @@ -874,8 +876,8 @@ GEM
unicorn (5.3.1)
kgio (~> 2.6)
raindrops (~> 0.7)
warden (1.2.7)
rack (>= 1.0)
warden (1.2.9)
rack (>= 2.0.9)
webmock (1.18.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand Down