Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 7.1.4にあげた #787

Merged
merged 9 commits into from
Dec 30, 2024
Prev Previous commit
Next Next commit
Update: Railsのパッチバージョンを上げて7.1.4にした
yonta committed Nov 26, 2024
commit 20e181640f14ae4a813596d78cdc64cb14ca80d9
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby file: ".ruby-version"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "= 7.1.3.4"
gem "rails", "= 7.1.4"

# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
gem "propshaft"