Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 25 additions & 14 deletions pkgs/applications/misc/gollum/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ GEM
gemojione (4.3.3)
json
github-markup (3.0.5)
gollum (5.2.1)
gollum (5.3.0)
gemojione (~> 4.1)
gollum-lib (~> 5.1)
i18n (~> 1.8)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1.0)
mustache-sinatra (~> 1.0)
mustache-sinatra (>= 1.0.1, < 2)
octicons (~> 12.0)
rdoc (~> 6)
rss (~> 0.2.9)
sass (~> 3.5)
sinatra (~> 2.0)
Expand All @@ -29,6 +31,7 @@ GEM
therubyrhino (~> 2.1.0)
uglifier (~> 4.2)
useragent (~> 0.16.2)
webrick (~> 1.7)
gollum-lib (5.1)
gemojione (~> 4.1)
github-markup (~> 3.0)
Expand All @@ -42,6 +45,8 @@ GEM
mime-types (>= 1.15)
rugged (~> 0.99)
htmlentities (4.3.4)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.5.1)
kramdown (2.3.0)
rexml
Expand All @@ -58,7 +63,7 @@ GEM
mustache (0.99.8)
mustache-sinatra (1.0.1)
mustache (<= 0.99.8)
mustermann (1.1.1)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
Expand All @@ -67,45 +72,50 @@ GEM
nokogiri (>= 1.6.3.1)
org-ruby (0.9.12)
rubypants (~> 0.2)
psych (4.0.6)
stringio
racc (1.5.2)
rack (2.2.3)
rack-protection (2.1.0)
rack (2.2.4)
rack-protection (2.2.3)
rack
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.4.0)
psych (>= 4.0.0)
rexml (3.2.4)
rouge (3.26.0)
rss (0.2.9)
rexml
ruby2_keywords (0.0.4)
ruby2_keywords (0.0.5)
rubypants (0.7.1)
rugged (0.99.0)
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.1.0)
mustermann (~> 1.0)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.1.0)
rack-protection (= 2.2.3)
tilt (~> 2.0)
sinatra-contrib (2.1.0)
sinatra-contrib (2.2.3)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.1.0)
sinatra (= 2.1.0)
mustermann (~> 2.0)
rack-protection (= 2.2.3)
sinatra (= 2.2.3)
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)
therubyrhino (2.1.2)
therubyrhino_jar (>= 1.7.4, < 1.7.9)
therubyrhino_jar (1.7.8)
tilt (2.0.10)
tilt (2.0.11)
twitter-text (1.14.7)
unf (~> 0.1.0)
uglifier (4.2.0)
Expand All @@ -114,6 +124,7 @@ GEM
unf_ext
unf_ext (0.0.7.7)
useragent (0.16.10)
webrick (1.7.0)
wikicloth (0.8.3)
builder
expression_parser
Expand Down