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 sorcery from 0.12.0 to 0.15.0 #280

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down