Rakefile in tapioca-0.2.5 vs Rakefile in tapioca-0.2.6

- old
+ new

@@ -4,9 +4,9 @@ require "rake/testtask" begin require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) -rescue LoadError # rubocop:disable Lint/HandleExceptions +rescue LoadError # rubocop:disable Lint/SuppressedException end task(default: :spec)