Skip to content

Commit

Permalink
gollum: 5.3.0 -> 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erictapen committed Mar 20, 2023
1 parent 84554ce commit 6d2eaec
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 93 deletions.
80 changes: 41 additions & 39 deletions pkgs/applications/misc/gollum/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.3.2)
asciidoctor (2.0.17)
asciidoctor (2.0.18)
builder (3.2.4)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
crass (1.0.6)
creole (0.5.0)
execjs (2.8.1)
Expand All @@ -13,13 +13,13 @@ GEM
gemojione (4.3.3)
json
github-markup (4.0.1)
gollum (5.3.0)
gollum (5.3.1)
gemojione (~> 4.1)
gollum-lib (~> 5.1)
gollum-lib (>= 5.2.3, < 6.0)
i18n (~> 1.8)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1.0)
mustache-sinatra (>= 1.0.1, < 2)
mustache-sinatra (~> 2.0)
octicons (~> 12.0)
rdoc (~> 6)
rss (~> 0.2.9)
Expand All @@ -32,88 +32,90 @@ GEM
uglifier (~> 4.2)
useragent (~> 0.16.2)
webrick (~> 1.7)
gollum-lib (5.2)
gollum-lib (5.2.3)
gemojione (~> 4.1)
github-markup (~> 4.0)
gollum-rugged_adapter (~> 1.0)
gollum-rugged_adapter (~> 2.0)
loofah (~> 2.3)
nokogiri (~> 1.8)
octicons (~> 12.0)
rouge (~> 3.1)
twitter-text (= 1.14.7)
gollum-rugged_adapter (1.1.2)
mime-types (~> 1.15)
rugged (~> 1.1.0)
gollum-rugged_adapter (2.1.0)
mime-types (~> 3.4)
rugged (~> 1.5)
htmlentities (4.3.4)
i18n (1.10.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
json (2.6.3)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
loofah (2.18.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mime-types (1.25.1)
mini_portile2 (2.8.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
mini_portile2 (2.8.1)
multi_json (1.15.0)
mustache (0.99.8)
mustache-sinatra (1.0.1)
mustache (<= 0.99.8)
mustermann (1.1.1)
mustache (1.1.1)
mustache-sinatra (2.0.0)
mustache (~> 1.0)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nokogiri (1.13.6)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octicons (12.1.0)
nokogiri (>= 1.6.3.1)
org-ruby (0.9.12)
rubypants (~> 0.2)
psych (4.0.4)
psych (5.1.0)
stringio
racc (1.6.0)
rack (2.2.3.1)
rack-protection (2.2.0)
racc (1.6.2)
rack (2.2.6.4)
rack-protection (2.2.4)
rack
rb-fsevent (0.11.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.4.0)
rdoc (6.5.0)
psych (>= 4.0.0)
rexml (3.2.5)
rouge (3.29.0)
rouge (3.30.0)
rss (0.2.9)
rexml
ruby2_keywords (0.0.5)
rubypants (0.7.1)
rugged (1.1.1)
rugged (1.6.2)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sinatra (2.2.0)
mustermann (~> 1.0)
sinatra (2.2.4)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
rack-protection (= 2.2.4)
tilt (~> 2.0)
sinatra-contrib (2.2.0)
sinatra-contrib (2.2.4)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.2.0)
sinatra (= 2.2.0)
mustermann (~> 2.0)
rack-protection (= 2.2.4)
sinatra (= 2.2.4)
tilt (~> 2.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-helpers (1.4.0)
sprockets (>= 2.2)
stringio (3.0.2)
stringio (3.0.5)
therubyrhino (2.1.2)
therubyrhino_jar (>= 1.7.4, < 1.7.9)
therubyrhino_jar (1.7.8)
tilt (2.0.10)
tilt (2.1.0)
twitter-text (1.14.7)
unf (~> 0.1.0)
uglifier (4.2.0)
Expand All @@ -122,7 +124,7 @@ GEM
unf_ext
unf_ext (0.0.8.2)
useragent (0.16.10)
webrick (1.7.0)
webrick (1.8.1)
wikicloth (0.8.3)
builder
expression_parser
Expand All @@ -142,4 +144,4 @@ DEPENDENCIES
wikicloth

BUNDLED WITH
2.3.9
2.4.6
Loading

0 comments on commit 6d2eaec

Please sign in to comment.