From 0006fb1e9e30add81ca8644c633c548f3b239796 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Wed, 3 Jul 2024 15:15:39 -0400 Subject: [PATCH] [PRISM] Revert incorrectly merged gemfile --- tool/bundler/rubocop_gems.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tool/bundler/rubocop_gems.rb b/tool/bundler/rubocop_gems.rb index 01159ea876..4d0b21060a 100644 --- a/tool/bundler/rubocop_gems.rb +++ b/tool/bundler/rubocop_gems.rb @@ -2,12 +2,11 @@ source "https://rubygems.org" -gemspec path: "../.." +gem "rubocop", ">= 1.52.1", "< 2" gem "minitest" gem "rake" gem "rake-compiler" gem "rspec" -gem "rubocop", ">= 1.52.1", "< 2" gem "test-unit" gem "rb_sys"