Skip to content
Merged
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 @@ -41,7 +41,7 @@ gem 'bootsnap', '>= 1.1.0', require: false

# Authentication
gem 'devise', '~> 4.7'
gem 'omniauth-mlh', '~> 0.4.1'
gem 'omniauth-mlh', '~> 0.4.2'
gem 'doorkeeper', '~> 5.0'
gem 'devise-doorkeeper'
gem 'omniauth-rails_csrf_protection'
Expand Down
12 changes: 8 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,11 @@ GEM
factory_bot_rails (6.0.0)
factory_bot (~> 6.0.0)
railties (>= 5.0.0)
faraday (1.0.1)
faraday (1.3.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
ffi (1.13.1)
file_validators (3.0.0)
activemodel (>= 3.2)
Expand Down Expand Up @@ -213,7 +216,7 @@ GEM
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (2.3.0)
jwt (2.2.1)
jwt (2.2.2)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand Down Expand Up @@ -263,7 +266,7 @@ GEM
omniauth (1.9.1)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-mlh (0.4.1)
omniauth-mlh (0.4.2)
activesupport
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.3.1)
Expand Down Expand Up @@ -341,6 +344,7 @@ GEM
roadie (>= 3.1, < 5.0)
rollbar (2.26.0)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.4)
ruby_dep (1.5.0)
ruby_http_client (3.5.0)
ruby_parser (3.14.2)
Expand Down Expand Up @@ -476,7 +480,7 @@ DEPENDENCIES
momentjs-rails
mustache (~> 1.0)
mysql2 (>= 0.4.4, < 0.6.0)
omniauth-mlh (~> 0.4.1)
omniauth-mlh (~> 0.4.2)
omniauth-rails_csrf_protection
puma (~> 4.3)
rack-cors
Expand Down