Skip to content
Open
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
90 changes: 46 additions & 44 deletions pkgs/servers/http/showoff/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,67 +1,69 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
commonmarker (0.18.2)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.5)
daemons (1.3.1)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
commonmarker (0.23.6)
concurrent-ruby (1.1.10)
daemons (1.4.1)
em-websocket (0.3.8)
addressable (>= 2.1.1)
eventmachine (>= 0.12.9)
eventmachine (1.2.7)
fidget (0.0.6)
ruby-dbus (< 0.15.0)
gli (2.18.0)
gli (2.21.0)
htmlentities (4.3.4)
i18n (1.6.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
iso-639 (0.2.8)
json (2.2.0)
mini_portile2 (2.4.0)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
parslet (1.8.2)
public_suffix (3.0.3)
rack (1.6.11)
rack-contrib (1.8.0)
rack (~> 1.4)
rack-protection (1.5.5)
iso-639 (0.3.5)
json (2.6.2)
mini_portile2 (2.8.0)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
parslet (2.0.0)
public_suffix (5.0.0)
racc (1.6.0)
rack (2.2.4)
rack-contrib (2.3.0)
rack (~> 2.0)
rack-protection (2.2.2)
rack
redcarpet (3.4.0)
redcarpet (3.5.1)
ruby-dbus (0.14.1)
ruby-enum (0.7.2)
i18n
showoff (0.20.1)
commonmarker
fidget (>= 0.0.3)
gli (>= 2.0)
htmlentities
i18n
iso-639
json
nokogiri
parslet
rack-contrib
redcarpet
sinatra (~> 1.3)
sinatra-websocket
thin (~> 1.3)
tilt (>= 2.0.3)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
ruby2_keywords (0.0.5)
showoff (0.20.3)
commonmarker (~> 0.21)
fidget (~> 0.0)
gli (~> 2.20)
htmlentities (~> 4.3)
i18n (~> 1.8)
iso-639 (~> 0.3)
json (~> 2.5)
nokogiri (~> 1.11)
parslet (~> 2.0)
rack-contrib (~> 2.3)
redcarpet (~> 3.5)
sinatra (~> 2.1)
sinatra-websocket (~> 0.3)
tilt (~> 2.0)
sinatra (2.2.2)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.2)
tilt (~> 2.0)
sinatra-websocket (0.3.1)
em-websocket (~> 0.3.6)
eventmachine
thin (>= 1.3.1, < 2.0.0)
thin (1.7.2)
thin (1.8.1)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
tilt (2.0.9)
tilt (2.0.11)

PLATFORMS
ruby
Expand Down