File tree 3 files changed +7
-7
lines changed
development/interpreters/ruby
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -212,11 +212,11 @@ in {
212
212
} ;
213
213
} ;
214
214
215
- ruby_2_4_1 = generic {
216
- version = rubyVersion "2" "4" "1 " "" ;
215
+ ruby_2_4_2 = generic {
216
+ version = rubyVersion "2" "4" "2 " "" ;
217
217
sha256 = {
218
- src = "0l0201fqwzwygnrgxay469gbb2w865bnqckq00x3prdmbh6y2c53 " ;
219
- git = "1gjn31ymypzzcwkrjx62hqw59fywz1x3cyvmi1f2yb9bwb3659ss " ;
218
+ src = "174cdiz3am1f76vsnm3iqi9c5vqphypbf9kbxx6vqqmj01gfgfck " ;
219
+ git = "1w83kzak3m6vv3k09ynfw9vpgc7vpmij3x3zmgrhwm4ds1sp5irl " ;
220
220
} ;
221
221
} ;
222
222
}
Original file line number Diff line number Diff line change 34
34
"${ patchSet } /patches/ruby/2.3/head/railsexpress/02-improve-gc-stats.patch"
35
35
"${ patchSet } /patches/ruby/2.3/head/railsexpress/03-display-more-detailed-stack-trace.patch"
36
36
] ;
37
- "2.4.1 " = ops useRailsExpress [
37
+ "2.4.2 " = ops useRailsExpress [
38
38
"${ patchSet } /patches/ruby/2.4/head/railsexpress/01-skip-broken-tests.patch"
39
39
"${ patchSet } /patches/ruby/2.4/head/railsexpress/02-improve-gc-stats.patch"
40
40
"${ patchSet } /patches/ruby/2.4/head/railsexpress/03-display-more-detailed-stack-trace.patch"
Original file line number Diff line number Diff line change @@ -6584,15 +6584,15 @@ with pkgs;
6584
6584
ruby_2_1_10
6585
6585
ruby_2_2_7
6586
6586
ruby_2_3_4
6587
- ruby_2_4_1 ;
6587
+ ruby_2_4_2 ;
6588
6588
6589
6589
# Ruby aliases
6590
6590
ruby = ruby_2_3;
6591
6591
ruby_2_0 = ruby_2_0_0;
6592
6592
ruby_2_1 = ruby_2_1_10;
6593
6593
ruby_2_2 = ruby_2_2_7;
6594
6594
ruby_2_3 = ruby_2_3_4;
6595
- ruby_2_4 = ruby_2_4_1 ;
6595
+ ruby_2_4 = ruby_2_4_2 ;
6596
6596
6597
6597
scsh = callPackage ../development/interpreters/scsh { };
6598
6598
You can’t perform that action at this time.
0 commit comments