summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-07-30 16:57:50 +0800
committerPeter Hoeg <peter@hoeg.com>2017-07-30 16:57:59 +0800
commite9a70ccfe996db0acfdb02da874f0583c7958df5 (patch)
treed3b9657051bdb790273cb5c3ceca98cd30124de7 /pkgs/development
parenta82cc75cac0a85d47884ca1b571b1a93b615c6ee (diff)
downloadnixlib-e9a70ccfe996db0acfdb02da874f0583c7958df5.tar
nixlib-e9a70ccfe996db0acfdb02da874f0583c7958df5.tar.gz
nixlib-e9a70ccfe996db0acfdb02da874f0583c7958df5.tar.bz2
nixlib-e9a70ccfe996db0acfdb02da874f0583c7958df5.tar.lz
nixlib-e9a70ccfe996db0acfdb02da874f0583c7958df5.tar.xz
nixlib-e9a70ccfe996db0acfdb02da874f0583c7958df5.tar.zst
nixlib-e9a70ccfe996db0acfdb02da874f0583c7958df5.zip
bundler: 1.15.1 -> 1.15.3
Diffstat (limited to 'pkgs/development')
-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 53e47630fbb7..8331440ab998 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.15.1";
-  sha256 = "1mq0n8g08vf2rnd7fvylx3f4sspx15abid49gycf9zzsjj7w8vps";
+  version = "1.15.3";
+  sha256 = "125amldnpzzrfw76mmr7mlx002k1k6xdyrqf5bdnzl5hajvn0s5f";
   dontPatchShebangs = true;
 
   postFixup = ''