Skip to content

Commit b8297ff

Browse files
committedJun 21, 2017
bundler: 1.15.0 -> 1.15.1
1 parent 0d20c7e commit b8297ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/ruby-modules/bundler/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ buildRubyGem rec {
44
inherit ruby;
55
name = "${gemName}-${version}";
66
gemName = "bundler";
7-
version = "1.15.0";
8-
sha256 = "1k84zjr49ri7dj0mbjm7wkqdmknwdid817y2kyhn42mh4vxa68id";
7+
version = "1.15.1";
8+
sha256 = "1mq0n8g08vf2rnd7fvylx3f4sspx15abid49gycf9zzsjj7w8vps";
99
dontPatchShebangs = true;
1010

1111
postFixup = ''

0 commit comments

Comments
 (0)
Please sign in to comment.