diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-07-03 15:15:39 -0400 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-07-11 14:25:54 -0400 |
| commit | 0006fb1e9e30add81ca8644c633c548f3b239796 (patch) | |
| tree | 87912b7073fe38531bef0f5dee9764b1765cd03c | |
| parent | be4589df8051262eaeb0f6e58dbe99c263a20cde (diff) | |
[PRISM] Revert incorrectly merged gemfile
| -rw-r--r-- | tool/bundler/rubocop_gems.rb | 3 |
1 files changed, 1 insertions, 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" |
