We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8828d5 commit 66b23d2Copy full SHA for 66b23d2
version_gem.gemspec
@@ -52,7 +52,7 @@ Gem::Specification.new do |spec|
52
# Dev Console - Binding.pry - Irb replacement
53
spec.add_development_dependency("pry", "~> 0.14") # ruby >= 2.0
54
55
- # Linting - rubocop-lts v10 is a rubocop wrapper for Ruby >= 2.3,
+ # Linting - rubocop-lts v8 is a rubocop wrapper for Ruby >= 2.2,
56
# and should only be bumped when dropping old Ruby support
57
# NOTE: it can only be installed on, and run on Ruby >= 2.7, so we add the dependency in the Gemfile.
58
# see: https://rubocop-lts.gitlab.io
0 commit comments