Skip to content

Commit

Permalink
Merge pull request #98 from tymate/dependabot/bundler/rubocop-eq-1.8.1
Browse files Browse the repository at this point in the history
chore(deps-dev): update rubocop requirement from = 1.8.0 to = 1.8.1
  • Loading branch information
pauldub authored Jan 18, 2021
2 parents 78fbc2f + 0b713c0 commit f24e7ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gemspec
group :development, :test do
# Automatic Ruby code style checking tool. Aims to enforce the
# community-driven Ruby Style Guide.
gem 'rubocop', '~> 1.8.0'
gem 'rubocop', '~> 1.8.1'
# Turns off all rubocop cops that are unnecessary or might conflict with rufo.
gem 'rubocop-config-rufo', '~> 0.1.0', git: 'https://github.com/tymate/rubocop-config-rufo'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.0)
rubocop (1.8.0)
rubocop (1.8.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -266,7 +266,7 @@ DEPENDENCIES
rails (~> 6.0)
rake
rspec (>= 3.0.0)
rubocop (~> 1.8.0)
rubocop (~> 1.8.1)
rubocop-config-rufo (~> 0.1.0)!
yard
yard-activesupport-concern
Expand Down
2 changes: 1 addition & 1 deletion api-blocks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rails', '~> 6.0'
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec', '>= 3.0.0'
s.add_development_dependency 'rubocop', '1.8.0'
s.add_development_dependency 'rubocop', '1.8.1'
s.add_development_dependency 'yard'
s.add_development_dependency 'yard-activesupport-concern'

Expand Down

0 comments on commit f24e7ce

Please sign in to comment.