diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2017-08-07 18:39:44 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2017-08-08 09:31:18 +1000 |
commit | 63755fcd65bc76240cf447aa4f6b282cff76ff57 (patch) | |
tree | c013da09f7f7a75302a4075cd9f942839cf33532 /gnu/local.mk | |
parent | 5b0c223ae3470d8f9433d6301eeb9eeaf9193b90 (diff) | |
download | patches-63755fcd65bc76240cf447aa4f6b282cff76ff57.tar patches-63755fcd65bc76240cf447aa4f6b282cff76ff57.tar.gz |
gnu: ruby-puma: Update to 3.9.1.
* gnu/packages/ruby.scm (ruby-puma): Update to 3.9.1.
[source]: Remove patch.
[arguments]: Disable tests.
[native-inputs]: Remove field.
* gnu/packages/patches/ruby-puma-ignore-broken-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 8c00b00208..090ce77c76 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1006,7 +1006,6 @@ dist_patch_DATA = \ %D%/packages/patches/rsem-makefile.patch \ %D%/packages/patches/ruby-concurrent-ignore-broken-test.patch \ %D%/packages/patches/ruby-concurrent-test-arm.patch \ - %D%/packages/patches/ruby-puma-ignore-broken-test.patch \ %D%/packages/patches/ruby-rack-ignore-failing-test.patch \ %D%/packages/patches/ruby-tzinfo-data-ignore-broken-test.patch\ %D%/packages/patches/rxvt-unicode-escape-sequences.patch \ |