From 2b5f177fd6bae50c71fecd452218117e527f31ac Mon Sep 17 00:00:00 2001 From: James Fargher <jfargher@gitlab.com> Date: Thu, 20 Jun 2024 14:14:07 +1200 Subject: [PATCH] Remove outdated parser gem comment in gemfile --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 602a4a9040a46..e30619bffdc9c 100644 --- a/Gemfile +++ b/Gemfile @@ -458,7 +458,6 @@ end group :development, :test do gem 'deprecation_toolkit', '~> 1.5.1', require: false # rubocop:todo Gemfile/MissingFeatureCategory gem 'bullet', '~> 7.1.2' # rubocop:todo Gemfile/MissingFeatureCategory - # Locked on 3.3.0.5 until inspec-core is updated in Omnibus: https://github.com/inspec/inspec/pull/7030 gem 'parser', '= 3.3.3.0', feature_category: :shared gem 'pry-byebug' # rubocop:todo Gemfile/MissingFeatureCategory gem 'pry-rails', '~> 0.3.9' # rubocop:todo Gemfile/MissingFeatureCategory -- GitLab