Skip to content

Commit

Permalink
update flog and (one more time) rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal committed Jul 19, 2023
1 parent 011de1a commit fb3d454
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# main [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.8.1...main)

* [CHANGE] Bump rubocop, minitest, and fakefs dependncies (by [@faisal][])
* [CHANGE] Bump rubocop, minitest, flog, and fakefs dependncies (by [@faisal][])

# v4.8.1 / 2023-05-17 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.8.0...v4.8.1)

Expand Down
4 changes: 2 additions & 2 deletions rubycritic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.require_path = 'lib'

spec.add_runtime_dependency 'flay', '~> 2.13'
spec.add_runtime_dependency 'flog', '~> 4.6'
spec.add_runtime_dependency 'flog', '~> 4.7'
spec.add_runtime_dependency 'launchy', '>= 2.5.2'
spec.add_runtime_dependency 'parser', '>= 3.2.2.1'
spec.add_runtime_dependency 'rainbow', '~> 3.1.1'
Expand All @@ -57,7 +57,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'mocha', '~> 2.0.2'
spec.add_development_dependency 'rake', '~> 13.0.6', '>= 11.0.0'
spec.add_development_dependency 'rexml', '>= 3.2.0'
spec.add_development_dependency 'rubocop', '~> 1.54.1', '>= 1.54.0'
spec.add_development_dependency 'rubocop', '~> 1.54.2', '>= 1.54.0'
spec.add_development_dependency 'rubocop-minitest'
spec.add_development_dependency 'rubocop-performance'
spec.add_development_dependency 'rubocop-rake'
Expand Down

0 comments on commit fb3d454

Please sign in to comment.