mirror of
https://github.com/ivabus/website
synced 2024-11-22 08:25:12 +03:00
Update Gemfile.lock (+gemset.nix) and shell.nix
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
bc8f58f01a
commit
89263a2929
3 changed files with 18 additions and 6 deletions
|
@ -54,7 +54,7 @@ GEM
|
|||
nokogiri (~> 1.12)
|
||||
jekyll-watch (2.2.1)
|
||||
listen (~> 3.0)
|
||||
json (2.6.3)
|
||||
json (2.7.1)
|
||||
json-minify (0.0.3)
|
||||
json (> 0)
|
||||
kramdown (2.4.0)
|
||||
|
|
|
@ -235,10 +235,10 @@
|
|||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "0nalhin1gda4v8ybk6lq8f407cgfrj6qzn234yra4ipkmlbfmal6";
|
||||
sha256 = "0r9jmjhg2ly3l736flk7r2al47b5c8cayh0gqkq0yhjqzc9a6zhq";
|
||||
type = "gem";
|
||||
};
|
||||
version = "2.6.3";
|
||||
version = "2.7.1";
|
||||
};
|
||||
json-minify = {
|
||||
dependencies = ["json"];
|
||||
|
|
14
shell.nix
14
shell.nix
|
@ -1,4 +1,16 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs.buildPackages; [ bundler nodejs-slim bundix ];
|
||||
nativeBuildInputs = with pkgs.buildPackages;
|
||||
with rubyPackages; [
|
||||
bundler
|
||||
nodejs-slim
|
||||
bundix
|
||||
jekyll
|
||||
bundler
|
||||
eventmachine
|
||||
racc
|
||||
em-websocket
|
||||
ffi
|
||||
json
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue