rack-attack/gemfiles/rails_7_2.gemfile
Santiago Bartesaghi 0d40ea6538
Add Rails 7.2 to CI (#671)
* Add Rails 7.2 to CI

* Fix CI
2024-10-15 15:00:41 -03:00

12 lines
192 B
Text

# This file was generated by Appraisal
source "https://rubygems.org"
gem "railties", "~> 7.2.0"
group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
end
gemspec path: "../"