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'
|
||||
|
||||
group :development, :test do
|
||||
gem "sidekiq", "~> 7.0", require: true
|
||||
gem "sidekiq-cron", "~> 1.10"
|
||||
gem "activesupport", "~> 7.0"
|
||||
gem 'activesupport', '~> 7.0'
|
||||
gem 'sidekiq', '~> 7.0', require: true
|
||||
gem 'sidekiq-cron', '~> 1.10'
|
||||
end
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Outboxable
|
||||
VERSION = "0.1.3"
|
||||
VERSION = '0.1.3'
|
||||
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