Add patch to relax oj in ipynbdiff
This commit is contained in:
parent
dd09b37815
commit
df89b40b06
2 changed files with 18 additions and 0 deletions
17
debian/patches/Gemfile/0220-relax-oj-in-ipynbdiff.patch
vendored
Normal file
17
debian/patches/Gemfile/0220-relax-oj-in-ipynbdiff.patch
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
Description: Patch to allow oj >= 3.13
|
||||||
|
Author: Mohammed Bilal <mdbilal@disroot.org>
|
||||||
|
Forwarded: not-needed
|
||||||
|
Last-Update: 2023-02-08
|
||||||
|
---
|
||||||
|
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
||||||
|
--- a/vendor/gems/ipynbdiff/ipynbdiff.gemspec
|
||||||
|
+++ b/vendor/gems/ipynbdiff/ipynbdiff.gemspec
|
||||||
|
@@ -23,7 +23,7 @@
|
||||||
|
s.require_paths = ['lib']
|
||||||
|
|
||||||
|
s.add_runtime_dependency 'diffy', '~> 3.4'
|
||||||
|
- s.add_runtime_dependency 'oj', '~> 3.13.16'
|
||||||
|
+ s.add_runtime_dependency 'oj', '>= 3.13.16'
|
||||||
|
|
||||||
|
s.add_development_dependency 'bundler', '~> 2.2'
|
||||||
|
s.add_development_dependency 'pry', '~> 0.14'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -12,6 +12,7 @@ Gemfile/0180-add-parser-gem.patch
|
||||||
Gemfile/0190-relax-rdoc.patch
|
Gemfile/0190-relax-rdoc.patch
|
||||||
Gemfile/0200-add-gitlab-dangerfiles.patch
|
Gemfile/0200-add-gitlab-dangerfiles.patch
|
||||||
Gemfile/0210-comment-out-openssl.patch
|
Gemfile/0210-comment-out-openssl.patch
|
||||||
|
Gemfile/0220-relax-oj-in-ipynbdiff.patch
|
||||||
nodejs/0010-set-webpack-root.patch
|
nodejs/0010-set-webpack-root.patch
|
||||||
nodejs/0020-remove-dev-dependencies.patch
|
nodejs/0020-remove-dev-dependencies.patch
|
||||||
nodejs/0030-use-yarnpkg.patch
|
nodejs/0030-use-yarnpkg.patch
|
||||||
|
|
Loading…
Reference in a new issue