Skip to content

Commit

Permalink
Merge pull request #730 from NUARIG/task/update-dsa-698
Browse files Browse the repository at this point in the history
update devise_saml_authenticatable gem. #698
  • Loading branch information
mattbaumann1 authored Dec 14, 2020
2 parents edab858 + 4287ef1 commit ea6927b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'redis', '~> 4.0'
gem 'bootsnap', '>= 1.1.0', require: false

gem 'devise', '>= 4.7.1'
gem 'devise_saml_authenticatable', '~> 1.6.1'
gem 'devise_saml_authenticatable', '~> 1.6.3'

gem 'draper'
gem 'pundit'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise_saml_authenticatable (1.6.1)
devise_saml_authenticatable (1.6.3)
devise (> 2.0.0)
ruby-saml (~> 1.7)
diff-lcs (1.4.4)
Expand All @@ -228,7 +228,7 @@ GEM
activemodel-serializers-xml (>= 1.0)
activesupport (>= 5.0)
request_store (>= 1.0)
erubi (1.9.0)
erubi (1.10.0)
erubis (2.7.0)
execjs (2.7.0)
factory_bot (6.1.0)
Expand Down Expand Up @@ -276,7 +276,7 @@ GEM
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.7.0)
loofah (2.8.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand Down Expand Up @@ -423,7 +423,7 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.7)
tzinfo (1.2.8)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand All @@ -446,7 +446,7 @@ GEM
wkhtmltopdf-binary (0.12.6.3)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.4.0)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand All @@ -472,7 +472,7 @@ DEPENDENCIES
caxlsx_rails
cocoon
devise (>= 4.7.1)
devise_saml_authenticatable (~> 1.6.1)
devise_saml_authenticatable (~> 1.6.3)
discard (~> 1.2)
draper
factory_bot_rails
Expand Down

0 comments on commit ea6927b

Please sign in to comment.