Gemfile.ci in ditty-0.7.2 vs Gemfile.ci in ditty-0.8.0

- old
+ new

@@ -1,10 +1,12 @@ # frozen_string_literal: true source 'https://rubygems.org' gemspec +gem 'faker' gem 'rubocop' +gem 'rubocop-rspec' gem 'simplecov', '~> 0.13.0' gem 'sqlite3' if RUBY_VERSION < '2.1' gem 'sidekiq', '3.0.0'