Skip to content

Commit b3282dc

Browse files
chore(deps): Update rails requirement from ~> 7.1.3, >= 7.1.3.2 to ~> 8.1.1
Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version. Updates `rails` to 8.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.3.2...v8.1.1) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.1 dependency-type: direct:production dependency-group: rails ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 605b23f commit b3282dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
ruby '3.4.1'
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6-
gem 'rails', '~> 7.1.3', '>= 7.1.3.2'
6+
gem 'rails', '~> 8.1.1'
77

88
# Use the Puma web server [https://github.com/puma/puma]
99
gem 'puma', '>= 5.0'

0 commit comments

Comments
 (0)