We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee33c3d commit 2092f40Copy full SHA for 2092f40
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
- '2.3.8'
21
- '2.5.9'
22
env:
23
- BUNDLE_GEMFILE: ${{ (matrix.ruby >= '2.7' && '') || (matrix.ruby >= '2.5' && 'Gemfile_ruby_2_5') || 'Gemfile_ruby_2_3' }}
+ BUNDLE_GEMFILE: ${{ (matrix.ruby >= '2.7' && 'Gemfile') || (matrix.ruby >= '2.5' && 'Gemfile_ruby_2_5') || 'Gemfile_ruby_2_3' }}
24
25
steps:
26
- name: Dependencies
Gemfile_ruby_2_5.lock
@@ -9,7 +9,7 @@ GEM
9
ast (2.4.2)
10
diff-lcs (1.5.1)
11
jaro_winkler (1.5.6)
12
- nokogiri (1.13.10-x86_64-linux)
+ nokogiri (1.12.5-x86_64-linux)
13
racc (~> 1.4)
14
parallel (1.24.0)
15
parser (3.3.6.0)
@@ -62,4 +62,4 @@ DEPENDENCIES
62
ruby_memcheck (~> 2.3)
63
64
BUNDLED WITH
65
- 2.4.20
+ 2.3.27
0 commit comments