about summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-02-08 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-02-08 04:20:00 +0000
commit9edbd729da648793ef0d434a5abf464166ba9d1d (patch)
treebe3d3c3bd5ba53c64d698be2889d271ed7196559 /pkgs/development/ruby-modules
parent7ebc294d950fbc6454416ca47cfb570592f60944 (diff)
downloadnixlib-9edbd729da648793ef0d434a5abf464166ba9d1d.tar
nixlib-9edbd729da648793ef0d434a5abf464166ba9d1d.tar.gz
nixlib-9edbd729da648793ef0d434a5abf464166ba9d1d.tar.bz2
nixlib-9edbd729da648793ef0d434a5abf464166ba9d1d.tar.lz
nixlib-9edbd729da648793ef0d434a5abf464166ba9d1d.tar.xz
nixlib-9edbd729da648793ef0d434a5abf464166ba9d1d.tar.zst
nixlib-9edbd729da648793ef0d434a5abf464166ba9d1d.zip
bundler: 2.5.5 -> 2.5.6
Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.5.6/bundler/CHANGELOG.md
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 04e6a6d35a11..d0b7a1d22a45 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.5.5";
-  source.sha256 = "sha256-E8f+JpAw4qZAKmVMBt7/Aa72dM7WSds76YtVA6CApGI=";
+  version = "2.5.6";
+  source.sha256 = "sha256-Gh8h0UVuFt0v7pNGHZZANIBHqi3K9dd2h0pg3dTfXGQ=";
   dontPatchShebangs = true;
 
   postFixup = ''