Rakefile in peatio-goldcash-2.6.6 vs Rakefile in peatio-goldcash-2.6.7

- old
+ new

@@ -1,6 +1,8 @@ +# frozen_string_literal: true + require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) -task :default => :spec +task default: :spec