Updates rabbit_carrots to version 1.0.4 and adds 'English' module requirement in the Puma plugin

This commit is contained in:
Ari Karim 2025-05-25 14:08:25 +03:00
parent 7cfe2a5a45
commit 38ca7d3927
No known key found for this signature in database
GPG Key ID: 1A5559E2E32F1805
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
rabbit_carrots (1.0.3)
rabbit_carrots (1.0.4)
bunny (>= 2.22)
connection_pool (~> 2.4)

View File

@ -1,5 +1,5 @@
# rabbit_carrots.rb
require 'English'
require 'puma/plugin'
require 'rabbit_carrots'

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module RabbitCarrots
VERSION = '1.0.3'
VERSION = '1.0.4'
end