From bf050f80d2e3126fec4fe35be8b398fc9009f1c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 04:54:00 +0000 Subject: [PATCH] Bump resend from 0.27.0 to 1.1.0 Bumps [resend](https://github.com/resend/resend-ruby) from 0.27.0 to 1.1.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.1.0) --- updated-dependencies: - dependency-name: resend dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 4b64debf..aaf8a443 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ gem "sentry-ruby" gem "sentry-rails" # Resend for transactional email -gem "resend", "~> 0.17" +gem "resend", "~> 1.1" 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 55cbdd04..95fbaaa2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM base64 (0.3.0) bcrypt (3.1.22) bcrypt_pbkdf (1.1.2) - bigdecimal (4.0.1) + bigdecimal (4.1.0) bindex (0.8.1) bootsnap (1.23.0) msgpack (~> 1.2) @@ -242,7 +242,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) @@ -459,7 +459,7 @@ GEM uber (< 0.2.0) request_store (1.7.0) rack (>= 1.4) - resend (0.27.0) + resend (1.1.0) httparty (>= 0.21.0) retriable (3.4.1) rexml (3.4.4) @@ -651,7 +651,7 @@ DEPENDENCIES puma (>= 5.0) rails (~> 8.1.3) rails-controller-testing - resend (~> 0.17) + resend (~> 1.1) rubocop-rails-omakase selenium-webdriver sentry-rails