Skip to content

Commit

Permalink
oops make gemspec <8 to allow rails pre-release verisons, when testin…
Browse files Browse the repository at this point in the history
…g from rails edge or future pre-releases
  • Loading branch information
jrochkind committed Aug 10, 2024
1 parent 79f7366 commit cf41866
Showing 1 changed file with 1 addition and 1 deletion.
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 cf41866

Please sign in to comment.