t: 2.9.0 -> 3.1.0

2.9.0 didn't build anymore
This commit is contained in:
xeji
2018-03-23 20:01:38 +02:00
committed by Tuomas Tynkkynen
parent bab5a0664c
commit 8cd005b6fb
3 changed files with 168 additions and 139 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, lib, bundlerEnv, ruby }:
bundlerEnv {
name = "t-2.9.0";
name = "t-3.1.0";
inherit ruby;
gemfile = ./Gemfile;