Skip to content

Commit 923b9fa

Browse files
committed
Run CI again 7.2.0.rc1
1 parent c77b8cb commit 923b9fa

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

‎Dockerfile.ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ WORKDIR $WORKDIR
99

1010
COPY . $WORKDIR
1111

12-
RUN RAILS_BRANCH=7-2-stable bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
12+
RUN bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
1313

1414
CMD ["sh"]

‎activerecord-sqlserver-adapter.gemspec

+1-1
Original file line numberDiff line numberDiff 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.beta3"
30+
spec.add_dependency "activerecord", "~> 7.2.0.rc1"
3131
spec.add_dependency "tiny_tds"
3232
end

‎docker-compose.ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ services:
55
ci:
66
environment:
77
- ACTIVERECORD_UNITTEST_HOST=sqlserver
8-
- RAILS_BRANCH=7-2-stable
98
build:
109
context: .
1110
dockerfile: Dockerfile.ci

0 commit comments

Comments
 (0)