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
3 changed files with 3 additions and 3 deletions

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