Skip to content

Commit d1e73a2

Browse files
committed
oxidized: add ssh support
1 parent f7c79ff commit d1e73a2

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BUNDLE_BUILD__RUGGED: --with-ssh

pkgs/by-name/ox/oxidized/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ GEM
88
bcrypt_pbkdf (1.1.1-x86_64-darwin)
99
charlock_holmes (0.7.9)
1010
date (3.4.1)
11-
ed25519 (1.3.0)
11+
ed25519 (1.4.0)
1212
emk-sinatra-url-for (0.2.1)
1313
sinatra (>= 0.9.1.1)
1414
haml (6.3.0)
1515
temple (>= 0.8.2)
1616
thor
1717
tilt
1818
htmlentities (4.3.4)
19-
json (2.11.3)
19+
json (2.12.0)
2020
logger (1.7.0)
2121
multi_json (1.15.0)
2222
mustermann (3.0.3)
@@ -60,17 +60,17 @@ GEM
6060
puma (>= 3.11.4)
6161
sinatra (>= 1.4.6)
6262
sinatra-contrib (>= 1.4.6)
63-
psych (5.2.3)
63+
psych (5.2.6)
6464
date
6565
stringio
6666
puma (6.6.0)
6767
nio4r (~> 2.0)
68-
rack (3.1.13)
68+
rack (3.1.14)
6969
rack-protection (4.1.1)
7070
base64 (>= 0.1.0)
7171
logger (>= 1.6.0)
7272
rack (>= 3.0.0, < 4)
73-
rack-session (2.1.0)
73+
rack-session (2.1.1)
7474
base64 (>= 0.1.0)
7575
rack (>= 3.0.0)
7676
ruby2_keywords (0.0.5)

pkgs/by-name/ox/oxidized/gemset.nix

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
platforms = [ ];
5555
source = {
5656
remotes = [ "https://rubygems.org" ];
57-
sha256 = "0zb2dr2ihb1qiknn5iaj1ha1w9p7lj9yq5waasndlfadz225ajji";
57+
sha256 = "01n5rbyws1ijwc5dw7s88xx3zzacxx9k97qn8x11b6k8k18pzs8n";
5858
type = "gem";
5959
};
60-
version = "1.3.0";
60+
version = "1.4.0";
6161
};
6262
emk-sinatra-url-for = {
6363
dependencies = [ "sinatra" ];
@@ -100,10 +100,10 @@
100100
platforms = [ ];
101101
source = {
102102
remotes = [ "https://rubygems.org" ];
103-
sha256 = "1hfcz73wszgqprg2pr83qjbyfb0k93frbdvyhgmw0ryyl9cgc44s";
103+
sha256 = "0l0av82l1i5703fd5qnxr263zw21xmbpx737av3r9pjn0w0cw3xk";
104104
type = "gem";
105105
};
106-
version = "2.11.3";
106+
version = "2.12.0";
107107
};
108108
logger = {
109109
groups = [ "default" ];
@@ -291,10 +291,10 @@
291291
platforms = [ ];
292292
source = {
293293
remotes = [ "https://rubygems.org" ];
294-
sha256 = "1vjrx3yd596zzi42dcaq5xw7hil1921r769dlbz08iniaawlp9c4";
294+
sha256 = "0vii1xc7x81hicdbp7dlllhmbw5w3jy20shj696n0vfbbnm2hhw1";
295295
type = "gem";
296296
};
297-
version = "5.2.3";
297+
version = "5.2.6";
298298
};
299299
puma = {
300300
dependencies = [ "nio4r" ];
@@ -312,10 +312,10 @@
312312
platforms = [ ];
313313
source = {
314314
remotes = [ "https://rubygems.org" ];
315-
sha256 = "14jpch41i6iclbgc8rykvkyn7ii8s9dwvn98k96qi0hqcbdpj30p";
315+
sha256 = "0i2bjh42cmlkwxjrldqj8g5sfrasdp64xhfr25kvp4ziilm3qqc4";
316316
type = "gem";
317317
};
318-
version = "3.1.13";
318+
version = "3.1.14";
319319
};
320320
rack-protection = {
321321
dependencies = [
@@ -341,10 +341,10 @@
341341
platforms = [ ];
342342
source = {
343343
remotes = [ "https://rubygems.org" ];
344-
sha256 = "1452c1bhh6fdnv17s1z65ajwh08axqnlmkhnr1qyyn2vacb3jz23";
344+
sha256 = "1sg4laz2qmllxh1c5sqlj9n1r7scdn08p3m4b0zmhjvyx9yw0v8b";
345345
type = "gem";
346346
};
347-
version = "2.1.0";
347+
version = "2.1.1";
348348
};
349349
ruby2_keywords = {
350350
groups = [ "default" ];

0 commit comments

Comments
 (0)