rubygems: 3.3.20 -> 3.4.7

This commit is contained in:
Mario Rodas 2023-02-24 04:20:00 +00:00
parent 60e9cbe0f9
commit 6323dc433f
2 changed files with 7 additions and 7 deletions

View file

@ -18,11 +18,11 @@ index 34620860..00ab31d9 100644
extend Gem::Deprecate
DEFAULT_OPTIONS = { # :nodoc:
- :env_shebang => false,
+ :env_shebang => true,
:document => %w[ri],
:domain => :both, # HACK dup
:force => false,
- :env_shebang => false,
+ :env_shebang => true,
:document => %w[ri],
:domain => :both, # HACK dup
:force => false,
--
2.21.0

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "rubygems";
version = "3.3.20";
version = "3.4.7";
src = fetchurl {
url = "https://rubygems.org/rubygems/rubygems-${version}.tgz";
sha256 = "sha256-VTUMZ2mqbszM7uXOYV6Grg7dkeGAGVXYjBX0hA/vOTg=";
sha256 = "sha256-h2nEu+e6uEcYu6gSFzzCIvSuCE5Vm5sZEzuT7BiMCyM=";
};
patches = [