From 88ac78979aa0f771fea273968dde68c3108dffdf Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Mon, 16 Dec 2024 14:09:47 -0600 Subject: [PATCH] feat(notrly): Force a release by updating the readme with current dapr version --- Readme.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.adoc b/Readme.adoc index 20556b4..376006c 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -41,7 +41,7 @@ If bundler is not being used to manage dependencies, install the gem by executin .Example from Gemfile [source,ruby] ---- -gem 'dapr', '~> 0.1.9', require: 'dapr/client' +gem 'dapr', '~> 0.4', require: 'dapr/client' gem 'datadog_api_client' gem 'grpc', force_ruby_platform: true ---- @@ -55,7 +55,7 @@ we publish (built from https://docker.io/library/ruby images) .Example Dockerfile [source,docker] ---- -FROM ghcr.io/rubyists/dapr-ruby-client:0.3.0-ruby3.3.2-alpine3.20 +FROM ghcr.io/rubyists/dapr-ruby-client:0.4.2-ruby3.3.6-alpine3.21 RUN ... ----