File tree Expand file tree Collapse file tree 6 files changed +2
-31
lines changed
Expand file tree Collapse file tree 6 files changed +2
-31
lines changed Original file line number Diff line number Diff line change 4343 - name : Installing dependencies
4444 run : |
4545 bundle check --path=vendor/bundle || bundle install --path=vendor/bundle
46- bundle exec appraisal ar-6.1 bundle install --path=vendor/bundle
47- bundle exec appraisal ar-7.0 bundle install --path=vendor/bundle
4846 bundle exec appraisal ar-7.1 bundle install --path=vendor/bundle
4947 bundle exec appraisal ar-7.2 bundle install --path=vendor/bundle
5048 - name : Run tests
5149 run : |
52- bundle exec appraisal ar-6.1 rake test
53- bundle exec appraisal ar-7.0 rake test
5450 bundle exec appraisal ar-7.1 rake test
5551 bundle exec appraisal ar-7.2 rake test
Original file line number Diff line number Diff line change 1212appraise "ar-7.1" do
1313 gem "activerecord" , "~> 7.1.1"
1414end
15-
16- appraise "ar-7.0" do
17- gem "activerecord" , "~> 7.0.8"
18- gem "concurrent-ruby" , "1.3.4"
19- end
20-
21- appraise "ar-6.1" do
22- gem "activerecord" , "~> 6.1.7"
23- gem "concurrent-ruby" , "1.3.4"
24- end
Original file line number Diff line number Diff line change 11### NEXT (?)
22
33- Drop support for Ruby 3.0
4+ - Drop support for ActiveRecord 6.1 - 7.0
45
56### 1.3.0 (2024-09-04)
67
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323 spec . files = Dir [ 'lib/**/*' ]
2424 spec . require_paths = [ 'lib' ]
2525
26- spec . add_runtime_dependency 'activerecord' , [ '>= 6.0 ' ]
26+ spec . add_runtime_dependency 'activerecord' , [ '>= 7.1 ' ]
2727 spec . add_runtime_dependency 'blueprinter' , '~> 1.0'
2828
2929 spec . add_development_dependency 'appraisal' , '~> 2.5'
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments