Rakefile in saml-kit-1.1.0 vs Rakefile in saml-kit-1.2.0

- old
+ new

@@ -7,7 +7,6 @@ RSpec::Core::RakeTask.new(:spec) RuboCop::RakeTask.new(:rubocop) Bundler::Audit::Task.new -task lint: [:rubocop, 'bundle:audit'] task default: :spec