File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
action_text-trix/app/assets/javascripts Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 7373 bundle add action_text-trix --path ".."
7474 bundle show --paths action_text-trix
7575 - name : Action Text tests
76+ env :
77+ RACK_ENV : test # see https://github.com/rails/rails/issues/56563
7678 run : |
7779 cd rails/actiontext
7880 bundle exec rake test test:system
@@ -103,16 +105,18 @@ jobs:
103105 rails_branch : 8-1-stable
104106 - ruby : " 3.4"
105107 rails_branch : 8-1-stable
108+ - ruby : " 4.0"
109+ rails_branch : 8-1-stable
106110
107- - ruby : " 3.2"
108- rails_branch : main
109- experimental : true
110111 - ruby : " 3.3"
111112 rails_branch : main
112113 experimental : true
113114 - ruby : " 3.4"
114115 rails_branch : main
115116 experimental : true
117+ - ruby : " 4.0"
118+ rails_branch : main
119+ experimental : true
116120
117121 - ruby : head
118122 rails_branch : main
Original file line number Diff line number Diff line change 11/*
22Trix 2.1.16
3- Copyright © 2025 37signals, LLC
3+ Copyright © 2026 37signals, LLC
44 */
55(function (global, factory) {
66 typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
You can’t perform that action at this time.
0 commit comments