diff --git a/pkgs/servers/http/showoff/Gemfile b/pkgs/servers/http/showoff/Gemfile index cfd295096bc1b..8f9f78e18eb8a 100644 --- a/pkgs/servers/http/showoff/Gemfile +++ b/pkgs/servers/http/showoff/Gemfile @@ -1,2 +1,2 @@ source 'https://rubygems.org' -gem 'showoff' +gem 'showoff', '>= 0.20.3' diff --git a/pkgs/servers/http/showoff/Gemfile.lock b/pkgs/servers/http/showoff/Gemfile.lock index 34b90b3fd2f73..3a9b20a6baf12 100644 --- a/pkgs/servers/http/showoff/Gemfile.lock +++ b/pkgs/servers/http/showoff/Gemfile.lock @@ -1,73 +1,75 @@ 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.6) + public_suffix (>= 2.0.2, < 6.0) + commonmarker (0.23.10) + concurrent-ruby (1.2.3) + 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.1) htmlentities (4.3.4) - i18n (1.6.0) + i18n (1.14.1) 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.6) + json (2.7.1) + mini_portile2 (2.8.5) + mustermann (2.0.2) + ruby2_keywords (~> 0.0.1) + nokogiri (1.15.5) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) + parslet (2.0.0) + public_suffix (5.0.4) + racc (1.7.3) + rack (2.2.8.1) + rack-contrib (2.4.0) + rack (< 4) + rack-protection (2.2.4) rack - redcarpet (3.4.0) + redcarpet (3.6.0) 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.4) + 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.4) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.4) + 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.2) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - tilt (2.0.9) + tilt (2.3.0) PLATFORMS ruby DEPENDENCIES - showoff + showoff (>= 0.20.3) BUNDLED WITH 2.1.4