summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
diff options
context:
space:
mode:
authorAnna Kudriavtsev <anna328p@gmail.com>2021-06-16 14:22:29 -0700
committerAnna Kudriavtsev <anna328p@gmail.com>2021-06-16 21:27:24 -0700
commit4c533ea1aa2ac41c208d2983121c63f1d575acc8 (patch)
tree86f8d4bfaeddeb18717fa7e9d7aa2edf041132d2 /pkgs/development/ruby-modules
parentee3104002198db8fccbd6fc490ccaa6a8ae454b2 (diff)
downloadnixpkgs-4c533ea1aa2ac41c208d2983121c63f1d575acc8.tar
nixpkgs-4c533ea1aa2ac41c208d2983121c63f1d575acc8.tar.gz
nixpkgs-4c533ea1aa2ac41c208d2983121c63f1d575acc8.tar.bz2
nixpkgs-4c533ea1aa2ac41c208d2983121c63f1d575acc8.tar.lz
nixpkgs-4c533ea1aa2ac41c208d2983121c63f1d575acc8.tar.xz
nixpkgs-4c533ea1aa2ac41c208d2983121c63f1d575acc8.tar.zst
nixpkgs-4c533ea1aa2ac41c208d2983121c63f1d575acc8.zip
bundler: 2.1.4 -> 2.2.20
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 fc2733de3f0..912bace2020 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.1.4";
-  source.sha256 = "12glbb1357x91fvd004jgkw7ihlkpc9dwr349pd7j83isqhls0ah";
+  version = "2.2.20";
+  source.sha256 = "259ba486173d72a71df43fee8e3bc8dcb868c8a65e0c4020af3a6f13c3a57ff8";
   dontPatchShebangs = true;
 
   postFixup = ''