Gemfile in fishplate-7.0.5 vs Gemfile in fishplate-7.0.6
- old
+ new
@@ -1,3 +1,12 @@
source "https://rubygems.org"
gemspec
+
+gem 'bundler'
+gem 'pry'
+gem 'rake'
+gem 'rspec'
+gem 'rubocop'
+gem 'rubocop-rake'
+gem 'rubocop-rspec'
+gem 'sqlite3'