Rakefile in rspec-graphql_matchers-1.3.0 vs Rakefile in rspec-graphql_matchers-1.3.1
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rubocop/rake_task'
RSpec::Core::RakeTask.new(:spec)