Rakefile in volay-1.1.0 vs Rakefile in volay-1.2.0

- old
+ new

@@ -1,9 +1,11 @@ +# frozen_string_literal: true + require 'bundler/gem_tasks' GEMSPEC = Gem::Specification.load('gemirro.gemspec') Dir['./task/*.rake'].each do |task| import(task) end -task default: [:rubocop, :spec] +task default: %i[rubocop spec]