Rakefile in software_challenge_client-20.2.4 vs Rakefile in software_challenge_client-21.0.0

- old
+ new

@@ -1,6 +1,7 @@ -require "bundler/gem_tasks" -require "yard" +# frozen_string_literal: true +require 'bundler/gem_tasks' +require 'yard' YARD::Rake::YardocTask.new do |t| - t.files = ['lib/**/*.rb'] # optional + t.files = ['lib/**/*.rb'] # optional end