Skip to content

Commit

Permalink
Update gem lock files for test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
werdlerk committed Oct 10, 2024
1 parent 7c189bd commit ff39a60
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
strategy:
matrix:
include:
- ruby-version: 3.3
gemfile: 'ar_7_1'
- ruby-version: 3.3
gemfile: 'ar_7_2'
- ruby-version: 3.3
gemfile: 'ar_7_1'
- ruby-version: 3.2
gemfile: 'ar_7_1'
- ruby-version: 3.2
Expand Down
6 changes: 5 additions & 1 deletion gemfiles/ar_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ PATH
activemodel (>= 6.0)
activerecord (>= 6.0)
bcrypt (~> 3.1)
csv (~> 3.3)
i18n
oj (~> 3)
logger (~> 1.6)
oj (~> 3.3)
parallel (~> 1.20)
parser (>= 2.6.5, < 3.4)
pg (~> 1.2)
Expand All @@ -33,12 +35,14 @@ GEM
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.2.2)
csv (3.3.0)
diff-lcs (1.5.0)
docile (1.4.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
logger (1.6.1)
method_source (1.0.0)
minitest (5.20.0)
oj (3.16.6)
Expand Down
6 changes: 5 additions & 1 deletion gemfiles/ar_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ PATH
activemodel (>= 6.0)
activerecord (>= 6.0)
bcrypt (~> 3.1)
csv (~> 3.3)
i18n
oj (~> 3)
logger (~> 1.6)
oj (~> 3.3)
parallel (~> 1.20)
parser (>= 2.6.5, < 3.4)
pg (~> 1.2)
Expand All @@ -33,12 +35,14 @@ GEM
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.2.2)
csv (3.3.0)
diff-lcs (1.5.0)
docile (1.4.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
logger (1.6.1)
method_source (1.0.0)
minitest (5.20.0)
oj (3.16.6)
Expand Down
6 changes: 5 additions & 1 deletion gemfiles/ar_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ PATH
activemodel (>= 6.0)
activerecord (>= 6.0)
bcrypt (~> 3.1)
csv (~> 3.3)
i18n
oj (~> 3)
logger (~> 1.6)
oj (~> 3.3)
parallel (~> 1.20)
parser (>= 2.6.5, < 3.4)
pg (~> 1.2)
Expand All @@ -32,12 +34,14 @@ GEM
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.2.2)
csv (3.3.0)
diff-lcs (1.5.0)
docile (1.4.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
logger (1.6.1)
method_source (1.0.0)
minitest (5.20.0)
oj (3.16.6)
Expand Down
6 changes: 5 additions & 1 deletion gemfiles/ar_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ PATH
activemodel (>= 6.0)
activerecord (>= 6.0)
bcrypt (~> 3.1)
csv (~> 3.3)
i18n
oj (~> 3)
logger (~> 1.6)
oj (~> 3.3)
parallel (~> 1.20)
parser (>= 2.6.5, < 3.4)
pg (~> 1.2)
Expand Down Expand Up @@ -40,6 +42,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
csv (3.3.0)
diff-lcs (1.5.0)
docile (1.4.0)
drb (2.2.0)
Expand All @@ -48,6 +51,7 @@ GEM
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
logger (1.6.1)
method_source (1.0.0)
minitest (5.20.0)
mutex_m (0.2.0)
Expand Down
5 changes: 4 additions & 1 deletion gemfiles/ar_7_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ PATH
activemodel (>= 6.0)
activerecord (>= 6.0)
bcrypt (~> 3.1)
csv (~> 3.3)
i18n
oj (~> 3)
logger (~> 1.6)
oj (~> 3.3)
parallel (~> 1.20)
parser (>= 2.6.5, < 3.4)
pg (~> 1.2)
Expand Down Expand Up @@ -41,6 +43,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
csv (3.3.0)
diff-lcs (1.5.1)
docile (1.4.1)
drb (2.2.1)
Expand Down

0 comments on commit ff39a60

Please sign in to comment.