Skip to content

Commit 2bd6b53

Browse files
committed
Drop Ruby 1.9.3 support from Rakefile
1 parent de962fd commit 2bd6b53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Rakefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ end
3535

3636
desc 'Run metadata_lint, lint, validate, and spec tests.'
3737
task :test do
38-
# This should be changed once we drop support for 1.9.3 to
39-
# %i[metadata_lint lint validate rubocop spec].each
40-
[:metadata_lint, :lint, :validate, :spec].each do |test|
38+
%i[metadata_lint lint validate rubocop spec].each do |test|
4139
Rake::Task[test].invoke
4240
end
4341
end

0 commit comments

Comments
 (0)