Skip to content

Commit 2092f40

Browse files
committed
fix: CI
1 parent ee33c3d commit 2092f40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- '2.3.8'
2121
- '2.5.9'
2222
env:
23-
BUNDLE_GEMFILE: ${{ (matrix.ruby >= '2.7' && '') || (matrix.ruby >= '2.5' && 'Gemfile_ruby_2_5') || 'Gemfile_ruby_2_3' }}
23+
BUNDLE_GEMFILE: ${{ (matrix.ruby >= '2.7' && 'Gemfile') || (matrix.ruby >= '2.5' && 'Gemfile_ruby_2_5') || 'Gemfile_ruby_2_3' }}
2424

2525
steps:
2626
- name: Dependencies

Gemfile_ruby_2_5.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GEM
99
ast (2.4.2)
1010
diff-lcs (1.5.1)
1111
jaro_winkler (1.5.6)
12-
nokogiri (1.13.10-x86_64-linux)
12+
nokogiri (1.12.5-x86_64-linux)
1313
racc (~> 1.4)
1414
parallel (1.24.0)
1515
parser (3.3.6.0)
@@ -62,4 +62,4 @@ DEPENDENCIES
6262
ruby_memcheck (~> 2.3)
6363

6464
BUNDLED WITH
65-
2.4.20
65+
2.3.27

0 commit comments

Comments
 (0)