diff --git a/Gemfile b/Gemfile index 9a740af..577cce1 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ gem 'diff-lcs' gem 'will_paginate', '~> 3.3.1' gem 'will_paginate-bootstrap4', '~> 0.2.2' -gem 'devise', '~> 4.8.0' +gem 'devise', '~> 4.8.1' gem 'omniauth' gem 'omniauth-rails_csrf_protection' gem 'omniauth-github' diff --git a/Gemfile.lock b/Gemfile.lock index d6f8042..8793f96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM crack (0.4.5) rexml crass (1.0.6) - devise (4.8.0) + devise (4.8.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -271,7 +271,7 @@ DEPENDENCIES bootstrap (~> 5.1.3) bootstrap_form (~> 5.0) coffee-rails (~> 5.0.0) - devise (~> 4.8.0) + devise (~> 4.8.1) diff-lcs diffy font-awesome-sass (~> 5.15.1)