# frozen_string_literal: true

source 'https://rubygems.org'

gemspec :path => '../'

gem 'rails', '~> 5.0.0'
gem 'sqlite3', '< 1.4'