Bump rubocop-rspec from 1.24.0 to 1.26.0
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.24.0 to 1.26.0. - [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.24.0...v1.26.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -90,7 +90,7 @@ group :development do
|
||||
gem 'capistrano3-delayed-job', '~> 1.7.3'
|
||||
gem 'mdl', '~> 0.5.0', require: false
|
||||
gem 'rubocop', '~> 0.54.0', require: false
|
||||
gem 'rubocop-rspec', '~> 1.24.0', require: false
|
||||
gem 'rubocop-rspec', '~> 1.26.0', require: false
|
||||
gem 'rvm1-capistrano3', '~> 1.4.0', require: false
|
||||
gem 'scss_lint', '~> 0.55.0', require: false
|
||||
gem 'web-console', '~> 3.3.0'
|
||||
|
||||
12
Gemfile.lock
12
Gemfile.lock
@@ -313,14 +313,14 @@ GEM
|
||||
parallel (1.12.1)
|
||||
paranoia (2.4.1)
|
||||
activerecord (>= 4.0, < 5.3)
|
||||
parser (2.5.0.5)
|
||||
parser (2.5.1.2)
|
||||
ast (~> 2.4.0)
|
||||
pg (0.21.0)
|
||||
pg_search (2.0.1)
|
||||
activerecord (>= 4.2)
|
||||
activesupport (>= 4.2)
|
||||
arel (>= 6)
|
||||
powerpack (0.1.1)
|
||||
powerpack (0.1.2)
|
||||
public_suffix (3.0.1)
|
||||
quiet_assets (1.1.0)
|
||||
railties (>= 3.1, < 5.0)
|
||||
@@ -394,9 +394,9 @@ GEM
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||
rubocop-rspec (1.24.0)
|
||||
rubocop-rspec (1.26.0)
|
||||
rubocop (>= 0.53.0)
|
||||
ruby-progressbar (1.9.0)
|
||||
ruby-progressbar (1.10.0)
|
||||
rubyzip (1.2.2)
|
||||
rvm1-capistrano3 (1.4.0)
|
||||
capistrano (~> 3.0)
|
||||
@@ -473,7 +473,7 @@ GEM
|
||||
thread_safe (~> 0.1)
|
||||
uglifier (4.1.3)
|
||||
execjs (>= 0.3.0, < 3)
|
||||
unicode-display_width (1.3.0)
|
||||
unicode-display_width (1.4.0)
|
||||
unicorn (5.4.1)
|
||||
kgio (~> 2.6)
|
||||
raindrops (~> 0.7)
|
||||
@@ -563,7 +563,7 @@ DEPENDENCIES
|
||||
rollbar (~> 2.15.5)
|
||||
rspec-rails (~> 3.6)
|
||||
rubocop (~> 0.54.0)
|
||||
rubocop-rspec (~> 1.24.0)
|
||||
rubocop-rspec (~> 1.26.0)
|
||||
rvm1-capistrano3 (~> 1.4.0)
|
||||
sass-rails (~> 5.0, >= 5.0.4)
|
||||
savon (~> 2.12.0)
|
||||
|
||||
Reference in New Issue
Block a user