Unverified Commit c742ae79 authored by Paul Haerle's avatar Paul Haerle Committed by GitHub
Browse files

oxidized: add ssh support (#409384)

parents de02c23a d1e73a2a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
BUNDLE_BUILD__RUGGED: --with-ssh
+5 −5
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ GEM
    bcrypt_pbkdf (1.1.1-x86_64-darwin)
    charlock_holmes (0.7.9)
    date (3.4.1)
    ed25519 (1.3.0)
    ed25519 (1.4.0)
    emk-sinatra-url-for (0.2.1)
      sinatra (>= 0.9.1.1)
    haml (6.3.0)
@@ -16,7 +16,7 @@ GEM
      thor
      tilt
    htmlentities (4.3.4)
    json (2.11.3)
    json (2.12.0)
    logger (1.7.0)
    multi_json (1.15.0)
    mustermann (3.0.3)
@@ -60,17 +60,17 @@ GEM
      puma (>= 3.11.4)
      sinatra (>= 1.4.6)
      sinatra-contrib (>= 1.4.6)
    psych (5.2.3)
    psych (5.2.6)
      date
      stringio
    puma (6.6.0)
      nio4r (~> 2.0)
    rack (3.1.13)
    rack (3.1.14)
    rack-protection (4.1.1)
      base64 (>= 0.1.0)
      logger (>= 1.6.0)
      rack (>= 3.0.0, < 4)
    rack-session (2.1.0)
    rack-session (2.1.1)
      base64 (>= 0.1.0)
      rack (>= 3.0.0)
    ruby2_keywords (0.0.5)
+10 −10
Original line number Diff line number Diff line
@@ -54,10 +54,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0zb2dr2ihb1qiknn5iaj1ha1w9p7lj9yq5waasndlfadz225ajji";
      sha256 = "01n5rbyws1ijwc5dw7s88xx3zzacxx9k97qn8x11b6k8k18pzs8n";
      type = "gem";
    };
    version = "1.3.0";
    version = "1.4.0";
  };
  emk-sinatra-url-for = {
    dependencies = [ "sinatra" ];
@@ -100,10 +100,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1hfcz73wszgqprg2pr83qjbyfb0k93frbdvyhgmw0ryyl9cgc44s";
      sha256 = "0l0av82l1i5703fd5qnxr263zw21xmbpx737av3r9pjn0w0cw3xk";
      type = "gem";
    };
    version = "2.11.3";
    version = "2.12.0";
  };
  logger = {
    groups = [ "default" ];
@@ -291,10 +291,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1vjrx3yd596zzi42dcaq5xw7hil1921r769dlbz08iniaawlp9c4";
      sha256 = "0vii1xc7x81hicdbp7dlllhmbw5w3jy20shj696n0vfbbnm2hhw1";
      type = "gem";
    };
    version = "5.2.3";
    version = "5.2.6";
  };
  puma = {
    dependencies = [ "nio4r" ];
@@ -312,10 +312,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "14jpch41i6iclbgc8rykvkyn7ii8s9dwvn98k96qi0hqcbdpj30p";
      sha256 = "0i2bjh42cmlkwxjrldqj8g5sfrasdp64xhfr25kvp4ziilm3qqc4";
      type = "gem";
    };
    version = "3.1.13";
    version = "3.1.14";
  };
  rack-protection = {
    dependencies = [
@@ -341,10 +341,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1452c1bhh6fdnv17s1z65ajwh08axqnlmkhnr1qyyn2vacb3jz23";
      sha256 = "1sg4laz2qmllxh1c5sqlj9n1r7scdn08p3m4b0zmhjvyx9yw0v8b";
      type = "gem";
    };
    version = "2.1.0";
    version = "2.1.1";
  };
  ruby2_keywords = {
    groups = [ "default" ];