source "https://rubygems.org"
gemspec
# Allow the rails version to come from an ENV setting so Travis can test multiple versions.
rails_version = ENV['RAILS_VERSION'] || '5.2.4.4'
gem 'bootsnap'
gem 'rails', "~> #{rails_version}"
gem 'pry'
gem 'pry-byebug'
gem 'sqlite3'