X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=nixops%2Fmodules%2Fwebsites%2Ftools%2Fdiaspora%2Fgemset.nix;h=f9460883a92718bd8d5ab77ef8494c67fa93b5eb;hb=7ac9bef4930a10101f02cbfdc4c75351e98553d6;hpb=61199e9367515ec28f2a24903ea12a7b6747c9c0;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/nixops/modules/websites/tools/diaspora/gemset.nix b/nixops/modules/websites/tools/diaspora/gemset.nix index 66482f0..f946088 100644 --- a/nixops/modules/websites/tools/diaspora/gemset.nix +++ b/nixops/modules/websites/tools/diaspora/gemset.nix @@ -223,13 +223,14 @@ version = "3.3.7"; }; bootstrap-switch-rails = { + groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0qdk7xx0zlv4l49s2mwg4jd8a5ms3cy43n9l3217bknagcjyjfjx"; + sha256 = "1zkwc1hfmihnm0n9lkva5zk0cmqpfcpnrwnmaniyvgx7rac2r14l"; type = "gem"; }; - version = "3.3.4"; + version = "3.3.3"; }; buftok = { platforms = []; @@ -1495,6 +1496,16 @@ }; version = "2.0.0"; }; + mysql2 = { + groups = ["mysql"]; + platforms = []; + source = { + remotes = ["https://rubygems.org"]; + sha256 = "1a2kdjgzwh1p2rkcmxaawy6ibi32b04wbdd5d4wr8i342pq76di4"; + type = "gem"; + }; + version = "0.5.2"; + }; naught = { platforms = []; source = { @@ -3042,4 +3053,4 @@ }; version = "0.9.16"; }; -} +} \ No newline at end of file