Skip to content

Commit

Permalink
Update dependency rails to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 1505c49 commit 4cb8302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.3.5"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 6.1.6"
gem "rails", "~> 7.2.0"
# Use postgresql as the database for Active Record
gem "pg"
# Use Puma as the app server
Expand Down

0 comments on commit 4cb8302

Please sign in to comment.