Update to Rails 7.1 (#8)

Reviewed-on: #8
This commit is contained in:
Andrew Tomaka 2023-10-10 23:01:12 -04:00
parent c9b79ec9ea
commit addf660c80
14 changed files with 208 additions and 126 deletions

View file

@ -2,7 +2,7 @@ source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# unti 7.1 is out
gem "rails", git: "https://github.com/rails/rails"
gem "rails", "7.1.0"
gem "sprockets-rails"
gem "sqlite3"
gem "puma"