Skip to content

Commit

Permalink
bundler: 1.15.0 -> 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Jun 21, 2017
1 parent 0d20c7e commit b8297ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ruby-modules/bundler/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "bundler";
version = "1.15.0";
sha256 = "1k84zjr49ri7dj0mbjm7wkqdmknwdid817y2kyhn42mh4vxa68id";
version = "1.15.1";
sha256 = "1mq0n8g08vf2rnd7fvylx3f4sspx15abid49gycf9zzsjj7w8vps";
dontPatchShebangs = true;

postFixup = ''
Expand Down

0 comments on commit b8297ff

Please sign in to comment.