Skip to content

Commit 7a1b876

Browse files
echarpTrim
authored andcommitted
chore: upgrade to Rails 8.1
1 parent 7f7f007 commit 7a1b876

12 files changed

Lines changed: 206 additions & 136 deletions

File tree

Gemfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ git_source(:github) do |repo_name|
55
"https://github.com/#{repo_name}.git"
66
end
77

8-
gem "rails", "~>8.0.2"
8+
gem "rails", "~>8.1.0"
9+
10+
# Latest 6.0.1 is not starting any tests
11+
gem 'minitest', '< 6.0'
912

1013
gem "actionpack-page_caching"
1114
gem "acts_as_list", "~>1.1"
@@ -18,11 +21,11 @@ gem "devise", "~>4.3"
1821
gem "diff_match_patch", github: "nono/diff_match_patch-ruby", require: "diff_match_patch"
1922
gem "doorkeeper"
2023
gem "ffi-hunspell", github: "postmodern/ffi-hunspell"
21-
gem "french_rails", "~>0.5", github: "linuxfrorg/french-rails"
24+
gem "french_rails", "~>0.7", github: "echarp/french-rails"
2225
gem "friendly_id", "~>5.1"
2326
gem "haml", "~>6.3"
2427
gem "htmlentities", "~>4.3"
25-
gem "html-pipeline-linuxfr", "~>0.17", github: "Trim/html-pipeline-linuxfr"
28+
gem "html-pipeline-linuxfr", "~>0.17", github: "echarp/html-pipeline-linuxfr"
2629
gem "html_spellchecker", "~>0.1"
2730
gem "html_truncator", "~>0.4"
2831
gem "inherited_resources", "~>1.8"

0 commit comments

Comments
 (0)