Skip to content
This repository was archived by the owner on Nov 25, 2019. It is now read-only.

Bump devise from 3.4.1 to 4.7.1 #48

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
43 changes: 23 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ GEM
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
bcrypt (3.1.9)
bcrypt (3.1.9-x64-mingw32)
bcrypt (3.1.13)
better_errors (2.0.0)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
Expand All @@ -107,7 +106,7 @@ GEM
braintree (2.47.0)
builder (>= 2.0.0)
bson (3.2.6)
builder (3.2.2)
builder (3.2.3)
bunny (1.6.3)
amq-protocol (>= 1.9.2)
celluloid (0.17.4)
Expand Down Expand Up @@ -145,22 +144,23 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.10.0)
concurrent-ruby (1.1.5)
couchrest (1.2.1)
mime-types (>= 1.15)
multi_json (~> 1.7, ~> 1.0)
rest-client (~> 1.8.0)
crass (1.0.4)
daemons (1.1.9)
dante (0.2.0)
debug_inspector (0.0.2)
debugger-ruby_core_source (1.3.7)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
devise (3.4.1)
devise (4.7.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
railties (>= 4.1.0)
responders
thread_safe (~> 0.1)
warden (~> 1.2.3)
dogapi (1.14.0)
json (>= 1.5.1)
Expand Down Expand Up @@ -231,7 +231,8 @@ GEM
multi_xml (>= 0.5.2)
httpclient (2.8.3)
hurley (0.2)
i18n (0.7.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
jquery-rails (3.1.2)
railties (>= 3.0, < 5.0)
Expand All @@ -254,7 +255,8 @@ GEM
logging (2.2.2)
little-plugger (~> 1.1)
multi_json (~> 1.10)
loofah (2.0.3)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
macaddr (1.7.1)
systemu (~> 2.6.2)
Expand Down Expand Up @@ -315,7 +317,7 @@ GEM
protected_attributes (1.1.3)
activemodel (>= 4.0.1, < 5.0)
public_suffix (3.0.3)
rack (1.6.4)
rack (1.6.11)
rack-test (0.6.3)
rack (>= 1.0)
rack-timeout (0.1.1)
Expand All @@ -332,12 +334,12 @@ GEM
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.2)
loofah (~> 2.0)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
rails_autolink (1.1.6)
rails (> 3.1)
railties (4.2.4)
Expand All @@ -346,7 +348,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.13.0)
rake (10.4.2)
rake (12.3.3)
rblineprof (0.3.6)
debugger-ruby_core_source (~> 1.3)
recursive-open-struct (1.0.5)
Expand All @@ -357,8 +359,9 @@ GEM
uber (~> 0.0.7)
resource_kit (0.1.7)
addressable (>= 2.3.6, < 3.0.0)
responders (2.1.0)
railties (>= 4.2.0, < 5)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
Expand Down Expand Up @@ -410,8 +413,8 @@ GEM
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0)
rack (~> 1.0)
thor (0.19.1)
thread_safe (0.3.4)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.1)
timecop (0.8.0)
timers (4.2.0)
Expand Down Expand Up @@ -443,7 +446,7 @@ GEM
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9)
warden (1.2.3)
warden (1.2.7)
rack (>= 1.0)
workflow (1.0.0)
workflow_on_mongoid (1.0.0.0)
Expand Down