Skip to content

Commit cd80c2b

Browse files
committed
Rails 8.0 requires Ruby 3.2
1 parent 9a74b28 commit cd80c2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
devShell = with pkgs;
1313
mkShell {
1414
buildInputs = [
15-
ruby
15+
ruby_3_2
1616
libyaml
1717
];
1818
};

spec/integration_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def parse_html_in_email(mail)
1818
RailsApp.new("Rails 7.1 with sprockets", "rails_71", min_ruby_version: "2.7"),
1919
RailsApp.new("Rails 7.1 with propshaft", "rails_71_with_propshaft", min_ruby_version: "2.7",
2020
asset_pipeline: :propshaft),
21-
RailsApp.new("Rails 8.0 with propshaft", "rails_80_with_propshaft", min_ruby_version: "2.7",
21+
RailsApp.new("Rails 8.0 with propshaft", "rails_80_with_propshaft", min_ruby_version: "3.2",
2222
asset_pipeline: :propshaft),
2323
]
2424

0 commit comments

Comments
 (0)