Skip to content

Commit

Permalink
Merge pull request #684 from scientist-softserv/i683-ruby-saml-securi…
Browse files Browse the repository at this point in the history
…ty-vulnerability

i683 update ruby-saml gem version to get security fix
  • Loading branch information
bkiahstroud authored Sep 11, 2024
2 parents a40625b + 4f04fc3 commit d00b45a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ gem 'rspec-retry', group: %i[test]
gem 'rspec_junit_formatter', group: %i[test]
gem 'rubocop', '~> 0.50', '<= 0.52.1', group: %i[development test]
gem 'rubocop-rspec', '~> 1.22', '<= 1.22.2', group: %i[development test]
gem 'ruby-saml', '>= 1.17.0'
gem 'sass-rails', '~> 5.0' # Use SCSS for stylesheets
gem 'scss_lint', require: false, group: %i[development]
gem 'secure_headers'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1205,8 +1205,8 @@ GEM
multipart-post
oauth2
ruby-progressbar (1.13.0)
ruby-saml (1.14.0)
nokogiri (>= 1.10.5)
ruby-saml (1.17.0)
nokogiri (>= 1.13.10)
rexml
ruby2_keywords (0.0.5)
ruby_dep (1.5.0)
Expand Down Expand Up @@ -1491,6 +1491,7 @@ DEPENDENCIES
rspec_junit_formatter
rubocop (~> 0.50, <= 0.52.1)
rubocop-rspec (~> 1.22, <= 1.22.2)
ruby-saml (>= 1.17.0)
sass-rails (~> 5.0)
scss_lint
secure_headers
Expand Down

0 comments on commit d00b45a

Please sign in to comment.