Skip to content

Commit

Permalink
bundler: 1.14.4 -> 1.14.6 (#23930)
Browse files Browse the repository at this point in the history
  • Loading branch information
atrzaska authored and zimbatm committed Mar 15, 2017
1 parent 77b7b7d commit 376d960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ruby-modules/bundler/default.nix
Expand Up @@ -4,8 +4,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "bundler";
version = "1.14.4";
sha256 = "1hafmb7p41pm40a2z7f4x5zpgrb72xvgwlvkxnflmzqkvq2prkfv";
version = "1.14.6";
sha256 = "0h3x2csvlz99v2ryj1w72vn6kixf7rl35lhdryvh7s49brnj0cgl";
dontPatchShebangs = true;

postFixup = ''
Expand Down

0 comments on commit 376d960

Please sign in to comment.