Skip to content

Commit 35b98b7

Browse files
committed
Merge branch 'main' into advanced-deck-validation
2 parents 5ac8b2c + bd1b174 commit 35b98b7

File tree

2 files changed

+144
-140
lines changed

2 files changed

+144
-140
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby "~> 3.1"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "~> 7.0"
7+
gem "rails", ">= 7.0.7.1"
88

99
# Use postgresql as the database for Active Record
1010
gem "pg", "~> 1.1"

0 commit comments

Comments
 (0)