summaryrefslogtreecommitdiff
path: root/vendor/gems/bundler-checksum/test/project_with_checksum_lock/Gemfile
blob: 238bd09669fd3490c40b925f0e01472f09473260 (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

source 'https://rubygems.org'

if ENV['BUNDLER_CHECKSUM_VERIFICATION_OPT_IN'] # this verification is still experimental
  $:.unshift(File.expand_path('../../lib', __dir__))
  require 'bundler-checksum'
  Bundler::Checksum.patch!
end

gem 'rails', '~> 6.1.6.1'