diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-04-05 06:06:35 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-04-05 06:07:35 +0000 |
commit | 45c7d18ee3236dae130150d80a32e4a37710cd24 (patch) | |
tree | 6d09bbb9fa669a71c850ad80addd8eb1ddc06731 /system/ruby/rubygems-avoid-platform-specific-gems.patch | |
parent | 36a36b43679fc2ba8b14bc2b828345b8e770c769 (diff) | |
download | packages-45c7d18ee3236dae130150d80a32e4a37710cd24.tar.gz packages-45c7d18ee3236dae130150d80a32e4a37710cd24.tar.bz2 packages-45c7d18ee3236dae130150d80a32e4a37710cd24.tar.xz packages-45c7d18ee3236dae130150d80a32e4a37710cd24.zip |
Update Ruby to 2.7.1
* Coroutines are using libucontext; added to ruby depends_dev.
* Asciidoctor updated to 2.x branch since we have newer Ruby now.
* uWSGI may not work properly with Rack; currently untested.
Diffstat (limited to 'system/ruby/rubygems-avoid-platform-specific-gems.patch')
-rw-r--r-- | system/ruby/rubygems-avoid-platform-specific-gems.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/ruby/rubygems-avoid-platform-specific-gems.patch b/system/ruby/rubygems-avoid-platform-specific-gems.patch index da6884d09..4eb26a63f 100644 --- a/system/ruby/rubygems-avoid-platform-specific-gems.patch +++ b/system/ruby/rubygems-avoid-platform-specific-gems.patch @@ -17,7 +17,7 @@ a platform-agnostic (source) gem. Users can override it using --- a/lib/rubygems.rb +++ b/lib/rubygems.rb -@@ -764,7 +764,10 @@ +@@ -759,7 +759,10 @@ def self.platforms @platforms ||= [] if @platforms.empty? |