On Fri, May 29, 2015 at 5:07 PM, Ludovic Courtès <l...@gnu.org> wrote: > David Thompson <dthomps...@worcester.edu> skribis: > >> From 2cc36edb761976fcd4c2a5f5c076fc2d12512cbd Mon Sep 17 00:00:00 2001 >> From: David Thompson <da...@gnu.org> >> Date: Wed, 27 May 2015 21:37:06 -0400 >> Subject: [PATCH 5/6] gnu: Add bundler. >> >> * gnu/packages/ruby.scm (bundler): New variable. > > OK. > >> +;; Bundler is yet another source of circular dependencies, so we must >> disable >> +;; its test suite as well. > > Is it also because its dependencies depend on it?
Yes. >> From 7d1eb9189646aa9e206c5f6e8c4a4151ad727072 Mon Sep 17 00:00:00 2001 >> From: David Thompson <da...@gnu.org> >> Date: Wed, 27 May 2015 21:38:28 -0400 >> Subject: [PATCH 6/6] gnu: Add ruby-useragent. >> > > Missing log. Otherwise LGTM. Thanks! Fixed the log and pushed! - Dave