Skip to content

Commit

Permalink
ruby_2_2: 2.2.7 -> 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pbogdan authored and Mic92 committed Oct 7, 2017
1 parent 5ac36ed commit b639cc6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/interpreters/ruby/default.nix
Expand Up @@ -196,11 +196,11 @@ in {
};
};

ruby_2_2_7 = generic {
version = rubyVersion "2" "2" "7" "";
ruby_2_2_8 = generic {
version = rubyVersion "2" "2" "8" "";
sha256 = {
src = "199xz5bvmp26c7vyzw47cpxkd8jk826kc8nlpavqzj5vqp388h9p";
git = "0i0nsm9ldjp39m9xq47v8w6wlg821ikczz530493cs150qkqa0a1";
src = "12i6v5i0djl4xx3x7fq12snqb5d4drqjmnwqs05fby4bagcbjdwg";
git = "16nw0795nhrj13crp5x4jis8hmi3gsyjl96pwk698wlrb89lf9bw";
};
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/ruby/patchsets.nix
Expand Up @@ -24,7 +24,7 @@ rec {
"${patchSet}/patches/ruby/2.1.8/railsexpress/08-funny-falcon-method-cache.patch"
"${patchSet}/patches/ruby/2.1.8/railsexpress/09-heap-dump-support.patch"
];
"2.2.7" = ops useRailsExpress [
"2.2.8" = 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"
Expand Down
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -6626,15 +6626,15 @@ with pkgs;
inherit (callPackage ../development/interpreters/ruby {})
ruby_2_0_0
ruby_2_1_10
ruby_2_2_7
ruby_2_2_8
ruby_2_3_4
ruby_2_4_2;

# Ruby aliases
ruby = ruby_2_3;
ruby_2_0 = ruby_2_0_0;
ruby_2_1 = ruby_2_1_10;
ruby_2_2 = ruby_2_2_7;
ruby_2_2 = ruby_2_2_8;
ruby_2_3 = ruby_2_3_4;
ruby_2_4 = ruby_2_4_2;

Expand Down

0 comments on commit b639cc6

Please sign in to comment.