Skip to content

Commit

Permalink
QUA-619: remove mry gem (beta) (#328)
Browse files Browse the repository at this point in the history
* QUA-619: remove mry gem

* QUA-619: remove unused config_upgrader_rubocop.yml
  • Loading branch information
dantevvp authored Aug 9, 2022
1 parent 0e562fb commit 94b03a3
Showing 6 changed files with 0 additions and 363 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
source 'https://rubygems.org'

gem "activesupport", require: false
gem "mry", require: false
gem "parser"
gem "pry", require: false
gem "rubocop", "1.32.0", require: false
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -15,8 +15,6 @@ GEM
json (2.6.2)
method_source (1.0.0)
minitest (5.16.2)
mry (0.78.0.0)
rubocop (>= 0.41.0)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
@@ -89,7 +87,6 @@ PLATFORMS

DEPENDENCIES
activesupport
mry
parser
pry
rake
52 changes: 0 additions & 52 deletions lib/cc/engine/config_upgrader.rb

This file was deleted.

1 change: 0 additions & 1 deletion lib/cc/engine/rubocop.rb
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@
require "pathname"
require "rubocop"
require "rubocop/config_patch"
require "cc/engine/config_upgrader"
require "cc/engine/source_file"
require "cc/engine/category_parser"
require "cc/engine/file_list_resolver"
28 changes: 0 additions & 28 deletions spec/cc/engine/config_upgrader_spec.rb

This file was deleted.

278 changes: 0 additions & 278 deletions spec/support/config_upgrader_rubocop.yml

This file was deleted.

0 comments on commit 94b03a3

Please sign in to comment.