Skip to content

Commit 5f7ce68

Browse files
committed
bundle update
1 parent f4056b6 commit 5f7ce68

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GEM
1010
awesome_print (1.9.2)
1111
coderay (1.1.3)
1212
io-console (0.8.1)
13-
json (2.13.2)
13+
json (2.15.0)
1414
language_server-protocol (3.17.0.5)
1515
lint_roller (1.1.0)
1616
method_source (1.1.0)
@@ -31,18 +31,18 @@ GEM
3131
regexp_parser (2.11.3)
3232
reline (0.6.2)
3333
io-console (~> 0.5)
34-
rubocop (1.80.2)
34+
rubocop (1.81.1)
3535
json (~> 2.3)
3636
language_server-protocol (~> 3.17.0.2)
3737
lint_roller (~> 1.1.0)
3838
parallel (~> 1.10)
3939
parser (>= 3.3.0.2)
4040
rainbow (>= 2.2.2, < 4.0)
4141
regexp_parser (>= 2.9.3, < 3.0)
42-
rubocop-ast (>= 1.46.0, < 2.0)
42+
rubocop-ast (>= 1.47.1, < 2.0)
4343
ruby-progressbar (~> 1.7)
4444
unicode-display_width (>= 2.4.0, < 4.0)
45-
rubocop-ast (1.46.0)
45+
rubocop-ast (1.47.1)
4646
parser (>= 3.3.7.2)
4747
prism (~> 1.4)
4848
rubocop-minitest (0.38.2)

lib/omnipackage_agent/build/runner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
module OmnipackageAgent
2020
class Build
21-
class Runner
21+
class Runner # rubocop: disable Metrics/ClassLength
2222
def initialize(build_conf:, source_path:, job_variables:, config:, logger:, terminator:, limits:) # rubocop: disable Metrics/ParameterLists
2323
@config = config
2424
@log_string = ::StringIO.new

lib/omnipackage_agent/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def load_file(fpath)
3636
build_dir: ::String,
3737
lockfiles_dir: ::String,
3838
image_cache_enable: [::TrueClass, ::FalseClass],
39-
container_limits_disable: [::TrueClass, ::FalseClass],
39+
container_limits_disable: [::TrueClass, ::FalseClass]
4040
}.freeze
4141

4242
def initialize(hash, attributes = ATTRIBUTES) # rubocop: disable Metrics/MethodLength, Metrics/AbcSize, Metrics/PerceivedComplexity, Metrics/CyclomaticComplexity

0 commit comments

Comments
 (0)