From dfe0d262e466576ec1d921b4911aae2622d0dc46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 01:14:07 +0000 Subject: [PATCH] Bump resend from 0.27.0 to 1.10.0 Bumps [resend](https://github.com/resend/resend-ruby) from 0.27.0 to 1.10.0. - [Release notes](https://github.com/resend/resend-ruby/releases) - [Changelog](https://github.com/resend/resend-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/resend/resend-ruby/compare/v0.27.0...v1.10.0) --- updated-dependencies: - dependency-name: resend dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 88fdfb8..70f5a0e 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ gem "sentry-ruby" gem "sentry-rails" # Resend for transactional email -gem "resend", "~> 0.17" +gem "resend", "~> 1.10" group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem diff --git a/Gemfile.lock b/Gemfile.lock index afa11af..a52b97b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,7 +127,7 @@ GEM fiber-local (~> 1.1) json crass (1.0.7) - csv (3.3.5) + csv (3.3.6) date (3.5.1) debug (1.11.1) irb (~> 1.10) @@ -243,7 +243,7 @@ GEM heroicon (1.0.0) rails (>= 5.2) hkdf (0.3.0) - httparty (0.24.0) + httparty (0.24.2) csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) @@ -313,7 +313,7 @@ GEM minitest (5.27.0) msgpack (1.8.4) multi_json (1.21.1) - multi_xml (0.8.1) + multi_xml (0.9.1) bigdecimal (>= 3.1, < 5) multipart-post (2.4.1) net-http (0.9.1) @@ -470,8 +470,9 @@ GEM uber (< 0.2.0) request_store (1.7.0) rack (>= 1.4) - resend (0.27.0) - httparty (>= 0.21.0) + resend (1.10.0) + base64 + httparty (>= 0.22.0) retriable (4.2.0) rexml (3.4.4) rubocop (1.81.7) @@ -663,7 +664,7 @@ DEPENDENCIES rack-attack (~> 6.7) rails (~> 8.1.3) rails-controller-testing - resend (~> 0.17) + resend (~> 1.10) rubocop-rails-omakase selenium-webdriver sentry-rails