diff --git a/Gemfile b/Gemfile index 80fbc1bb..e4526cda 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'googleauth' # we are pinning to inspec-core-bin below 6.0 to avoid bringing licensing change in the CI gem 'inspec-core-bin', '>= 5.22.36', '< 6.0' gem 'rubocop', '>= 0.77.0' -gem 'parser', '< 3.3.1.0' +gem 'parser', '< 3.3.12.0' group :development do gem 'github_changelog_generator'