Skip to content

Commit

Permalink
Remove unused Gimme dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Feb 22, 2024
1 parent 7dd7486 commit 34eb031
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ gemspec
gem "bundler"
gem "minitest", "~> 5.0"
gem "rake", "~> 13.0"
gem "gimme"
gem "m"

# You may want to run these off path locally:
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ GEM
specs:
ast (2.4.2)
docile (1.4.0)
gimme (0.5.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
Expand Down Expand Up @@ -68,7 +67,6 @@ PLATFORMS

DEPENDENCIES
bundler
gimme
m
minitest (~> 5.0)
rake (~> 13.0)
Expand Down
5 changes: 0 additions & 5 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
$LOAD_PATH << "test"

require "standard"
require "gimme"
require "minitest/autorun"

class UnitTest < Minitest::Test
Expand All @@ -24,10 +23,6 @@ def before_setup
RuboCop::ConfigLoader.instance_variable_set(:@default_configuration, nil)
end

def teardown
Gimme.reset
end

protected

def path(relative)
Expand Down

0 comments on commit 34eb031

Please sign in to comment.