From dd1a834c185d88a479ccb5d8ed70dc3ea4059993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:50:12 +0000 Subject: [PATCH] Bump mailgun-ruby from 1.4.1 to 1.4.2 Bumps [mailgun-ruby](https://github.com/mailgun/mailgun-ruby) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/mailgun/mailgun-ruby/releases) - [Changelog](https://github.com/mailgun/mailgun-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/mailgun/mailgun-ruby/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: mailgun-ruby dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 6dd998a..8ad8618 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.4.8' -gem 'mailgun-ruby', '~> 1.4.1' +gem 'mailgun-ruby', '~> 1.4.2' gem 'pg', '~> 1.6.3' gem 'puma', '~> 7.1.0' gem 'rails', '~> 8.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 68a3c39..02b9a10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.12.2) + json (2.18.0) language_server-protocol (3.17.0.5) launchy (3.1.1) addressable (~> 2.8) @@ -142,7 +142,7 @@ GEM net-imap net-pop net-smtp - mailgun-ruby (1.4.1) + mailgun-ruby (1.4.2) faraday (~> 2.1) faraday-multipart (< 2) mini_mime @@ -292,7 +292,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.2.0) - uri (1.0.4) + uri (1.1.1) useragent (0.16.11) vite_rails (3.0.20) railties (>= 5.1, < 9) @@ -307,7 +307,7 @@ GEM base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.7.3) + zeitwerk (2.7.4) PLATFORMS arm64-darwin-22 @@ -321,7 +321,7 @@ DEPENDENCIES faker (~> 3.5.3) foreman (~> 0.90.0) letter_opener (~> 1.10.0) - mailgun-ruby (~> 1.4.1) + mailgun-ruby (~> 1.4.2) pg (~> 1.6.3) pry (~> 0.16.0) puma (~> 7.1.0)