Skip to content

Commit

Permalink
add railsexpress patches for 3.0.7, 3.1.5, 3.2.4 and 3.3.1 (#5465)
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed May 16, 2024
1 parent f116268 commit 5b709e1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5338](https://github.com/rvm/rvm/pull/5338)
* 3.3.0 [\#5423](https://github.com/rvm/rvm/pull/5423)
* 3.2.3 [\#5430](https://github.com/rvm/rvm/pull/5430)
* 3.0.7, 3.1.5, 3.2.4 and 3.3.1 [\#5465](https://github.com/rvm/rvm/pull/5465)

#### Binaries

Expand Down
2 changes: 2 additions & 0 deletions patchsets/ruby/3.0.7/railsexpress
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/3.0.7/railsexpress/01-improve-gc-stats.patch
https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/3.0.7/railsexpress/02-malloc-trim.patch
2 changes: 2 additions & 0 deletions patchsets/ruby/3.1.5/railsexpress
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/3.1.5/railsexpress/01-improve-gc-stats.patch
https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/3.1.5/railsexpress/02-malloc-trim.patch
3 changes: 3 additions & 0 deletions patchsets/ruby/3.2.4/railsexpress
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/3.2.4/railsexpress/01-improve-gc-stats.patch
https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/3.2.4/railsexpress/02-malloc-trim-patch.patch
https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/3.2.4/railsexpress/03-fix-bigdecimal-linker-problems.patch
1 change: 1 addition & 0 deletions patchsets/ruby/3.3.1/railsexpress
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/3.3.1/railsexpress/01-improve-gc-stats.patch

0 comments on commit 5b709e1

Please sign in to comment.