gemfiles/rails_6.1.gemfile
# frozen_string_literal: true
# This file was generated by Appraisal
source 'https://rubygems.org'
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem 'activesupport', '~> 6.1.0'
group :integrations, optional: true do
gem 'bugsnag', '>= 6.11.0'
end
gemspec