Since 2.2.0 and 2.1.1, the file permissions for CHANGELOG.md and lib/omniauth-saml/version.rb have changed from 644 to 600, making them not accessible by certain users (e.g. in a CI environment).
This occurs after installing the gem through gem install omniauth-saml, but not when cloning the repository from Github.
Since 2.2.0 and 2.1.1, the file permissions for
CHANGELOG.mdandlib/omniauth-saml/version.rbhave changed from 644 to 600, making them not accessible by certain users (e.g. in a CI environment).This occurs after installing the gem through
gem install omniauth-saml, but not when cloning the repository from Github.