From 5c315a8fa6296904f5e0ba8da919fc395548cf98 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 6 Aug 2016 19:38:33 +0200 Subject: modernizes hash syntax in activesupport --- activesupport/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/Rakefile') diff --git a/activesupport/Rakefile b/activesupport/Rakefile index de3467529d..54d7a5c6f3 100644 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -1,6 +1,6 @@ require "rake/testtask" -task :default => :test +task default: :test task :package -- cgit v1.2.3