# frozen_string_literal: true source 'https://rubygems.org' gemspec path: '../' group :development, :test do gem 'activerecord', '~> 5.2' end