solid_queue_guard 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3f307c3d803824dc62669367ffd0526f7689e2330207596211ae855231498c2
4
- data.tar.gz: f4e419e482166a027410808b2383e4760e0901fb221aae3d64c8d3f8648acfe5
3
+ metadata.gz: 0f8a997045ddbe67c396cc6ce8bc4e2592fd368703df50cc15b3b15fc82fe3e4
4
+ data.tar.gz: 673d4af4795b9adec6f5aafd2d7e1f02d44d6d2f9b167bbbf366148454ddab64
5
5
  SHA512:
6
- metadata.gz: 69ee607c359c3479b1d162ca50d82c1bd7aae069eb7c39432c459c8d6627f22809556fee3a0f8a230e18aff56ae5fadc359d91eb8f557648628fdb5d3ec2eada
7
- data.tar.gz: e7d2694e1a36c13db0d5cdcad1d1d6fe15aea8c5603a56815810fa97258717d741bb1b105c0eb4c400ce50468343aa48086fe454d880ce39b77f816083db66d8
6
+ metadata.gz: d4a0d5221403af59b9d41a2db50b529e427bfedc3c229eb880a9a60046620a50be0a116d65a4e0f3f7bf94223fc6f1e7eff3f1bf31069b09cbf5b9043efd3c26
7
+ data.tar.gz: a6596c1e43a6ccf9e2e6d06d3630d81b11f41256efa1beaed850c898dffad2b5bbf2a7c1b4669f7c8073bab3c948d0a052b2468686d28d1a0442bf8b2c73ec5f
data/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.2.3] - 2026-07-10
9
+
10
+ ### Fixed
11
+
12
+ - Appraisal lockfiles now pin Bundler 2.6.9 so Ruby 3.1 CI matrix can install dependencies (Bundler 2.7.2 requires Ruby >= 3.2)
13
+
8
14
  ## [1.2.2] - 2026-07-10
9
15
 
10
16
  ### Fixed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- solid_queue_guard (1.2.2)
4
+ solid_queue_guard (1.2.3)
5
5
  actionpack (>= 7.1, < 9.0)
6
6
  activejob (>= 7.1, < 9.0)
7
7
  activerecord (>= 7.1, < 9.0)
@@ -330,4 +330,4 @@ DEPENDENCIES
330
330
  sqlite3 (~> 2.1)
331
331
 
332
332
  BUNDLED WITH
333
- 2.7.2
333
+ 2.6.9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidQueueGuard
4
- VERSION = '1.2.2'
4
+ VERSION = '1.2.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solid_queue_guard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafael Pissardo