Skip to content

Commit

Permalink
ruby_2_6: 2.6.2 -> 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored and alyssais committed Oct 2, 2019
1 parent c8e7fec commit 7035462
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/ruby/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@ in {
};

ruby_2_6 = generic {
version = rubyVersion "2" "6" "2" "";
version = rubyVersion "2" "6" "5" "";
sha256 = {
src = "1as97d2j0d21g8mldp8fmdjah96jakrxyw1v0crg7ln2y8mmsh50";
git = "0f4mnrd7733353kx1jjha770kvm0wlc59z7id9h23kmjdg6k76nl";
src = "0zgdrgylq6avbblf78kpaf0k2xnkpc3jng3wkd7x67ycdrqnp5v6";
git = "0pay6ic22ag3bnvxffhgwp7z6clkd0p93944a1l4lvc5hxc8v77j";
};
};
}
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/ruby/patchsets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rec {
"${patchSet}/patches/ruby/2.5/head/railsexpress/02-improve-gc-stats.patch"
"${patchSet}/patches/ruby/2.5/head/railsexpress/03-more-detailed-stacktrace.patch"
];
"2.6.2" = ops useRailsExpress [
"2.6.5" = ops useRailsExpress [
"${patchSet}/patches/ruby/2.6/head/railsexpress/01-fix-broken-tests-caused-by-ad.patch"
"${patchSet}/patches/ruby/2.6/head/railsexpress/02-improve-gc-stats.patch"
"${patchSet}/patches/ruby/2.6/head/railsexpress/03-more-detailed-stacktrace.patch"
Expand Down

0 comments on commit 7035462

Please sign in to comment.