Skip to content

Commit

Permalink
Update devise to version 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Mar 14, 2019
1 parent 357a2f2 commit 7f1cc25
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -10,7 +10,7 @@ gem 'railties', RAILS_VERSION

gem 'actionmailer_inline_css'
gem 'decent_exposure'
gem 'devise', '~> 4.4.0'
gem 'devise', '~> 4.6.1'
gem 'dotenv-rails'
gem 'draper'
gem 'errbit_plugin'
Expand Down
21 changes: 10 additions & 11 deletions Gemfile.lock
Expand Up @@ -69,8 +69,7 @@ GEM
xpath (~> 3.2)
cliver (0.3.2)
coderay (1.1.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.0.5-java)
concurrent-ruby (1.1.5)
coveralls (0.8.22)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
Expand All @@ -83,7 +82,7 @@ GEM
debug_inspector (0.0.3)
decent_exposure (3.0.2)
activesupport (>= 4.0)
devise (4.4.3)
devise (4.6.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand Down Expand Up @@ -190,7 +189,7 @@ GEM
mime-types-data (3.2016.0521)
mimemagic (0.3.2)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minitest (5.11.3)
mongo (2.6.2)
bson (>= 4.3.0, < 5.0.0)
Expand All @@ -213,9 +212,9 @@ GEM
multi_xml (0.6.0)
multipart-post (2.0.0)
netrc (0.11.0)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.8.5-java)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.1-java)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
jwt (>= 1.0, < 3.0)
Expand Down Expand Up @@ -318,9 +317,9 @@ GEM
ref (2.0.0)
regexp_parser (1.3.0)
request_store (1.1.0)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
Expand Down Expand Up @@ -443,7 +442,7 @@ DEPENDENCIES
capybara
coveralls
decent_exposure
devise (~> 4.4.0)
devise (~> 4.6.1)
dotenv-rails
draper
email_spec
Expand Down

0 comments on commit 7f1cc25

Please sign in to comment.