Skip to content

v1.1.0

Choose a tag to compare

@ericfang-sudo ericfang-sudo released this 23 Jun 02:35
· 2 commits to master since this release
  • Remove Rails-version guard in gemspec (defined?(::Rails::Engine)
    never loads under Bundler, so grape-entity was forever locked to
    ~> 0.10.2 regardless of the host app's Rails version)
  • bump grape-entity ~> 1.1.0
  • bundle update pulls grape-entity 1.1.0, activesupport 8.1.3,
    uri 1.1.1 — resolves CVE-2026-33176 (activesupport HIGH) and
    CVE-2025-61594 (uri HIGH)