summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-01-07 09:06:47 -0500
committerGitHub <noreply@github.com>2023-01-07 09:06:47 -0500
commit75e3e5f4dc4fbbb95ac3b772a5613e37cc35433f (patch)
tree8f6022b776b3139cf4777fda76de854efbcd6f1a /pkgs
parentc2094ffe92b5a3b1fe0af2f04cccff95ba43e0a1 (diff)
parent09864251a2cef6170f4a2f40fe2074ed56ebde6c (diff)
Merge pull request #209381 from anthonyroussel/bundler_2_4_3
bundler: 2.4.2 -> 2.4.3
Diffstat (limited to 'pkgs')
-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 43878362bb6d9..4645a3530c58f 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.4.2";
-  source.sha256 = "sha256-mYUOxAWH7hv7Kn521OVI8PyzoO3T6LGPJjAxA07buR8=";
+  version = "2.4.3";
+  source.sha256 = "sha256-AfX4PydFNdghhYk3cApKLxtTw8L8sLEvU3Y49nKHxwA=";
   dontPatchShebangs = true;
 
   passthru.updateScript = writeScript "gem-update-script" ''