mirror of
https://github.com/ditkrg/outboxable.git
synced 2026-01-22 22:06:47 +00:00
Fixes rubocop offencses
This commit is contained in:
parent
e6f41a0cf9
commit
18aaa8bc26
7
Gemfile
7
Gemfile
@ -12,8 +12,7 @@ gem 'rspec', '~> 3.0'
|
|||||||
gem 'rubocop-rails', '~> 2.18'
|
gem 'rubocop-rails', '~> 2.18'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem "sidekiq", "~> 7.0", require: true
|
gem 'activesupport', '~> 7.0'
|
||||||
gem "sidekiq-cron", "~> 1.10"
|
gem 'sidekiq', '~> 7.0', require: true
|
||||||
gem "activesupport", "~> 7.0"
|
gem 'sidekiq-cron', '~> 1.10'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Outboxable
|
module Outboxable
|
||||||
VERSION = "0.1.3"
|
VERSION = '0.1.3'
|
||||||
end
|
end
|
||||||
|
|||||||
BIN
outboxable-0.1.3.gem
Normal file
BIN
outboxable-0.1.3.gem
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user