Gemfile in acumatica-0.6.0 vs Gemfile in acumatica-0.7.0

- old
+ new

@@ -4,5 +4,19 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } # Specify your gem's dependencies in acumatica.gemspec gemspec + +gem 'bundler' +gem 'byebug' +gem 'dotenv' +gem 'guard-rspec' +gem 'guard-rubocop' +gem 'rake', '~> 13.0' +gem 'rspec', '~> 3.12' +gem 'rubocop', '~> 1.59.0' +gem 'rubocop-performance', '~> 1.19.0' +gem 'rubocop-rake', "~> 0.6.0" +gem 'rubocop-rspec', "~> 2.25.0" +gem 'vcr' +gem 'webmock'