Skip to content

Commit 1f584de

Browse files
manuelvanrijnezekg
authored andcommitted
fix ci
1 parent 07c28a4 commit 1f584de

File tree

6 files changed

+29
-43
lines changed

6 files changed

+29
-43
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- '7.1'
1717
- '7.2'
1818
- '8.0'
19+
exclude:
20+
- ruby: '3.1'
21+
rails: '8.0'
1922
services:
2023
postgres:
2124
image: postgres:13

gemfiles/6.1.gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ..
33
specs:
4-
active_record_distinct_on (1.6.0)
5-
activerecord (>= 6.1, < 7.2)
4+
active_record_distinct_on (1.7.0)
5+
activerecord (>= 6.1)
66

77
GEM
88
remote: https://rubygems.org/
@@ -29,6 +29,7 @@ GEM
2929
i18n (1.8.11)
3030
concurrent-ruby (~> 1.0)
3131
method_source (1.0.0)
32+
mini_portile2 (2.8.8)
3233
minitest (5.14.4)
3334
pg (1.5.4)
3435
pry (0.14.1)
@@ -54,7 +55,8 @@ GEM
5455
simplecov_json_formatter (~> 0.1)
5556
simplecov-html (0.12.3)
5657
simplecov_json_formatter (0.1.3)
57-
sqlite3 (1.4.2)
58+
sqlite3 (1.7.3)
59+
mini_portile2 (~> 2.8.0)
5860
thor (1.1.0)
5961
tzinfo (2.0.4)
6062
concurrent-ruby (~> 1.0)
@@ -74,7 +76,7 @@ DEPENDENCIES
7476
rake (>= 12.3.3)
7577
rspec
7678
simplecov
77-
sqlite3
79+
sqlite3 (~> 1.4)
7880

7981
BUNDLED WITH
8082
2.4.5

gemfiles/7-1.gemfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

gemfiles/7.0.gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ..
33
specs:
4-
active_record_distinct_on (1.6.0)
5-
activerecord (>= 6.1, < 7.2)
4+
active_record_distinct_on (1.7.0)
5+
activerecord (>= 6.1)
66

77
GEM
88
remote: https://rubygems.org/
@@ -28,6 +28,7 @@ GEM
2828
i18n (1.8.11)
2929
concurrent-ruby (~> 1.0)
3030
method_source (1.0.0)
31+
mini_portile2 (2.8.8)
3132
minitest (5.15.0)
3233
pg (1.5.4)
3334
pry (0.14.1)
@@ -53,7 +54,8 @@ GEM
5354
simplecov_json_formatter (~> 0.1)
5455
simplecov-html (0.12.3)
5556
simplecov_json_formatter (0.1.3)
56-
sqlite3 (1.4.2)
57+
sqlite3 (1.7.3)
58+
mini_portile2 (~> 2.8.0)
5759
thor (1.2.1)
5860
tzinfo (2.0.4)
5961
concurrent-ruby (~> 1.0)
@@ -72,7 +74,7 @@ DEPENDENCIES
7274
rake (>= 12.3.3)
7375
rspec
7476
simplecov
75-
sqlite3
77+
sqlite3 (~> 1.4)
7678

7779
BUNDLED WITH
7880
2.4.5

gemfiles/7.1.gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ..
33
specs:
4-
active_record_distinct_on (1.6.0)
5-
activerecord (>= 6.1, < 7.2)
4+
active_record_distinct_on (1.7.0)
5+
activerecord (>= 6.1)
66

77
GEM
88
remote: https://rubygems.org/
@@ -39,6 +39,7 @@ GEM
3939
i18n (1.14.1)
4040
concurrent-ruby (~> 1.0)
4141
method_source (1.0.0)
42+
mini_portile2 (2.8.8)
4243
minitest (5.20.0)
4344
mutex_m (0.1.2)
4445
pg (1.5.4)
@@ -66,14 +67,15 @@ GEM
6667
simplecov_json_formatter (~> 0.1)
6768
simplecov-html (0.12.3)
6869
simplecov_json_formatter (0.1.4)
69-
sqlite3 (1.6.6-x86_64-linux)
70+
sqlite3 (1.7.3)
71+
mini_portile2 (~> 2.8.0)
7072
thor (1.2.2)
7173
timeout (0.4.0)
7274
tzinfo (2.0.6)
7375
concurrent-ruby (~> 1.0)
7476

7577
PLATFORMS
76-
x86_64-linux
78+
ruby
7779

7880
DEPENDENCIES
7981
active_record_distinct_on!
@@ -85,7 +87,7 @@ DEPENDENCIES
8587
rake (>= 12.3.3)
8688
rspec
8789
simplecov
88-
sqlite3
90+
sqlite3 (~> 1.4)
8991

9092
BUNDLED WITH
9193
2.4.5

gemfiles/7.2.gemfile.lock

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ..
33
specs:
4-
active_record_distinct_on (1.6.0)
5-
activerecord (>= 6.1, < 7.3)
4+
active_record_distinct_on (1.7.0)
5+
activerecord (>= 6.1)
66

77
GEM
88
remote: https://rubygems.org/
@@ -40,6 +40,7 @@ GEM
4040
concurrent-ruby (~> 1.0)
4141
logger (1.6.0)
4242
method_source (1.1.0)
43+
mini_portile2 (2.8.8)
4344
minitest (5.24.1)
4445
pg (1.5.7)
4546
pry (0.14.2)
@@ -66,32 +67,15 @@ GEM
6667
simplecov_json_formatter (~> 0.1)
6768
simplecov-html (0.12.3)
6869
simplecov_json_formatter (0.1.4)
69-
sqlite3 (2.0.3-aarch64-linux-gnu)
70-
sqlite3 (2.0.3-aarch64-linux-musl)
71-
sqlite3 (2.0.3-arm-linux-gnu)
72-
sqlite3 (2.0.3-arm-linux-musl)
73-
sqlite3 (2.0.3-arm64-darwin)
74-
sqlite3 (2.0.3-x86-linux-gnu)
75-
sqlite3 (2.0.3-x86-linux-musl)
76-
sqlite3 (2.0.3-x86_64-darwin)
77-
sqlite3 (2.0.3-x86_64-linux-gnu)
78-
sqlite3 (2.0.3-x86_64-linux-musl)
70+
sqlite3 (1.7.3)
71+
mini_portile2 (~> 2.8.0)
7972
thor (1.3.1)
8073
timeout (0.4.1)
8174
tzinfo (2.0.6)
8275
concurrent-ruby (~> 1.0)
8376

8477
PLATFORMS
85-
aarch64-linux-gnu
86-
aarch64-linux-musl
87-
arm-linux-gnu
88-
arm-linux-musl
89-
arm64-darwin
90-
x86-linux-gnu
91-
x86-linux-musl
92-
x86_64-darwin
93-
x86_64-linux-gnu
94-
x86_64-linux-musl
78+
ruby
9579

9680
DEPENDENCIES
9781
active_record_distinct_on!
@@ -103,7 +87,7 @@ DEPENDENCIES
10387
rake (>= 12.3.3)
10488
rspec
10589
simplecov
106-
sqlite3
90+
sqlite3 (~> 1.4)
10791

10892
BUNDLED WITH
10993
2.5.14

0 commit comments

Comments
 (0)