Skip to content

Fix deprecation warnings across specs and dependencies#202

Merged
Keith-wright merged 4 commits into
pusher:masterfrom
hasghari:deprecation-warning
May 15, 2026
Merged

Fix deprecation warnings across specs and dependencies#202
Keith-wright merged 4 commits into
pusher:masterfrom
hasghari:deprecation-warning

Conversation

@hasghari
Copy link
Copy Markdown
Contributor

@hasghari hasghari commented Apr 20, 2026

Summary

  • Fix deprecation warning in multi_json gem (backwards-compatible with minimum gemspec version)
  • Add logger gem to development dependencies (required for specs to run locally)
  • Fix RSpec deprecation warnings across spec files
  • Suppress expected deprecation warnings in specs to keep output clean

Test plan

  • Run bundle exec rspec and verify all specs pass with no deprecation warnings
  • Verify no regressions in existing functionality

🤖 Generated with Claude Code

This change is backwards-compatible with the minimum version of the
mutli_json gem specified in the gemspec file.
The specs were failing locally otherwise
@hasghari
Copy link
Copy Markdown
Contributor Author

Fixes #195

@Keith-wright Keith-wright self-requested a review May 15, 2026 19:27
Copy link
Copy Markdown
Contributor

@Keith-wright Keith-wright left a comment

Choose a reason for hiding this comment

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

Resolves all deprecation warnings across specs and dependencies. Fixes #195.

Ran 'bundle exec rspec' locally — 206 examples, 0 failures, no deprecation warnings.

@Keith-wright Keith-wright merged commit 280a4f6 into pusher:master May 15, 2026
3 checks passed
@hasghari hasghari deleted the deprecation-warning branch May 15, 2026 19:45
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