# frozen_string_literal: true

source 'https://rubygems.org'

ruby '2.7.1'

gem 'activesupport', '~> 6.0', '>= 6.0.3.2', require: 'active_support/all'
gem 'minitest', '~> 5.14', '>= 5.14.1'
gem 'minitest-reporters', github: 'kern/minitest-reporters' # make sure github gems work, cf. https://github.com/pmq20/ruby-packer/issues/95
gem 'pry', '~> 0.13.1'
gem 'rake', '~> 13.0', '>= 13.0.1'
