From 136a6f5da51072277b6c09ef26bf096728b65f8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:16:48 +0000 Subject: [PATCH] chore(deps): update dependency resend to v0.16.0 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 59ca137..8af8227 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "sqlite3", "~> 1.4" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 5.6" -gem "resend", "0.15.0" +gem "resend", "0.16.0" # Build JSON APIs with ease [https://github.com/rails/jbuilder] # gem "jbuilder" diff --git a/Gemfile.lock b/Gemfile.lock index 6cef6ab..6f3a281 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,7 @@ GEM coderay (1.1.3) concurrent-ruby (1.3.4) crass (1.0.6) - csv (3.3.1) + csv (3.3.2) date (3.3.4) debug (1.9.1) irb (~> 1.10) @@ -166,7 +166,7 @@ GEM psych (>= 4.0.0) reline (0.4.2) io-console (~> 0.5) - resend (0.15.0) + resend (0.16.0) httparty (>= 0.21.0) sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-darwin) @@ -192,7 +192,7 @@ DEPENDENCIES pry puma (~> 5.6) rails (~> 7.0.0) - resend (= 0.15.0) + resend (= 0.16.0) sqlite3 (~> 1.4) tzinfo-data