Skip to content

Commit

Permalink
Ignore standard rake
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBeznoss committed May 6, 2024
1 parent f4f249a commit 37dee3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ Rake::TestTask.new(:test) do |t|
t.test_files = FileList["test/**/test_*.rb"]
end

require "standard/rake"
begin
require "standard/rake"
rescue LoadError
end

spec = Bundler.load_gemspec("svg_guardian.gemspec")

Expand Down

0 comments on commit 37dee3f

Please sign in to comment.