Skip to content

Commit

Permalink
bundler: 1.13.7 -> 1.14.3 (#22260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hoeg authored and zimbatm committed Jan 29, 2017
1 parent 9f9f983 commit d1b8b0d
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.13.7";
sha256 = "1avvvdzw0k5k2m5n79b96nkmdfd0sjamc676fz7asz4prz2wiw59";
version = "1.14.3";
sha256 = "1znvh83phzvp97l3kcgk9vbwsnq45qc8nrb4dnqv17mrhgcwfqcx";
dontPatchShebangs = true;

postFixup = ''
Expand Down

0 comments on commit d1b8b0d

Please sign in to comment.