source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 5.2.0' gem 'sprockets', '~> 3.7.2' gem 'sqlite3', '~> 1.3.6' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.1.0', require: false group :development, :test do gem 'database_cleaner' gem 'cypress-on-rails', path: '../../../' end