summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc A. Paradise <marcparadise@users.noreply.github.com>2022-09-27 19:57:17 +0000
committerGitHub <noreply@github.com>2022-09-27 19:57:17 +0000
commit1c42478932013f4586fd2948d44c3cffad882e78 (patch)
treee12252b151147517ad42d0d1890cded713280efd
parent29442de02a5826631e6842ebf3ad80e2e27067d7 (diff)
downloadmixlib-log-dependabot/bundler/rubocop-ast-1.17.0.tar.gz
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index addaf06..93d0d13 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :test do
gem "cucumber", "< 5" # remove the version pin when we drop Ruby 2.4 support
gem "rake"
gem "rspec", "~> 3.7"
- gem "rubocop-ast", "1.17.0" # Drop this dependency/version when we remove ruby-2.4 support
+ gem "rubocop-ast", "1.17.0" # Drop this dependency/version when we remove ruby-2.5 support
end
group :debug do