Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Jul 13, 2023
1 parent 108688b commit dee9d23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions attr_json.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ attributes use as much of the existing ActiveRecord architecture as we can.}

spec.required_ruby_version = '>= 2.6.0'

# Only to get CI to work on versions of Rails other than we release with,
# should never release a gem with RAILS_GEM set!
# This conditional is only to get CI to work on versions of Rails other than
# we release with. The gem should never be released without the activerecord
# 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.1"
end
Expand Down

0 comments on commit dee9d23

Please sign in to comment.