Skip to content

Commit

Permalink
Merge pull request #6044 from avalonmediasystem/saml-up
Browse files Browse the repository at this point in the history
Bump version of omniauth-saml and ruby-saml
  • Loading branch information
cjcolvar authored Sep 23, 2024
2 parents 9b8c88b + 10e0cad commit 26f5bf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ gem 'net-ldap'
gem 'omniauth', '~> 2.0'
gem 'omniauth-identity', '>= 2.0.0'
gem 'omniauth-lti', git: "https://github.com/avalonmediasystem/omniauth-lti.git", tag: 'avalon-r4'
gem "omniauth-saml", "~> 2.0"
gem "omniauth-saml", "~> 2.0", ">= 2.2.1"

# Media Access & Transcoding
gem 'active_encode', '>= 1.2.2'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,9 @@ GEM
omniauth-identity (3.0.9)
bcrypt
omniauth
omniauth-saml (2.1.0)
omniauth (~> 2.0)
ruby-saml (~> 1.12)
omniauth-saml (2.2.1)
omniauth (~> 2.1)
ruby-saml (~> 1.17)
orm_adapter (0.5.0)
os (1.1.4)
ostruct (0.6.0)
Expand Down Expand Up @@ -872,7 +872,7 @@ GEM
multipart-post
oauth2
ruby-progressbar (1.13.0)
ruby-saml (1.16.0)
ruby-saml (1.17.0)
nokogiri (>= 1.13.10)
rexml
rubyzip (1.3.0)
Expand Down Expand Up @@ -1102,7 +1102,7 @@ DEPENDENCIES
omniauth (~> 2.0)
omniauth-identity (>= 2.0.0)
omniauth-lti!
omniauth-saml (~> 2.0)
omniauth-saml (~> 2.0, >= 2.2.1)
parallel
pg
pry-byebug
Expand Down

0 comments on commit 26f5bf8

Please sign in to comment.