From 74c19797cbc8fda40e4d64960b802d1dd97e8952 Mon Sep 17 00:00:00 2001 From: Rodrigo Chavez Date: Wed, 11 Sep 2024 18:53:25 -0600 Subject: [PATCH] remove rubocop --- Gemfile | 1 - Gemfile.lock | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/Gemfile b/Gemfile index 2b03205..aae03d6 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,6 @@ gem "faraday" gem "factory_bot_rails" gem 'bundler-audit', require: false gem 'brakeman' -gem 'rubocop' group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem diff --git a/Gemfile.lock b/Gemfile.lock index d05650e..fd03982 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,6 @@ GEM tzinfo (~> 2.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) - ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) bootsnap (1.18.4) @@ -124,12 +123,10 @@ GEM irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.7.2) json-schema (4.3.1) addressable (>= 2.8) jsonapi-serializer (2.2.0) activesupport (>= 4.2) - language_server-protocol (3.17.0.3) logger (1.6.1) loofah (2.22.0) crass (~> 1.0.2) @@ -169,10 +166,6 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - parallel (1.26.3) - parser (3.3.5.0) - ast (~> 2.4.1) - racc pg (1.5.8) pry (0.14.2) coderay (~> 1.1) @@ -220,11 +213,9 @@ GEM rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) - rainbow (3.1.1) rake (13.2.1) rdoc (6.7.0) psych (>= 4.0.0) - regexp_parser (2.9.2) reline (0.5.10) io-console (~> 0.5) rexml (3.3.7) @@ -264,19 +255,6 @@ GEM rswag-ui (2.14.0) actionpack (>= 5.2, < 8.0) railties (>= 5.2, < 8.0) - rubocop (1.66.1) - json (~> 2.3) - language_server-protocol (>= 3.17.0) - parallel (~> 1.10) - parser (>= 3.3.0.2) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) - parser (>= 3.3.1.0) - ruby-progressbar (1.13.0) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) simplecov (0.22.0) @@ -290,7 +268,6 @@ GEM timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) uri (0.13.1) vcr (6.3.1) base64 @@ -328,7 +305,6 @@ DEPENDENCIES rspec rspec-rails (~> 5.0.0) rswag - rubocop shoulda-matchers (~> 5.0) simplecov tzinfo-data