Gemfile in motion-sparkle-sandbox-2.0.0 vs Gemfile in motion-sparkle-sandbox-2.0.1

- old
+ new

@@ -1,6 +1,16 @@ +# frozen_string_literal: true + source 'https://rubygems.org' -gemspec - -gem 'bacon' +gem 'binding_of_caller' +gem 'pry-byebug', '~> 3.9.0', platform: :mri gem 'rake' + +gem 'rspec', '~> 3.0' + +gem 'rubocop' +gem 'rubocop-performance' +gem 'rubocop-rake' +gem 'rubocop-rspec' + +gemspec