File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ LABEL \
2323 org.label-schema.schema-version="1.0" \
2424 org.label-schema.vendor="Elastic" \
2525 org.label-schema.name="opbeans-ruby" \
26- org.label-schema.version="4.6.0 " \
26+ org.label-schema.version="4.6.2 " \
2727 org.label-schema.url="https://hub.docker.com/r/opbeans/opbeans-ruby" \
2828 org.label-schema.vcs-url="https://github.com/elastic/opbeans-ruby" \
2929 org.label-schema.license="MIT" \
3030 org.opencontainers.image.vendor="Elastic" \
3131 org.opencontainers.image.title="opbeans-ruby" \
32- org.opencontainers.image.version="4.6.0 " \
32+ org.opencontainers.image.version="4.6.2 " \
3333 org.opencontainers.image.url="https://hub.docker.com/r/opbeans/opbeans-ruby" \
3434 org.opencontainers.image.source="https://github.com/elastic/opbeans-ruby" \
3535 org.opencontainers.image.licenses="MIT" \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ git_source(:github) do |repo_name|
88end
99
1010gem 'sprockets'
11- gem 'elastic-apm' , '4.6.0 '
11+ gem 'elastic-apm' , '4.6.2 '
1212gem 'foreman'
1313gem 'http'
1414gem 'lograge'
Original file line number Diff line number Diff line change 6060 minitest (>= 5.1 )
6161 tzinfo (~> 2.0 )
6262 zeitwerk (~> 2.3 )
63- addressable (2.8.1 )
63+ addressable (2.8.4 )
6464 public_suffix (>= 2.0.2 , < 6.0 )
6565 bootsnap (1.13.0 )
6666 msgpack (~> 1.2 )
6767 builder (3.2.4 )
68- concurrent-ruby (1.1.10 )
68+ concurrent-ruby (1.2.2 )
6969 crass (1.0.6 )
7070 domain_name (0.5.20190701 )
7171 unf (>= 0.0.5 , < 1.0.0 )
72- elastic-apm (4.6.0 )
72+ elastic-apm (4.6.2 )
7373 concurrent-ruby (~> 1.0 )
7474 http (>= 3.0 )
7575 ruby2_keywords
@@ -187,7 +187,7 @@ PLATFORMS
187187
188188DEPENDENCIES
189189 bootsnap
190- elastic-apm (= 4.6.0 )
190+ elastic-apm (= 4.6.2 )
191191 foreman
192192 http
193193 listen
You can’t perform that action at this time.
0 commit comments