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 from 4.2.0 to 4.7.1 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 28 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ GEM
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
bcrypt (3.1.11)
bcrypt (3.1.13)
bourbon (4.3.4)
sass (~> 3.4)
thor (~> 0.19)
bower-rails (0.11.0)
builder (3.2.2)
builder (3.2.4)
byebug (9.0.6)
cancancan (1.15.0)
climate_control (0.1.0)
Expand All @@ -111,12 +111,13 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.4)
concurrent-ruby (1.1.6)
crass (1.0.6)
debug_inspector (0.0.2)
devise (4.2.0)
devise (4.7.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
dotenv (2.1.1)
Expand Down Expand Up @@ -186,19 +187,20 @@ GEM
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.0.3)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.4)
mime-types (>= 1.16, < 4)
meta-tags (2.4.0)
actionpack (>= 3.2.0, <= 5.1.0)
method_source (0.8.2)
method_source (0.9.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mimemagic (0.3.2)
mini_portile2 (2.1.0)
minitest (5.10.1)
mini_portile2 (2.4.0)
minitest (5.14.0)
monetize (1.4.0)
money (~> 6.7)
money (6.7.1)
Expand All @@ -213,8 +215,8 @@ GEM
multi_xml (0.6.0)
multipart-post (2.0.0)
nio4r (1.2.1)
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
oauth2 (1.3.0)
faraday (>= 0.8, < 0.11)
jwt (~> 1.0)
Expand Down Expand Up @@ -253,7 +255,7 @@ GEM
activerecord (>= 3.0)
public_suffix (2.0.5)
puma (3.6.2)
rack (2.0.1)
rack (2.2.2)
rack-affiliates (0.4.0)
rack
rack-test (0.6.3)
Expand All @@ -270,18 +272,18 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 5.0.1)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.2)
activesupport (>= 4.2.0, < 6.0)
nokogiri (~> 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (5.0.1)
actionpack (= 5.0.1)
activesupport (= 5.0.1)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.0.0)
rake (13.0.1)
ransack (1.8.2)
actionpack (>= 3.0)
activerecord (>= 3.0)
Expand All @@ -293,8 +295,9 @@ GEM
ffi (>= 0.5.0)
recaptcha (4.1.0)
json
responders (2.3.0)
railties (>= 4.2.0, < 5.1)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rolify (5.1.0)
Expand Down Expand Up @@ -326,8 +329,8 @@ GEM
sprockets (>= 3.0.0)
stripe (1.56.0)
rest-client (>= 1.4, < 4.0)
thor (0.19.4)
thread_safe (0.3.5)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.5)
tire (0.6.2)
activemodel (>= 3.0)
Expand All @@ -340,12 +343,12 @@ GEM
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.0)
tzinfo (1.2.2)
tzinfo (1.2.6)
thread_safe (~> 0.1)
uglifier (3.0.4)
execjs (>= 0.3.0, < 3)
warden (1.2.6)
rack (>= 1.0)
warden (1.2.8)
rack (>= 2.0.6)
web-console (3.4.0)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand Down