mirror of
https://github.com/ditkrg/outboxable.git
synced 2026-01-22 22:06:47 +00:00
Updates rubocop gem with rubocop-rails gem
This commit is contained in:
parent
e08006e456
commit
918d4f9700
2
Gemfile
2
Gemfile
@ -9,7 +9,7 @@ gem "rake", "~> 13.0"
|
|||||||
|
|
||||||
gem "rspec", "~> 3.0"
|
gem "rspec", "~> 3.0"
|
||||||
|
|
||||||
gem "rubocop", "~> 1.21"
|
gem "rubocop-rails", "~> 2.18"
|
||||||
|
|
||||||
gem 'sidekiq-cron', '~> 1.9'
|
gem 'sidekiq-cron', '~> 1.9'
|
||||||
|
|
||||||
|
|||||||
14
Gemfile.lock
14
Gemfile.lock
@ -55,19 +55,23 @@ GEM
|
|||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.12.0)
|
rspec-support (~> 3.12.0)
|
||||||
rspec-support (3.12.0)
|
rspec-support (3.12.0)
|
||||||
rubocop (1.45.1)
|
rubocop (1.48.0)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.2.0.0)
|
parser (>= 3.2.0.0)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 1.8, < 3.0)
|
regexp_parser (>= 1.8, < 3.0)
|
||||||
rexml (>= 3.2.5, < 4.0)
|
rexml (>= 3.2.5, < 4.0)
|
||||||
rubocop-ast (>= 1.24.1, < 2.0)
|
rubocop-ast (>= 1.26.0, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 2.4.0, < 3.0)
|
unicode-display_width (>= 2.4.0, < 3.0)
|
||||||
rubocop-ast (1.26.0)
|
rubocop-ast (1.27.0)
|
||||||
parser (>= 3.2.1.0)
|
parser (>= 3.2.1.0)
|
||||||
ruby-progressbar (1.11.0)
|
rubocop-rails (2.18.0)
|
||||||
|
activesupport (>= 4.2.0)
|
||||||
|
rack (>= 1.1)
|
||||||
|
rubocop (>= 1.33.0, < 2.0)
|
||||||
|
ruby-progressbar (1.13.0)
|
||||||
set (1.0.3)
|
set (1.0.3)
|
||||||
sidekiq (7.0.6)
|
sidekiq (7.0.6)
|
||||||
concurrent-ruby (< 2)
|
concurrent-ruby (< 2)
|
||||||
@ -92,7 +96,7 @@ DEPENDENCIES
|
|||||||
outboxable!
|
outboxable!
|
||||||
rake (~> 13.0)
|
rake (~> 13.0)
|
||||||
rspec (~> 3.0)
|
rspec (~> 3.0)
|
||||||
rubocop (~> 1.21)
|
rubocop-rails (~> 2.18)
|
||||||
sidekiq-cron (~> 1.9)
|
sidekiq-cron (~> 1.9)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user