Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelvanrijn authored and ezekg committed Dec 14, 2024
1 parent 07c28a4 commit 1f584de
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 43 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- '7.1'
- '7.2'
- '8.0'
exclude:
- ruby: '3.1'
rails: '8.0'
services:
postgres:
image: postgres:13
Expand Down
10 changes: 6 additions & 4 deletions gemfiles/6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
active_record_distinct_on (1.6.0)
activerecord (>= 6.1, < 7.2)
active_record_distinct_on (1.7.0)
activerecord (>= 6.1)

GEM
remote: https://rubygems.org/
Expand All @@ -29,6 +29,7 @@ GEM
i18n (1.8.11)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
mini_portile2 (2.8.8)
minitest (5.14.4)
pg (1.5.4)
pry (0.14.1)
Expand All @@ -54,7 +55,8 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
sqlite3 (1.4.2)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
thor (1.1.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
Expand All @@ -74,7 +76,7 @@ DEPENDENCIES
rake (>= 12.3.3)
rspec
simplecov
sqlite3
sqlite3 (~> 1.4)

BUNDLED WITH
2.4.5
7 changes: 0 additions & 7 deletions gemfiles/7-1.gemfile

This file was deleted.

10 changes: 6 additions & 4 deletions gemfiles/7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
active_record_distinct_on (1.6.0)
activerecord (>= 6.1, < 7.2)
active_record_distinct_on (1.7.0)
activerecord (>= 6.1)

GEM
remote: https://rubygems.org/
Expand All @@ -28,6 +28,7 @@ GEM
i18n (1.8.11)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
mini_portile2 (2.8.8)
minitest (5.15.0)
pg (1.5.4)
pry (0.14.1)
Expand All @@ -53,7 +54,8 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
sqlite3 (1.4.2)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
thor (1.2.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
Expand All @@ -72,7 +74,7 @@ DEPENDENCIES
rake (>= 12.3.3)
rspec
simplecov
sqlite3
sqlite3 (~> 1.4)

BUNDLED WITH
2.4.5
12 changes: 7 additions & 5 deletions gemfiles/7.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
active_record_distinct_on (1.6.0)
activerecord (>= 6.1, < 7.2)
active_record_distinct_on (1.7.0)
activerecord (>= 6.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -39,6 +39,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
mini_portile2 (2.8.8)
minitest (5.20.0)
mutex_m (0.1.2)
pg (1.5.4)
Expand Down Expand Up @@ -66,14 +67,15 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sqlite3 (1.6.6-x86_64-linux)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
thor (1.2.2)
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
x86_64-linux
ruby

DEPENDENCIES
active_record_distinct_on!
Expand All @@ -85,7 +87,7 @@ DEPENDENCIES
rake (>= 12.3.3)
rspec
simplecov
sqlite3
sqlite3 (~> 1.4)

BUNDLED WITH
2.4.5
30 changes: 7 additions & 23 deletions gemfiles/7.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
active_record_distinct_on (1.6.0)
activerecord (>= 6.1, < 7.3)
active_record_distinct_on (1.7.0)
activerecord (>= 6.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -40,6 +40,7 @@ GEM
concurrent-ruby (~> 1.0)
logger (1.6.0)
method_source (1.1.0)
mini_portile2 (2.8.8)
minitest (5.24.1)
pg (1.5.7)
pry (0.14.2)
Expand All @@ -66,32 +67,15 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sqlite3 (2.0.3-aarch64-linux-gnu)
sqlite3 (2.0.3-aarch64-linux-musl)
sqlite3 (2.0.3-arm-linux-gnu)
sqlite3 (2.0.3-arm-linux-musl)
sqlite3 (2.0.3-arm64-darwin)
sqlite3 (2.0.3-x86-linux-gnu)
sqlite3 (2.0.3-x86-linux-musl)
sqlite3 (2.0.3-x86_64-darwin)
sqlite3 (2.0.3-x86_64-linux-gnu)
sqlite3 (2.0.3-x86_64-linux-musl)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
thor (1.3.1)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
aarch64-linux-gnu
aarch64-linux-musl
arm-linux-gnu
arm-linux-musl
arm64-darwin
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux-gnu
x86_64-linux-musl
ruby

DEPENDENCIES
active_record_distinct_on!
Expand All @@ -103,7 +87,7 @@ DEPENDENCIES
rake (>= 12.3.3)
rspec
simplecov
sqlite3
sqlite3 (~> 1.4)

BUNDLED WITH
2.5.14

0 comments on commit 1f584de

Please sign in to comment.