Skip to content

Commit 51804fa

Browse files
committed
Polishing
1 parent ffb63c4 commit 51804fa

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

java-buildpack.iml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,11 @@
269269
<orderEntry type="sourceFolder" forTests="false" />
270270
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.5.1, rbenv: 2.2.7) [gem]" level="application" />
271271
<orderEntry type="library" scope="PROVIDED" name="ast (v2.3.0, rbenv: 2.2.7) [gem]" level="application" />
272-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.14.6, rbenv: 2.2.7) [gem]" level="application" />
272+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.15.1, rbenv: 2.2.7) [gem]" level="application" />
273273
<orderEntry type="library" scope="PROVIDED" name="crack (v0.4.3, rbenv: 2.2.7) [gem]" level="application" />
274274
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, rbenv: 2.2.7) [gem]" level="application" />
275275
<orderEntry type="library" scope="PROVIDED" name="hashdiff (v0.3.4, rbenv: 2.2.7) [gem]" level="application" />
276+
<orderEntry type="library" scope="PROVIDED" name="parallel (v1.11.2, rbenv: 2.2.7) [gem]" level="application" />
276277
<orderEntry type="library" scope="PROVIDED" name="parser (v2.4.0.0, rbenv: 2.2.7) [gem]" level="application" />
277278
<orderEntry type="library" scope="PROVIDED" name="powerpack (v0.1.1, rbenv: 2.2.7) [gem]" level="application" />
278279
<orderEntry type="library" scope="PROVIDED" name="public_suffix (v2.0.5, rbenv: 2.2.7) [gem]" level="application" />
@@ -284,14 +285,14 @@
284285
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.6.0, rbenv: 2.2.7) [gem]" level="application" />
285286
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.6.0, rbenv: 2.2.7) [gem]" level="application" />
286287
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.6.0, rbenv: 2.2.7) [gem]" level="application" />
287-
<orderEntry type="library" scope="PROVIDED" name="rubocop (v0.48.1, rbenv: 2.2.7) [gem]" level="application" />
288+
<orderEntry type="library" scope="PROVIDED" name="rubocop (v0.49.1, rbenv: 2.2.7) [gem]" level="application" />
288289
<orderEntry type="library" scope="PROVIDED" name="rubocop-rspec (v1.15.1, rbenv: 2.2.7) [gem]" level="application" />
289290
<orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.8.1, rbenv: 2.2.7) [gem]" level="application" />
290291
<orderEntry type="library" scope="PROVIDED" name="rubyzip (v1.2.1, rbenv: 2.2.7) [gem]" level="application" />
291292
<orderEntry type="library" scope="PROVIDED" name="safe_yaml (v1.0.4, rbenv: 2.2.7) [gem]" level="application" />
292293
<orderEntry type="library" scope="PROVIDED" name="tee (v1.0.0, rbenv: 2.2.7) [gem]" level="application" />
293-
<orderEntry type="library" scope="PROVIDED" name="terminal-table (v1.7.3, rbenv: 2.2.7) [gem]" level="application" />
294-
<orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v1.1.3, rbenv: 2.2.7) [gem]" level="application" />
294+
<orderEntry type="library" scope="PROVIDED" name="terminal-table (v1.8.0, rbenv: 2.2.7) [gem]" level="application" />
295+
<orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v1.2.1, rbenv: 2.2.7) [gem]" level="application" />
295296
<orderEntry type="library" scope="PROVIDED" name="webmock (v3.0.1, rbenv: 2.2.7) [gem]" level="application" />
296297
<orderEntry type="library" scope="PROVIDED" name="yard (v0.9.9, rbenv: 2.2.7) [gem]" level="application" />
297298
</component>

lib/java_buildpack/component/modular_component.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def command
6969
# @param [Hash] context the context of the component
7070
# @return [Array<BaseComponent>] a collection of +BaseComponent+s that make up the sub_components of this
7171
# component
72-
def sub_components(_context)
72+
def sub_components(context)
7373
raise "Method 'sub_components' must be defined"
7474
end
7575

0 commit comments

Comments
 (0)