Skip to content

Commit d9109d7

Browse files
committed
Upgrade rails
1 parent bb299f1 commit d9109d7

File tree

3 files changed

+113
-117
lines changed

3 files changed

+113
-117
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ st?/
4646
public/uploads/
4747
public/system
4848
meili_data/
49+
.DS_Store

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Use main development branch of Rails
4-
gem "rails", github: "rails/rails", branch: "main"
4+
gem "rails", "~> 8.1.1"
55
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
66
gem "propshaft"
77
# Use mysql as the database for Active Record

0 commit comments

Comments
 (0)