Skip to content

Commit d77541a

Browse files
authored
Merge pull request #185 from elastic/updatecli_79a9bdfcd345ac2127abb8236dc7f7252d88d7854ce77b2003bad2ff9aa33ef0
Bump elastic-apm to latest version
2 parents 400270a + eff6e84 commit d77541a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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" \

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git_source(:github) do |repo_name|
88
end
99

1010
gem 'sprockets'
11-
gem 'elastic-apm', '4.6.0'
11+
gem 'elastic-apm', '4.6.2'
1212
gem 'foreman'
1313
gem 'http'
1414
gem 'lograge'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ GEM
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

188188
DEPENDENCIES
189189
bootsnap
190-
elastic-apm (= 4.6.0)
190+
elastic-apm (= 4.6.2)
191191
foreman
192192
http
193193
listen

0 commit comments

Comments
 (0)