# frozen_string_literal: true

source 'https://rubygems.org'

if ENV.fetch('BUNDLER_CHECKSUM_VERIFICATION_OPT_IN', 'false') != 'false' # this verification is still experimental
  $:.unshift(File.expand_path('../../lib', __dir__))
  require 'bundler-checksum'
  BundlerChecksum.patch!
end

gem 'rails', '~> 6.1.6.1'
