File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ WORKDIR $WORKDIR
99
1010COPY . $WORKDIR
1111
12- RUN bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
12+ RUN RAILS_BRANCH=main bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
1313
1414CMD ["sh"]
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ their stable branches.
1616
1717| Adapter Version | Rails Version | Support | Branch |
1818| -----------------| ---------------| ----------------| -------------------------------------------------------------------------------------------------|
19- | ` 7.2.x ` | ` 7.2.x ` | Active | [ main] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/main ) |
19+ | Unreleased | ` 8.0.x ` | In Development | [ main] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/main ) |
20+ | ` 7.2.x ` | ` 7.2.x ` | Active | [ 7-2-stable] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/7-2-stable ) |
2021| ` 7.1.x ` | ` 7.1.x ` | Active | [ 7-1-stable] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/7-1-stable ) |
2122| ` 7.0.x ` | ` 7.0.x ` | Active | [ 7-0-stable] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/7-0-stable ) |
2223| ` 6.1.x ` | ` 6.1.x ` | Active | [ 6-1-stable] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/6-1-stable ) |
Original file line number Diff line number Diff line change 1- 7.2.0
1+ 8.0.0.alpha1
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
2727 spec . test_files = spec . files . grep ( %r{^(test|spec|features)/} )
2828 spec . require_paths = [ "lib" ]
2929
30- spec . add_dependency "activerecord" , "~> 7.2 .0"
30+ spec . add_dependency "activerecord" , "~> 8.0 .0"
3131 spec . add_dependency "tiny_tds"
3232end
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ services:
55 ci :
66 environment :
77 - ACTIVERECORD_UNITTEST_HOST=sqlserver
8+ - RAILS_BRANCH=main
89 build :
910 context : .
1011 dockerfile : Dockerfile.ci
You can’t perform that action at this time.
0 commit comments