Add patch to relax oj in ipynbdiff

This commit is contained in:
Mohammed Bilal 2023-02-08 20:21:46 +05:30
parent dd09b37815
commit df89b40b06
No known key found for this signature in database
GPG key ID: B3F5945285219E1F
2 changed files with 18 additions and 0 deletions

View 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'

View file

@ -12,6 +12,7 @@ Gemfile/0180-add-parser-gem.patch
Gemfile/0190-relax-rdoc.patch
Gemfile/0200-add-gitlab-dangerfiles.patch
Gemfile/0210-comment-out-openssl.patch
Gemfile/0220-relax-oj-in-ipynbdiff.patch
nodejs/0010-set-webpack-root.patch
nodejs/0020-remove-dev-dependencies.patch
nodejs/0030-use-yarnpkg.patch