Skip to content

Commit

Permalink
ruby: default to version 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed Aug 28, 2018
1 parent c251ec6 commit baefa98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions pkgs/development/interpreters/ruby/patchsets.nix
@@ -1,11 +1,6 @@
{ patchSet, useRailsExpress, ops, patchLevel }:

rec {
"2.2.9" = ops useRailsExpress [
"${patchSet}/patches/ruby/2.2/head/railsexpress/01-zero-broken-tests.patch"
"${patchSet}/patches/ruby/2.2/head/railsexpress/02-improve-gc-stats.patch"
"${patchSet}/patches/ruby/2.2/head/railsexpress/03-display-more-detailed-stack-trace.patch"
];
"2.3.7" = ops useRailsExpress [
"${patchSet}/patches/ruby/2.3/head/railsexpress/01-skip-broken-tests.patch"
"${patchSet}/patches/ruby/2.3/head/railsexpress/02-improve-gc-stats.patch"
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -7722,7 +7722,7 @@ with pkgs;
ruby_2_4
ruby_2_5;

ruby = ruby_2_4;
ruby = ruby_2_5;

mruby = callPackage ../development/compilers/mruby { };

Expand Down

0 comments on commit baefa98

Please sign in to comment.