Skip to content

Commit

Permalink
build(deps-dev): update requirements for getaround-rubocop and rubocop
Browse files Browse the repository at this point in the history
Updates the requirements on [getaround-rubocop](https://github.com/drivy) and [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.

Updates `getaround-rubocop` from 0.2.3 to 0.2.4

Updates `rubocop` from 1.3.1 to 1.11.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.3.1...v1.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 24, 2021
1 parent e93ee7d commit ed52ce3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions getaround_utils/Gemfile.lock
Expand Up @@ -77,10 +77,10 @@ GEM
crass (1.0.6)
diff-lcs (1.4.4)
erubi (1.10.0)
getaround-rubocop (0.2.3)
getaround-rubocop (0.2.4)
relaxed-rubocop (= 2.5)
rubocop (= 1.3.1)
rubocop-rspec (= 2.0.0)
rubocop (= 1.11.0)
rubocop-rspec (= 2.2.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
hashdiff (1.0.1)
Expand Down Expand Up @@ -178,18 +178,18 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
rubocop (1.3.1)
rubocop (1.11.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.1.1)
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
rubocop-rspec (2.0.0)
rubocop-rspec (2.2.0)
rubocop (~> 1.0)
rubocop-ast (>= 1.1.0)
ruby-progressbar (1.11.0)
Expand All @@ -207,7 +207,7 @@ GEM
thor (1.1.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (1.7.0)
unicode-display_width (2.0.0)
webmock (3.12.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand All @@ -222,7 +222,7 @@ PLATFORMS

DEPENDENCIES
bundler (~> 2.0)
getaround-rubocop (= 0.2.3)
getaround-rubocop (= 0.2.4)
getaround_utils!
lograge (~> 0.11.2)
ougai (~> 2.0)
Expand All @@ -232,7 +232,7 @@ DEPENDENCIES
request_store_rails (~> 2.0)
rspec (~> 3.9, >= 3.9.0)
rspec-rails (~> 5.0)
rubocop (= 1.3.1)
rubocop (= 1.11.0)
sidekiq (~> 6.0)
webmock (~> 3.7)

Expand Down
4 changes: 2 additions & 2 deletions getaround_utils/getaround_utils.gemspec
Expand Up @@ -19,12 +19,12 @@ Gem::Specification.new do |gem|

# Development dependencies
gem.add_development_dependency 'bundler', '~> 2.0'
gem.add_development_dependency 'getaround-rubocop', '= 0.2.3'
gem.add_development_dependency 'getaround-rubocop', '= 0.2.4'
gem.add_development_dependency 'pry', '~> 0.14.0'
gem.add_development_dependency 'rake', '~> 13.0'
gem.add_development_dependency 'rspec', '~> 3.9', '>= 3.9.0'
gem.add_development_dependency 'rspec-rails', '~> 5.0'
gem.add_development_dependency 'rubocop', '= 1.3.1'
gem.add_development_dependency 'rubocop', '= 1.11.0'
gem.add_development_dependency 'webmock', '~> 3.7'

# Functional (optional) dependencies
Expand Down

0 comments on commit ed52ce3

Please sign in to comment.