Gemfile in phony_rails-0.14.6 vs Gemfile in phony_rails-0.14.7

- old
+ new

@@ -1,15 +1,16 @@ # frozen_string_literal: true + source 'https://rubygems.org' gemspec # Specify your gem's dependencies in phony_number.gemspec -# For testing -gem 'sqlite3' - -gem 'rake' -gem 'rspec' # , '~> 2.14.0' +gem 'coveralls', require: false gem 'guard' # , '~> 2.10.1' gem 'guard-bundler' # , '~> 2.0.0' gem 'guard-rspec' # , '~> 4.2.0' -gem 'coveralls', require: false +gem 'rake' +gem 'rspec' # , '~> 2.14.0' gem 'rubocop' + +# For testing +gem 'sqlite3'