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.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" \
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.7.0 '
11+ gem 'elastic-apm' , '4.7.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.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
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 )
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 )
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 )
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
188186DEPENDENCIES
189187 bootsnap
190- elastic-apm (= 4.7.0 )
188+ elastic-apm (= 4.7.2 )
191189 foreman
192190 http
193191 listen
You can’t perform that action at this time.
0 commit comments