File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
** Please note that Webpacker 4.1.0 has an installer bug. Please use 4.2.0 or above**
4
4
5
+ ## [[ 5.4.4]] ( https://github.com/rails/webpacker/compare/v5.4.3...v5.4.4 ) - 2023-01-31
6
+
7
+ - Fix compatibility with Ruby 3.2. (#3306 )
8
+
5
9
## [[ 5.4.3]] ( https://github.com/rails/webpacker/compare/v5.4.2...v5.4.3 ) - 2021-09-14
6
10
7
11
- Specify webpack-dev-server to be v3, to avoid getting webpack-dev-server v4 (#3121 )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- webpacker (5.4.0 )
4
+ webpacker (5.4.4 )
5
5
activesupport (>= 5.2 )
6
6
rack-proxy (>= 0.6.1 )
7
7
railties (>= 5.2 )
Original file line number Diff line number Diff line change 1
1
module Webpacker
2
2
# Change the version in package.json too, please!
3
- VERSION = "5.4.3 " . freeze
3
+ VERSION = "5.4.4 " . freeze
4
4
end
You can’t perform that action at this time.
0 commit comments