Skip to content

Commit

Permalink
Update all of rails to version 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Oct 13, 2023
1 parent 25c9e9f commit d81ccb3
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 @@ -3,7 +3,7 @@ source "https://rubygems.org"
alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "main")
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch

gem "rails", "~> 7.0.0"
gem "rails", "~> 7.1.1"
gem "listen", "~> 3.8"
gem "puma", "~> 6.0"

Expand Down

0 comments on commit d81ccb3

Please sign in to comment.