From 0c2c32d3d699e211adb458e60733f042b64c3cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 24 Jul 2017 12:55:08 +0200 Subject: Fix warnings in railties tests This warning has been fixed in sass-rails. This change picks up the fix. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 734fb68d36..9a07908885 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem "capybara", "~> 2.13" gem "rack-cache", "~> 1.2" gem "jquery-rails" gem "coffee-rails" -gem "sass-rails" +gem "sass-rails", github: "rails/sass-rails", branch: "5-0-stable" gem "turbolinks", "~> 5" # require: false so bcrypt is loaded only when has_secure_password is used. -- cgit v1.2.3