Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Bump devise from 3.5.6 to 4.7.1 #3

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 @@ -5,7 +5,7 @@ gem 'bootstrap-kaminari-views'
gem 'bootstrap-sass', '>= 3.3.6'
gem 'business_time'
gem 'coffee-rails', '~> 4.1.0'
gem 'devise', '~> 3.5.6'
gem 'devise', '~> 4.7.1'
gem 'dotenv-rails', '~> 2.0'
gem 'health_check'
gem 'jquery-rails'
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GEM
railties (>= 3)
aws-sdk-resources (2.4.3)
aws-sdk-core (= 2.4.3)
bcrypt (3.1.11)
bcrypt (3.1.13)
better_errors (2.1.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
Expand Down Expand Up @@ -81,12 +81,11 @@ GEM
crass (1.0.4)
daemons (1.2.3)
debug_inspector (0.0.2)
devise (3.5.6)
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)
dotenv (2.1.0)
dotenv-rails (2.1.0)
Expand Down Expand Up @@ -135,7 +134,7 @@ GEM
mini_portile2 (2.4.0)
minitest (5.11.3)
mysql2 (0.4.3)
nokogiri (1.10.3)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
pry (0.10.3)
Expand Down Expand Up @@ -171,7 +170,7 @@ GEM
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.4)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
rails_best_practices (1.16.0)
activesupport
Expand All @@ -187,10 +186,11 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.16.0)
rake (11.1.1)
rake (12.3.3)
require_all (1.3.3)
responders (2.2.0)
railties (>= 4.2.0, < 5.1)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
ruby-progressbar (1.8.1)
sass (3.4.21)
sass-rails (5.0.4)
Expand Down Expand Up @@ -221,7 +221,7 @@ GEM
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.19.1)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.2)
traceroute (0.5.0)
Expand All @@ -238,7 +238,7 @@ GEM
rack
raindrops (~> 0.7)
uniform_notifier (1.10.0)
warden (1.2.6)
warden (1.2.7)
rack (>= 1.0)
web-console (2.3.0)
activemodel (>= 4.0)
Expand All @@ -257,7 +257,7 @@ DEPENDENCIES
bullet
business_time
coffee-rails (~> 4.1.0)
devise (~> 3.5.6)
devise (~> 4.7.1)
dotenv-rails (~> 2.0)
health_check
jquery-rails
Expand Down