File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ LABEL \
23
23
org.label-schema.schema-version="1.0" \
24
24
org.label-schema.vendor="Elastic" \
25
25
org.label-schema.name="opbeans-ruby" \
26
- org.label-schema.version="4.7.2 " \
26
+ org.label-schema.version="4.7.3 " \
27
27
org.label-schema.url="https://hub.docker.com/r/opbeans/opbeans-ruby" \
28
28
org.label-schema.vcs-url="https://github.com/elastic/opbeans-ruby" \
29
29
org.label-schema.license="MIT" \
30
30
org.opencontainers.image.vendor="Elastic" \
31
31
org.opencontainers.image.title="opbeans-ruby" \
32
- org.opencontainers.image.version="4.7.2 " \
32
+ org.opencontainers.image.version="4.7.3 " \
33
33
org.opencontainers.image.url="https://hub.docker.com/r/opbeans/opbeans-ruby" \
34
34
org.opencontainers.image.source="https://github.com/elastic/opbeans-ruby" \
35
35
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|
8
8
end
9
9
10
10
gem 'sprockets'
11
- gem 'elastic-apm' , '4.7.2 '
11
+ gem 'elastic-apm' , '4.7.3 '
12
12
gem 'foreman'
13
13
gem 'http'
14
14
gem 'lograge'
Original file line number Diff line number Diff line change 69
69
concurrent-ruby (1.2.3 )
70
70
crass (1.0.6 )
71
71
domain_name (0.6.20240107 )
72
- elastic-apm (4.7.2 )
72
+ elastic-apm (4.7.3 )
73
73
concurrent-ruby (~> 1.0 )
74
74
http (>= 3.0 )
75
75
ruby2_keywords
76
76
erubi (1.10.0 )
77
77
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 )
80
80
rake
81
81
foreman (0.87.2 )
82
82
globalid (0.5.2 )
121
121
nokogiri (1.13.10-x86_64-linux )
122
122
racc (~> 1.4 )
123
123
pg (1.4.4 )
124
- public_suffix (5.0.4 )
124
+ public_suffix (5.0.5 )
125
125
puma (6.3.1 )
126
126
nio4r (~> 2.0 )
127
127
racc (1.6.1 )
154
154
method_source
155
155
rake (>= 0.13 )
156
156
thor (~> 1.0 )
157
- rake (13.1.0 )
157
+ rake (13.2.1 )
158
158
rb-fsevent (0.11.1 )
159
159
rb-inotify (0.10.1 )
160
160
ffi (~> 1.0 )
@@ -185,7 +185,7 @@ PLATFORMS
185
185
186
186
DEPENDENCIES
187
187
bootsnap
188
- elastic-apm (= 4.7.2 )
188
+ elastic-apm (= 4.7.3 )
189
189
foreman
190
190
http
191
191
listen
You can’t perform that action at this time.
0 commit comments