summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-09-24 13:41:16 +0100
committerGitHub <noreply@github.com>2016-09-24 13:41:16 +0100
commit659803f8c574cedaa375f32fda7330295ec6c381 (patch)
tree204e800875a6fc84e1c373412c8087b0c3cccf0c /pkgs/development
parent9eb91323bd54f1bf0cfd2b25044db41ad4ff1fd2 (diff)
parent73e4f644d07726dd3d8baa21e17cee5b671d4bdf (diff)
downloadnixpkgs-659803f8c574cedaa375f32fda7330295ec6c381.tar
nixpkgs-659803f8c574cedaa375f32fda7330295ec6c381.tar.gz
nixpkgs-659803f8c574cedaa375f32fda7330295ec6c381.tar.bz2
nixpkgs-659803f8c574cedaa375f32fda7330295ec6c381.tar.lz
nixpkgs-659803f8c574cedaa375f32fda7330295ec6c381.tar.xz
nixpkgs-659803f8c574cedaa375f32fda7330295ec6c381.tar.zst
nixpkgs-659803f8c574cedaa375f32fda7330295ec6c381.zip
Merge pull request #18920 from peterhoeg/bundler
bundler: 1.12.5 -> 1.13.1
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 c3c544d5268..bc2d51f7f26 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.12.5";
-  sha256 = "1q84xiwm9j771lpmiply0ls9l2bpvl5axn3jblxjvrldh8di2pkc";
+  version = "1.13.1";
+  sha256 = "02gbjbv7wq33a17pzp83s36v4yg5r2l3rynkhrq1qlq6vc1n47yg";
   dontPatchShebangs = true;
 
   postFixup = ''