Closed jrafanie closed 10 months ago
@agrare since you work on some gems that consume gems pending, what do you think of this PR and most importantly, the note above about loosening the activesupport dependency so the consuming application or gem can dictate the upper bound on the version constraint?
spec/spec_helper.rb
puts
. Remove all debugging statements.puts
. Remove all debugging statements.Gemfile
ENV.fetch('TEST_RAILS_VERSION')
or ENV.fetch('TEST_RAILS_VERSION', nil)
instead of ENV['TEST_RAILS_VERSION']
.
Allow rails 7 gems in gemspec