mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-22 13:56:41 +00:00
Updates rabbit_carrots to version 1.0.4 and adds 'English' module requirement in the Puma plugin
This commit is contained in:
parent
7cfe2a5a45
commit
38ca7d3927
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
rabbit_carrots (1.0.3)
|
||||
rabbit_carrots (1.0.4)
|
||||
bunny (>= 2.22)
|
||||
connection_pool (~> 2.4)
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# rabbit_carrots.rb
|
||||
|
||||
require 'English'
|
||||
require 'puma/plugin'
|
||||
require 'rabbit_carrots'
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module RabbitCarrots
|
||||
VERSION = '1.0.3'
|
||||
VERSION = '1.0.4'
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user