Gemfile in jsonpath-0.9.2 vs Gemfile in jsonpath-0.9.3

- old
+ new

@@ -1,3 +1,6 @@ -source "http://rubygems.org" +# frozen_string_literal: true + +source 'http://rubygems.org' gemspec -gem 'simplecov', :require => false, :group => :test +gem 'rubocop', require: true, group: :test +gem 'simplecov', require: false, group: :test