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 ca636d1 commit 6725df6Copy full SHA for 6725df6
.github/workflows/ci.yml
@@ -65,7 +65,8 @@ jobs:
65
run: |
66
bundle config set without development
67
${{ matrix.cfg.extra }}
68
- bundle install --jobs 4 --retry 3 --with integration
+ bundle config set with integration
69
+ bundle install --jobs 4 --retry 3
70
71
- name: Rubocop
72
Gemfile
@@ -37,7 +37,7 @@ group :integration do
37
# Pin due to an issue with FFI, Windows, and Facter. See FACT-3434
38
gem 'ffi', '1.15.5'
39
gem 'bigdecimal' '=1.4.4'
40
- gem 'nkf', '= 0.1.2'
+ gem 'nkf', '=0.1.2'
41
42
end
43
0 commit comments