Skip to content

Commit

Permalink
upgrade devise gem
Browse files Browse the repository at this point in the history
  • Loading branch information
notmarkmiranda committed Mar 24, 2019
1 parent a3e2a96 commit aa19670
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.2'
gem 'jbuilder', '~> 2.5'
gem 'bootsnap', '>= 1.1.0', require: false
gem 'devise'
gem 'devise', ">=4.6.0"
gem 'bootstrap', '~>4.1.1'
gem 'jquery-rails'
gem 'pundit'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ GEM
thor
crass (1.0.4)
database_cleaner (1.7.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 @@ -332,8 +332,8 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
warden (1.2.7)
rack (>= 1.0)
warden (1.2.8)
rack (>= 2.0.6)
web-console (3.6.2)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand Down Expand Up @@ -361,7 +361,7 @@ DEPENDENCIES
coffee-rails (~> 4.2)
coveralls
database_cleaner
devise
devise (>= 4.6.0)
draper
factory_bot_rails
faker
Expand Down

0 comments on commit aa19670

Please sign in to comment.