Gemfile in xcmonkey-1.2.0 vs Gemfile in xcmonkey-1.3.0

- old
+ new

@@ -2,5 +2,19 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } # Specify your gem's dependencies in xcmonkey.gemspec gemspec + +gem 'bundler' +gem 'fasterer', '0.9.0' +gem 'fastlane' +gem 'rake' +gem 'rspec' +gem 'rspec_junit_formatter' +gem 'rubocop', '1.44.0' +gem 'rubocop-performance' +gem 'rubocop-rake', '0.6.0' +gem 'rubocop-require_tools' +gem 'rubocop-rspec', '2.15.0' +gem 'simplecov' +gem 'solargraph'