From ae320f4ded6d17553ab48c038f38acb005b717c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 09:04:40 +0200 Subject: [PATCH] Bump wahwah from 1.6.4 to 1.6.6 (#621) * Bump wahwah from 1.6.4 to 1.6.6 Bumps [wahwah](https://github.com/aidewoode) from 1.6.4 to 1.6.6. --- updated-dependencies: - dependency-name: wahwah dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update gemset.nix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- gemset.nix | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 4dde88fc..fe1cbf0c 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'bcrypt', '~> 3.1' # Use GoodJob as our Active Job queue adapter gem 'good_job', '~> 4.2' -gem 'wahwah', '~> 1.6.4' +gem 'wahwah', '~> 1.6.6' gem 'has_scope', '~> 0.8' gem 'pundit', '~> 2.3' diff --git a/Gemfile.lock b/Gemfile.lock index ff40c6e8..a66a1c12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -282,7 +282,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) useragent (0.16.10) - wahwah (1.6.4) + wahwah (1.6.6) webrick (1.8.1) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -319,7 +319,7 @@ DEPENDENCIES ruby-lsp (~> 0.17.13) simplecov (~> 0.21) tzinfo-data - wahwah (~> 1.6.4) + wahwah (~> 1.6.6) will_paginate (~> 4.0) RUBY VERSION diff --git a/gemset.nix b/gemset.nix index 42ba9846..b03effee 100644 --- a/gemset.nix +++ b/gemset.nix @@ -1146,10 +1146,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0vsb133gyz8xlz6b7xrbybf2w32x8k1h3sy7jmfcg8p48vcvv7cd"; + sha256 = "1yfdw7shy6r338h3k5bd41drbxyavnh0ad3h48knh0nj3iz1d5d7"; type = "gem"; }; - version = "1.6.4"; + version = "1.6.6"; }; webrick = { groups = ["default" "development" "test"];