From cf418661f59a9e977c2ecc637fb9d2539b6bf3b2 Mon Sep 17 00:00:00 2001 From: Jonathan Rochkind Date: Sat, 10 Aug 2024 08:58:46 -0400 Subject: [PATCH 1/2] oops make gemspec <8 to allow rails pre-release verisons, when testing from rails edge or future pre-releases --- attr_json.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attr_json.gemspec b/attr_json.gemspec index 120ed24..7978914 100644 --- a/attr_json.gemspec +++ b/attr_json.gemspec @@ -47,7 +47,7 @@ attributes use as much of the existing ActiveRecord architecture as we can.} # dependency included just as it is here, should never be released # from an env tht has any of these variables set. unless ENV['APPRAISAL_INITIALIZED'] || ENV["TRAVIS"] || ENV['CI'] - spec.add_runtime_dependency "activerecord", ">= 6.0.0", "< 7.3" + spec.add_runtime_dependency "activerecord", ">= 6.0.0", "< 8" end spec.add_development_dependency "bundler" From 650359c1d2958bc7131327c89cf2dbb2487a3522 Mon Sep 17 00:00:00 2001 From: Jonathan Rochkind Date: Sat, 10 Aug 2024 08:59:53 -0400 Subject: [PATCH 2/2] correct changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d22375..e21916e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/jrochkind/attr_json/compare/v2.3.1...HEAD) +## [Unreleased](https://github.com/jrochkind/attr_json/compare/v2.4.0...HEAD) ### Fixed @@ -31,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * -## [2.3.1](https://github.com/jrochkind/attr_json/compare/v2.3.1...v2.4.0) +## [2.4.0](https://github.com/jrochkind/attr_json/compare/v2.3.1...v2.4.0) ### Added