Relax rouge version in Gemfile
This commit is contained in:
parent
fcc9d85a53
commit
47c46d68fc
2 changed files with 3 additions and 2 deletions
3
debian/patches/0050-relax-stable-libs.patch
vendored
3
debian/patches/0050-relax-stable-libs.patch
vendored
|
@ -157,7 +157,8 @@ gitlab Gemfile
|
|||
+gem 'asciidoctor', '~> 2.0', '>= 2.0.10'
|
||||
gem 'asciidoctor-include-ext', '~> 0.3.1', require: false
|
||||
gem 'asciidoctor-plantuml', '0.0.9'
|
||||
gem 'rouge', '~> 3.11.0'
|
||||
-gem 'rouge', '~> 3.11.0'
|
||||
+gem 'rouge', '~> 3.11'
|
||||
gem 'truncato', '~> 0.7.11'
|
||||
-gem 'bootstrap_form', '~> 4.2.0'
|
||||
-gem 'nokogiri', '~> 1.10.4'
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
gem 'asciidoctor-include-ext', '~> 0.3.1', require: false
|
||||
-gem 'asciidoctor-plantuml', '0.0.9'
|
||||
+gem 'asciidoctor-plantuml', '~> 0.0.9'
|
||||
gem 'rouge', '~> 3.11.0'
|
||||
gem 'rouge', '~> 3.11'
|
||||
gem 'truncato', '~> 0.7.11'
|
||||
gem 'bootstrap_form', '~> 4.2'
|
||||
|
|
Loading…
Reference in a new issue