Skip to content

Commit

Permalink
Dependency Updates
Browse files Browse the repository at this point in the history
This change updates the dependencies in the buildpack.  It also makes all
changes required by the upgrade to Rubocop.
  • Loading branch information
nebhale committed Apr 26, 2017
1 parent 67863bf commit a9ddbfb
Show file tree
Hide file tree
Showing 223 changed files with 78 additions and 291 deletions.
2 changes: 1 addition & 1 deletion .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ AllCops:
- 'rakelib/**/*'
Exclude:
- 'build/**/*'
- Gemfile # TODO: Remove when upgrading to any version after 0.48.1
Metrics/AbcSize:
Max: 22
Metrics/BlockLength:
Expand Down Expand Up @@ -45,6 +46,8 @@ Style/EmptyLinesAroundClassBody:
Enabled: false
Style/EmptyLinesAroundModuleBody:
Enabled: false
Style/IndentHeredoc: # TODO: Remove when dropping 2.2.x support
Enabled: false
Style/MethodMissing:
Enabled: false
Style/MultilineOperationIndentation:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.6
2.2.7
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.0)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
ast (2.3.0)
crack (0.4.3)
Expand All @@ -12,7 +12,8 @@ GEM
ast (~> 2.2)
powerpack (0.1.1)
public_suffix (2.0.5)
rainbow (2.2.1)
rainbow (2.2.2)
rake
rake (12.0.0)
redcarpet (3.4.0)
rspec (3.5.0)
Expand All @@ -28,24 +29,24 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rubocop (0.47.1)
rubocop (0.48.1)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
rubocop-rspec (1.12.0)
rubocop-rspec (1.15.0)
rubocop (>= 0.42.0)
ruby-progressbar (1.8.1)
rubyzip (1.2.1)
safe_yaml (1.0.4)
tee (1.0.0)
unicode-display_width (1.1.3)
webmock (2.3.2)
unicode-display_width (1.2.1)
webmock (3.0.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
yard (0.9.8)
yard (0.9.9)

PLATFORMS
ruby
Expand All @@ -62,4 +63,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.14.5
1.14.6
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down Expand Up @@ -42,4 +41,4 @@ Package::StageBuildpackTask.new(Dir['bin/**/*', 'config/**/*', 'lib/**/*', 'reso
.reject { |f| File.directory? f })
Package::PackageTask.new

task default: %w(rubocop check_api_doc spec)
task default: %w[rubocop check_api_doc spec]
1 change: 0 additions & 1 deletion bin/compile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion bin/detect
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion bin/release
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
54 changes: 27 additions & 27 deletions java-buildpack.iml
Original file line number Diff line number Diff line change
Expand Up @@ -265,34 +265,34 @@
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/doc" />
</content>
<orderEntry type="jdk" jdkName="rbenv: 2.2.6" jdkType="RUBY_SDK" />
<orderEntry type="jdk" jdkName="rbenv: 2.2.7" jdkType="RUBY_SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.5.0, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="ast (v2.3.0, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.14.6, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="crack (v0.4.3, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="hashdiff (v0.3.2, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="parser (v2.4.0.0, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="powerpack (v0.1.1, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="public_suffix (v2.0.5, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rainbow (v2.2.1, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rake (v12.0.0, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="redcarpet (v3.4.0, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.5.0, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.5.4, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.5.0, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.5.0, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.5.0, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rubocop (v0.47.1, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rubocop-rspec (v1.12.0, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.8.1, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rubyzip (v1.2.1, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="safe_yaml (v1.0.4, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="tee (v1.0.0, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v1.1.3, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="webmock (v2.3.2, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="yard (v0.9.8, rbenv: 2.2.6) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.5.1, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="ast (v2.3.0, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.14.6, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="crack (v0.4.3, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="hashdiff (v0.3.2, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="parser (v2.4.0.0, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="powerpack (v0.1.1, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="public_suffix (v2.0.5, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rainbow (v2.2.2, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rake (v12.0.0, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="redcarpet (v3.4.0, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.5.0, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.5.4, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.5.0, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.5.0, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.5.0, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rubocop (v0.48.1, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rubocop-rspec (v1.15.0, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.8.1, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rubyzip (v1.2.1, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="safe_yaml (v1.0.4, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="tee (v1.0.0, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v1.2.1, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="webmock (v3.0.1, rbenv: 2.2.7) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="yard (v0.9.9, rbenv: 2.2.7) [gem]" level="application" />
</component>
<component name="RModuleSettingsStorage">
<LOAD_PATH number="4" string0="$MODULE_DIR$/lib" string1="$MODULE_DIR$/spec" string2="$MODULE_DIR$/bin" string3="$MODULE_DIR$/spec/bin" />
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/buildpack.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/buildpack_version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/component.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/component/additional_libraries.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/component/application.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/component/base_component.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/component/droplet.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/component/environment_variables.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/component/immutable_java_home.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/component/java_opts.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/component/modular_component.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/component/mutable_java_home.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/component/services.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/container.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/container/dist_zip.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/container/dist_zip_like.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/container/groovy.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/container/java_main.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/container/play_framework.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/container/ratpack.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/container/spring_boot.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/container/spring_boot_cli.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/container/tomcat.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/container/tomcat/tomcat_instance.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/container/tomcat/tomcat_redis_store.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/container/tomcat/tomcat_utils.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/framework.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/framework/app_dynamics_agent.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/framework/container_customizer.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/framework/debug.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/framework/dynatrace_appmon_agent.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/framework/dynatrace_one_agent.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
1 change: 0 additions & 1 deletion lib/java_buildpack/framework/introscope_agent.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Encoding: utf-8
# Cloud Foundry Java Buildpack
# Copyright 2013-2017 the original author or authors.
#
Expand Down
Loading

0 comments on commit a9ddbfb

Please sign in to comment.