Skip to content

Commit ec1b44a

Browse files
author
apmmachine
authored
Bump elastic-apm to latest version (#209)
1 parent 9db5bdf commit ec1b44a

3 files changed

Lines changed: 14 additions & 16 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.7.0" \
26+
org.label-schema.version="4.7.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.7.0" \
32+
org.opencontainers.image.version="4.7.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.7.0'
11+
gem 'elastic-apm', '4.7.2'
1212
gem 'foreman'
1313
gem 'http'
1414
gem 'lograge'

Gemfile.lock

Lines changed: 11 additions & 13 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.5)
63+
addressable (2.8.6)
6464
public_suffix (>= 2.0.2, < 6.0)
65+
base64 (0.2.0)
6566
bootsnap (1.13.0)
6667
msgpack (~> 1.2)
6768
builder (3.2.4)
68-
concurrent-ruby (1.2.2)
69+
concurrent-ruby (1.2.3)
6970
crass (1.0.6)
70-
domain_name (0.5.20190701)
71-
unf (>= 0.0.5, < 1.0.0)
72-
elastic-apm (4.7.0)
71+
domain_name (0.6.20240107)
72+
elastic-apm (4.7.2)
7373
concurrent-ruby (~> 1.0)
7474
http (>= 3.0)
7575
ruby2_keywords
@@ -81,11 +81,12 @@ GEM
8181
foreman (0.87.2)
8282
globalid (0.5.2)
8383
activesupport (>= 5.0)
84-
http (5.1.1)
84+
http (5.2.0)
8585
addressable (~> 2.8)
86+
base64 (~> 0.1)
8687
http-cookie (~> 1.0)
8788
http-form_data (~> 2.2)
88-
llhttp-ffi (~> 0.4.0)
89+
llhttp-ffi (~> 0.5.0)
8990
http-cookie (1.0.5)
9091
domain_name (~> 0.5)
9192
http-form_data (2.3.0)
@@ -94,7 +95,7 @@ GEM
9495
listen (3.7.1)
9596
rb-fsevent (~> 0.10, >= 0.10.3)
9697
rb-inotify (~> 0.9, >= 0.9.10)
97-
llhttp-ffi (0.4.0)
98+
llhttp-ffi (0.5.0)
9899
ffi-compiler (~> 1.0)
99100
rake (~> 13.0)
100101
lograge (0.12.0)
@@ -120,7 +121,7 @@ GEM
120121
nokogiri (1.13.10-x86_64-linux)
121122
racc (~> 1.4)
122123
pg (1.4.4)
123-
public_suffix (5.0.3)
124+
public_suffix (5.0.4)
124125
puma (6.3.1)
125126
nio4r (~> 2.0)
126127
racc (1.6.1)
@@ -172,9 +173,6 @@ GEM
172173
concurrent-ruby (~> 1.0)
173174
tzinfo-data (1.2022.5)
174175
tzinfo (>= 1.0.0)
175-
unf (0.1.4)
176-
unf_ext
177-
unf_ext (0.0.8.2)
178176
websocket-driver (0.7.5)
179177
websocket-extensions (>= 0.1.0)
180178
websocket-extensions (0.1.5)
@@ -187,7 +185,7 @@ PLATFORMS
187185

188186
DEPENDENCIES
189187
bootsnap
190-
elastic-apm (= 4.7.0)
188+
elastic-apm (= 4.7.2)
191189
foreman
192190
http
193191
listen

0 commit comments

Comments
 (0)