summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2021-08-03 21:47:34 +0200
committerGitHub <noreply@github.com>2021-08-03 21:47:34 +0200
commit4c9732135ef544705bfaa3a9a3e366bdac0b1fe9 (patch)
treeb588a3c26d31fd876e9cf47ce868a998a26655e6 /pkgs/development/ruby-modules
parent2427da39ca4f839e595c8be29453e1e6043ff99e (diff)
parent01ccfa48595692dc3f13239eaaa188d10c79e80d (diff)
downloadnixpkgs-4c9732135ef544705bfaa3a9a3e366bdac0b1fe9.tar
nixpkgs-4c9732135ef544705bfaa3a9a3e366bdac0b1fe9.tar.gz
nixpkgs-4c9732135ef544705bfaa3a9a3e366bdac0b1fe9.tar.bz2
nixpkgs-4c9732135ef544705bfaa3a9a3e366bdac0b1fe9.tar.lz
nixpkgs-4c9732135ef544705bfaa3a9a3e366bdac0b1fe9.tar.xz
nixpkgs-4c9732135ef544705bfaa3a9a3e366bdac0b1fe9.tar.zst
nixpkgs-4c9732135ef544705bfaa3a9a3e366bdac0b1fe9.zip
Merge pull request #131644 from deviant/bumpndler
bundler: 2.2.20 -> 2.2.24
Diffstat (limited to 'pkgs/development/ruby-modules')
-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 912bace2020..33066483682 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 = "2.2.20";
-  source.sha256 = "259ba486173d72a71df43fee8e3bc8dcb868c8a65e0c4020af3a6f13c3a57ff8";
+  version = "2.2.24";
+  source.sha256 = "1x3czmqhlyb593ap7mxkk47idi2jnbnrpwj8xlsjdpi7iair9y62";
   dontPatchShebangs = true;
 
   postFixup = ''