Gemfile in table_sync-6.3.0 vs Gemfile in table_sync-6.4.0

- old
+ new

@@ -1,5 +1,21 @@ # frozen_string_literal: true source "https://rubygems.org" gemspec + +gem "rspec" +gem "rubocop-config-umbrellio" +gem "simplecov" +gem "simplecov-lcov" + +gem "activejob" +gem "activerecord" +gem "pg" +gem "sequel" +gem "timecop" + +gem "bundler" +gem "bundler-audit" +gem "pry" +gem "rake"