alarmable 2.11.0 → 2.12.0

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: 8ccbfa6e0572670b56a989c379765aec4d9775d72daf4d79ee8eefe5f3d31ff6
4
- data.tar.gz: 71a6ca61f5e37b4d7d1028fd390ec9dc7a6344538682786c4f044b64310a5667
3
+ metadata.gz: 6d1ee217d559b13000ce764070f0e7983565ccefab7903bd213602ba9bfcc48b
4
+ data.tar.gz: 6a7d3340c72b325b6ad2571b9b4314ff8a058110f94b6ac0cb348998d1fb292f
5
5
  SHA512:
6
- metadata.gz: aeb28404f76dfe3e63969d2240db1051329a4a0b6a3f6db9e18a707b22a73b1c637671489da2ca4d0c5295b4cbf025cd05f56c12e81642740b7bd922a16d5c0c
7
- data.tar.gz: 38ef2ccf61f9dfe036a6695e870e6cf56afb0a374056a57c8ac9941628f233e99d0218ee3171ca0e4e27e2072d4bded36c8adf087ac0383e5e380d6aac62a7a2
6
+ metadata.gz: 1f4a5ad2c1667d5dcd20d484332b1f923918d936f7e76f3578192437f4ff73bcfcd82f76fefa661424e1d875cd7f9bd0fe747e524ba48e593005bfd7c5fe825e
7
+ data.tar.gz: 68e02f0e8ae91df2113dd7774aa9a6e6c0ac04288eddf639c204c32a94d478bb4d6b6cb228111114fa6cfe64470c2380bfa58360125177ae8119040a0ac6197c
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 2.12.0 (15 May 2026)
6
+
7
+ * Upgraded PostgreSQL to 18.4 ([#40](https://github.com/hausgold/alarmable/pull/40))
8
+
5
9
  ### 2.11.0 (4 May 2026)
6
10
 
7
11
  * Dropped Ruby 3.x and Rails <8.1 support ([#39](https://github.com/hausgold/alarmable/pull/39))
data/docker-compose.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  services:
2
2
  db:
3
- image: hausgold/postgres:18.3
3
+ image: hausgold/postgres:18.4
4
4
  network_mode: bridge
5
5
  ports: ["5432"]
6
6
  volumes:
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module Alarmable
5
5
  # The version of the +alarmable+ gem
6
- VERSION = '2.11.0'
6
+ VERSION = '2.12.0'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alarmable
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.0
4
+ version: 2.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer