Skip to content

Commit cb4d976

Browse files
authored
Bump elastic-apm to 4.7.3 version (#217)
1 parent 7ce8e7a commit cb4d976

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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.2" \
26+
org.label-schema.version="4.7.3" \
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.2" \
32+
org.opencontainers.image.version="4.7.3" \
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.2'
11+
gem 'elastic-apm', '4.7.3'
1212
gem 'foreman'
1313
gem 'http'
1414
gem 'lograge'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ GEM
6969
concurrent-ruby (1.2.3)
7070
crass (1.0.6)
7171
domain_name (0.6.20240107)
72-
elastic-apm (4.7.2)
72+
elastic-apm (4.7.3)
7373
concurrent-ruby (~> 1.0)
7474
http (>= 3.0)
7575
ruby2_keywords
7676
erubi (1.10.0)
7777
ffi (1.16.3)
78-
ffi-compiler (1.0.1)
79-
ffi (>= 1.0.0)
78+
ffi-compiler (1.3.2)
79+
ffi (>= 1.15.5)
8080
rake
8181
foreman (0.87.2)
8282
globalid (0.5.2)
@@ -121,7 +121,7 @@ GEM
121121
nokogiri (1.13.10-x86_64-linux)
122122
racc (~> 1.4)
123123
pg (1.4.4)
124-
public_suffix (5.0.4)
124+
public_suffix (5.0.5)
125125
puma (6.3.1)
126126
nio4r (~> 2.0)
127127
racc (1.6.1)
@@ -154,7 +154,7 @@ GEM
154154
method_source
155155
rake (>= 0.13)
156156
thor (~> 1.0)
157-
rake (13.1.0)
157+
rake (13.2.1)
158158
rb-fsevent (0.11.1)
159159
rb-inotify (0.10.1)
160160
ffi (~> 1.0)
@@ -185,7 +185,7 @@ PLATFORMS
185185

186186
DEPENDENCIES
187187
bootsnap
188-
elastic-apm (= 4.7.2)
188+
elastic-apm (= 4.7.3)
189189
foreman
190190
http
191191
listen

0 commit comments

Comments
 (0)