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.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" \
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.2 '
11+ gem 'elastic-apm' , '4.7.3 '
1212gem 'foreman'
1313gem 'http'
1414gem 'lograge'
Original file line number Diff line number Diff line change 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 )
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 )
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
186186DEPENDENCIES
187187 bootsnap
188- elastic-apm (= 4.7.2 )
188+ elastic-apm (= 4.7.3 )
189189 foreman
190190 http
191191 listen
You can’t perform that action at this time.
0 commit comments