I ran bundler with success using the latest ruby patch :). It requires a tweak to the environment so the GEM_PATH points at
$HOME/.guix-profile/lib/ruby/gems/2.2.0/ The script I use to run Ruby is at https://github.com/pjotrp/guix-notes/blob/master/scripts/ruby-guix-env that essentially replaces the old rvm or rbenv! So much better :) BTW: would it be an idea to name the bundler package ruby-bundler instead? Pj. On Fri, May 29, 2015 at 08:27:24PM -0400, Thompson, David wrote: > 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 > --