From e7253ef3fbcf9182005c0f8c75fc4360ed4f2ebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 21:29:11 +0000 Subject: [PATCH] Bump sorcery from 0.12.0 to 0.15.0 Bumps [sorcery](https://github.com/Sorcery/sorcery) from 0.12.0 to 0.15.0. - [Release notes](https://github.com/Sorcery/sorcery/releases) - [Changelog](https://github.com/Sorcery/sorcery/blob/master/CHANGELOG.md) - [Commits](https://github.com/Sorcery/sorcery/compare/v0.12.0...v0.15.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 05dc3d5a..1548df18 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'popper_js', '~> 1.14.3' gem "bootstrap", ">= 4.3.1" # user authentication library -gem 'sorcery', '~> 0.12.0' +gem 'sorcery', '~> 0.15.0' # user authorization gem 'cancancan', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5bf264c3..d161c82f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,7 +68,7 @@ GEM arel (9.0.0) autoprefixer-rails (9.5.0) execjs - bcrypt (3.1.12) + bcrypt (3.1.13) bindex (0.5.0) bootsnap (1.4.1) msgpack (~> 1.0) @@ -131,7 +131,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jwt (2.1.0) + jwt (2.2.1) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -149,9 +149,9 @@ GEM mini_portile2 (2.4.0) minitest (5.11.3) msgpack (1.2.9) - multi_json (1.13.1) + multi_json (1.14.1) multi_xml (0.6.0) - multipart-post (2.0.0) + multipart-post (2.1.1) mysql2 (0.5.2) nio4r (2.3.1) nokogiri (1.10.4) @@ -251,7 +251,7 @@ GEM rubyzip (~> 1.2, >= 1.2.2) shoulda-matchers (3.1.3) activesupport (>= 4.0.0) - sorcery (0.12.0) + sorcery (0.15.0) bcrypt (~> 3.1) oauth (~> 0.4, >= 0.4.4) oauth2 (~> 1.0, >= 0.8.0) @@ -338,7 +338,7 @@ DEPENDENCIES sass-rails (~> 5.0) selenium-webdriver shoulda-matchers (~> 3.1) - sorcery (~> 0.12.0) + sorcery (~> 0.15.0) spring spring-watcher-listen (~> 2.0.0) turbolinks (~> 5)