Skip to content

gem dependency updates and addressing rubocop offenses#46

Merged
karlnaden merged 2 commits into
inferno-framework:mainfrom
FlexonyoPizza:LeonsBranch
May 19, 2026
Merged

gem dependency updates and addressing rubocop offenses#46
karlnaden merged 2 commits into
inferno-framework:mainfrom
FlexonyoPizza:LeonsBranch

Conversation

@FlexonyoPizza
Copy link
Copy Markdown
Contributor

Summary

  • Bumped inferno-core dependency to new released version to '~> 1.2', '>= 1.2.2'
  • safe autocorrected rubocop offenses - disabled cops that weren't autocorrectable

Comment thread spec/udap_security_test_kit/udap_jwt_validator_spec.rb Outdated
expect(validation_result[:success]).to be true
unless validation_result[:success]
puts "JWT Signature validation error message: #{validation_result[:error_message]}"
puts "JWT Signature validation error message: #{validation_result[:error_message]}" # rubocop:disable RSpec/Output
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is dead code I think and can be removed

Comment thread lib/udap_security_test_kit/common_assertions.rb Outdated
Comment thread Gemfile.lock Outdated
@FlexonyoPizza FlexonyoPizza requested a review from karlnaden May 18, 2026 18:27
@karlnaden karlnaden merged commit 74c253e into inferno-framework:main May 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants