Skip to content

Commit 48717f1

Browse files
kenhysWatson1978
andauthored
Update fluent-package/Rakefile
Co-authored-by: Shizuo Fujita <fujita@clear-code.com>
1 parent e179691 commit 48717f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent-package/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ class UpdateLockfileTask
373373
require_relative '../lib/update-gems'
374374
cd gemfile_dir do
375375
options = {
376-
lts: false,
376+
lts: !!ENV['LTS'],
377377
replace: true,
378378
gemfile: 'Gemfile'
379379
}

0 commit comments

Comments
 (0)