diff --git a/Dockerfile b/Dockerfile index d69feed..c389987 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,13 +23,13 @@ LABEL \ org.label-schema.schema-version="1.0" \ org.label-schema.vendor="Elastic" \ org.label-schema.name="opbeans-ruby" \ - org.label-schema.version="4.8.0" \ + org.label-schema.version="4.9.0" \ org.label-schema.url="https://hub.docker.com/r/opbeans/opbeans-ruby" \ org.label-schema.vcs-url="https://github.com/elastic/opbeans-ruby" \ org.label-schema.license="MIT" \ org.opencontainers.image.vendor="Elastic" \ org.opencontainers.image.title="opbeans-ruby" \ - org.opencontainers.image.version="4.8.0" \ + org.opencontainers.image.version="4.9.0" \ org.opencontainers.image.url="https://hub.docker.com/r/opbeans/opbeans-ruby" \ org.opencontainers.image.source="https://github.com/elastic/opbeans-ruby" \ org.opencontainers.image.licenses="MIT" \ diff --git a/Gemfile b/Gemfile index ca3bfdf..b08c5b2 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ git_source(:github) do |repo_name| end gem 'sprockets' -gem 'elastic-apm', '4.8.0' +gem 'elastic-apm', '4.9.0' gem 'foreman' gem 'http' gem 'lograge' diff --git a/Gemfile.lock b/Gemfile.lock index 3d99fa7..c03901b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,34 +60,32 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) - base64 (0.2.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) bootsnap (1.13.0) msgpack (~> 1.2) builder (3.2.4) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.7) crass (1.0.6) domain_name (0.6.20240107) - elastic-apm (4.7.3) + elastic-apm (4.9.0) concurrent-ruby (~> 1.0) - http (>= 3.0) + http (>= 3.0, < 7.0) ruby2_keywords erubi (1.10.0) - ffi (1.16.3) - ffi-compiler (1.3.2) + ffi (1.17.4) + ffi-compiler (1.4.2) ffi (>= 1.15.5) rake foreman (0.87.2) globalid (0.5.2) activesupport (>= 5.0) - http (5.2.0) + http (5.3.1) addressable (~> 2.8) - base64 (~> 0.1) http-cookie (~> 1.0) http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) - http-cookie (1.0.5) + http-cookie (1.1.6) domain_name (~> 0.5) http-form_data (2.3.0) i18n (1.10.0) @@ -95,7 +93,7 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - llhttp-ffi (0.5.0) + llhttp-ffi (0.5.1) ffi-compiler (~> 1.0) rake (~> 13.0) lograge (0.12.0) @@ -121,7 +119,7 @@ GEM nokogiri (1.13.10-x86_64-linux) racc (~> 1.4) pg (1.4.4) - public_suffix (5.0.5) + public_suffix (5.1.1) puma (6.3.1) nio4r (~> 2.0) racc (1.6.1) @@ -154,7 +152,7 @@ GEM method_source rake (>= 0.13) thor (~> 1.0) - rake (13.2.1) + rake (13.4.2) rb-fsevent (0.11.1) rb-inotify (0.10.1) ffi (~> 1.0) @@ -185,7 +183,7 @@ PLATFORMS DEPENDENCIES bootsnap - elastic-apm (= 4.7.3) + elastic-apm (= 4.9.0) foreman http listen