about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2018-12-17 14:24:17 +0000
committerAlyssa Ross <hi@alyssa.is>2018-12-17 14:28:40 +0000
commit8e98e48a438b0f7b7fc87563910095468a232f17 (patch)
treeee3468a0a18de2f83db70994909b110d98dcaae4 /pkgs/development
parentf7ec30328981a89e8c0a3facd1922a768f157aff (diff)
downloadnixlib-8e98e48a438b0f7b7fc87563910095468a232f17.tar
nixlib-8e98e48a438b0f7b7fc87563910095468a232f17.tar.gz
nixlib-8e98e48a438b0f7b7fc87563910095468a232f17.tar.bz2
nixlib-8e98e48a438b0f7b7fc87563910095468a232f17.tar.lz
nixlib-8e98e48a438b0f7b7fc87563910095468a232f17.tar.xz
nixlib-8e98e48a438b0f7b7fc87563910095468a232f17.tar.zst
nixlib-8e98e48a438b0f7b7fc87563910095468a232f17.zip
bundler: 1.17.1 -> 1.17.2
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 d67c7bd73241..decde250ac23 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.17.1";
-  source.sha256 = "0jmj67r2677mq8hxkhvlgpbv8gzfgdhxra3x0gf0bywiyypl546c";
+  version = "1.17.2";
+  source.sha256 = "0dbnq6703mjvgsri45vaw7b4wjqr89z1h8xkzsacqcp24a706m5r";
   dontPatchShebangs = true;
 
   postFixup = ''