solid_queue_guard 1.0.2 → 1.0.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: 13509de59af308c0a52bcfd175b2e385f80bfae2f643400d837866a07e08a8f0
4
- data.tar.gz: 2d80dcd1909ced04d75d255318e81f1d9ebb4b1d8ac5b5efa28c88fa707e95fb
3
+ metadata.gz: 11a78a97bc9a99f61525c331378d61e8f91a8ad7e6bac47f6859e04dfff73849
4
+ data.tar.gz: c0ec9212f10030a126633666e7598b186d0f883a178e73006c1d2b47a2b2e37d
5
5
  SHA512:
6
- metadata.gz: 60ac11142cd9e77d462d8d8b0993bed00506d63514bdeb8fc99fa99fa746c9c4ca1c1b2962c7cfc02de511b1a72162d7bea7ef8413c98e844808842afb36b9a6
7
- data.tar.gz: 1232f9d871a123e030e8c3c4a88c46754ebaecc98a44f1d2e4cb454d4845b64b07ecb0f3c2d3ca9be133f150c61c57f8f09e932f4a870c44dbc46b0477acac26
6
+ metadata.gz: db49e98e2610d545777391c5103309537da7401843a50c9d58cb8a271be31f7fc139b1e6a93089327f51252ef00d7994e3d1a3f5e0007a95b92cb4483706f95b
7
+ data.tar.gz: 9a82743e3029c0b941e7ace14ea47574637c659aef6f4c0abb4b2689d9cc1992de688cd5f2773c5e259745f5ce29087e96382e052db55f02decba59ee09c9259
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.0.3] - 2026-07-09
9
+
10
+ ### Fixed
11
+
12
+ - Sync `Gemfile.lock` and appraisal lockfiles with the published gem version so CI bundle install succeeds in frozen mode
13
+
8
14
  ## [1.0.2] - 2026-07-09
9
15
 
10
16
  ### Changed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- solid_queue_guard (1.0.1)
4
+ solid_queue_guard (1.0.3)
5
5
  actionpack (>= 7.1, < 9.0)
6
6
  activejob (>= 7.1, < 9.0)
7
7
  activerecord (>= 7.1, < 9.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidQueueGuard
4
- VERSION = '1.0.2'
4
+ VERSION = '1.0.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.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafael Pissardo