From 64289cc259ff0ba0d26014c106d4ea19749a3723 Mon Sep 17 00:00:00 2001 From: bmarjanovic <bmarjanovic@gitlab.com> Date: Mon, 1 Jul 2024 12:08:19 +0200 Subject: [PATCH] Update `slack-messenger` to `2.3.5` --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index f19b729f22d66..b82729bdcce95 100644 --- a/Gemfile +++ b/Gemfile @@ -307,7 +307,7 @@ gem 'jira-ruby', '~> 2.3.0', feature_category: :integrations gem 'atlassian-jwt', '~> 0.2.1', feature_category: :integrations # Slack integration -gem 'slack-messenger', '~> 2.3.4', feature_category: :integrations +gem 'slack-messenger', '~> 2.3.5', feature_category: :integrations # FogBugz integration gem 'ruby-fogbugz', '~> 0.3.0', feature_category: :importers diff --git a/Gemfile.lock b/Gemfile.lock index ea6a0ff878a73..1eb007a7f8f1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2221,7 +2221,7 @@ DEPENDENCIES simplecov (~> 0.22) simplecov-cobertura (~> 2.1.0) simplecov-lcov (~> 0.8.0) - slack-messenger (~> 2.3.4) + slack-messenger (~> 2.3.5) snowplow-tracker (~> 0.8.0) solargraph (~> 0.47.2) spamcheck (~> 1.3.0) -- GitLab