Skip to content

Commit

Permalink
Merge pull request #229 from jrochkind/allow_rails_8_beta
Browse files Browse the repository at this point in the history
oops make gemspec <8 to allow rails pre-release verisons, when testing from rails edge or future pre-releases
  • Loading branch information
jrochkind authored Aug 10, 2024
2 parents 79f7366 + 650359c commit 9e5ca96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion attr_json.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9e5ca96

Please sign in to comment.