Skip to content

Commit

Permalink
Merge pull request #2493 from cyberark/iam-authn-bug
Browse files Browse the repository at this point in the history
Bug Fix - IAM Authn Fails with Ruby 3
  • Loading branch information
semyon-estrin authored Feb 14, 2022
2 parents 5adc98b + fa3419f commit 66532f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [1.17.2] - 2022-02-13

### Fixed
- IAM Authn bug fix - Take rexml gem to production configuration [#2493](https://github.com/cyberark/conjur/pull/2493)

### Security
- Updated Rails to 6.1.4.4 to resolve CVE-2021-44528 (Medium, Not Vulnerable)
[cyberark/conjur#2486](https://github.com/cyberark/conjur/pull/2486)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ gem 'base32-crockford'
gem 'bcrypt'
gem 'gli', require: false
gem 'listen'
gem 'rexml', '~> 3.2'
gem 'slosilo', '~> 3.0'

# Explicitly required as there are vulnerabilities in older versions
Expand Down Expand Up @@ -97,7 +98,6 @@ group :development, :test do
gem 'rails-controller-testing'
gem 'rails_layout'
gem 'rake_shared_context'
gem 'rexml', '~> 3.2'
gem 'rspec'
gem 'rspec-core'
gem 'rspec-rails'
Expand Down

0 comments on commit 66532f4

Please sign in to comment.