diff --git a/Gemfile b/Gemfile index 6aa0cfb..362054c 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ end gem 'simple_form', '~> 3.2' gem 'bootstrap-sass', '~> 3.3' gem 'bh', '~> 1.3' -gem 'devise', '~> 3.5' +gem 'devise', '~> 4.7' gem 'haml', '~> 4.0' gem 'haml-rails', '~> 0.9' gem 'friendly_id', '~> 5.1' diff --git a/Gemfile.lock b/Gemfile.lock index 8883733..c708077 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,7 +40,7 @@ GEM autoprefixer-rails (9.6.1.1) execjs awesome_print (1.8.0) - bcrypt (3.1.13) + bcrypt (3.1.16) bh (1.3.6) actionpack activesupport @@ -49,7 +49,7 @@ GEM bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) - builder (3.2.3) + builder (3.2.4) byebug (11.0.1) cocoon (1.2.14) coffee-rails (4.1.1) @@ -59,15 +59,14 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) - crass (1.0.5) + concurrent-ruby (1.1.9) + crass (1.0.6) debug_inspector (0.0.3) - devise (3.5.10) + 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) erubis (2.7.0) execjs (2.7.0) @@ -100,21 +99,21 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (1.8.6) - loofah (2.3.1) + loofah (2.12.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) mini_mime (1.0.2) mini_portile2 (2.6.1) - minitest (5.11.3) + minitest (5.14.4) nokogiri (1.12.5) mini_portile2 (~> 2.6.1) racc (~> 1.4) orm_adapter (0.5.0) pg (1.1.4) racc (1.5.2) - rack (1.6.11) + rack (1.6.13) rack-test (0.6.3) rack (>= 1.0) rails (4.2.6) @@ -128,14 +127,14 @@ GEM bundler (>= 1.3.0, < 2.0) railties (= 4.2.6) sprockets-rails - rails-deprecated_sanitizer (1.0.3) + rails-deprecated_sanitizer (1.0.4) activesupport (>= 4.2.0.alpha) 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.2.0) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.4.2) + loofah (~> 2.3) rails_12factor (0.0.3) rails_serve_static_assets rails_stdout_logging @@ -146,7 +145,7 @@ GEM activesupport (= 4.2.6) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (12.3.3) + rake (13.0.6) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) @@ -186,13 +185,13 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.4.1) - thor (0.20.3) + thor (1.1.0) thread_safe (0.3.6) tilt (2.0.9) turbolinks (5.2.0) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) @@ -214,7 +213,7 @@ DEPENDENCIES byebug cocoon (~> 1.2) coffee-rails (~> 4.1.0) - devise (~> 3.5) + devise (~> 4.7) font-awesome-rails (~> 4.5) friendly_id (~> 5.1) haml (~> 4.0)