about summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
diff options
context:
space:
mode:
authorPeter Hoeg <peter@speartail.com>2016-10-24 23:17:23 +0800
committerPeter Hoeg <peter@speartail.com>2016-10-24 23:17:23 +0800
commitcd11efb6518fdc88121223a107b05e72bdd43a26 (patch)
tree3e010c051b9582e3fa790c0ad6bf3a71d7828e2a /pkgs/development/ruby-modules
parent210b3b3184b27be8597f320fc9f337d3997dce94 (diff)
downloadnixlib-cd11efb6518fdc88121223a107b05e72bdd43a26.tar
nixlib-cd11efb6518fdc88121223a107b05e72bdd43a26.tar.gz
nixlib-cd11efb6518fdc88121223a107b05e72bdd43a26.tar.bz2
nixlib-cd11efb6518fdc88121223a107b05e72bdd43a26.tar.lz
nixlib-cd11efb6518fdc88121223a107b05e72bdd43a26.tar.xz
nixlib-cd11efb6518fdc88121223a107b05e72bdd43a26.tar.zst
nixlib-cd11efb6518fdc88121223a107b05e72bdd43a26.zip
bundler: 1.13.1 -> 1.13.6
Diffstat (limited to 'pkgs/development/ruby-modules')
-rw-r--r--pkgs/development/ruby-modules/bundler/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ruby-modules/bundler/default.nix b/pkgs/development/ruby-modules/bundler/default.nix
index bc2d51f7f26b..8f1280012357 100644
--- a/pkgs/development/ruby-modules/bundler/default.nix
+++ b/pkgs/development/ruby-modules/bundler/default.nix
@@ -4,8 +4,8 @@ buildRubyGem rec {
   inherit ruby;
   name = "${gemName}-${version}";
   gemName = "bundler";
-  version = "1.13.1";
-  sha256 = "02gbjbv7wq33a17pzp83s36v4yg5r2l3rynkhrq1qlq6vc1n47yg";
+  version = "1.13.6";
+  sha256 = "1xyhy9cn8w9passp64p6hb3df2fpiqbds6rj7xha1335xpgj5zgs";
   dontPatchShebangs = true;
 
   postFixup = ''