From 00f2fe3abc549cdd3f9675b3a5f18f5ea7293d84 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Tue, 20 Dec 2016 09:27:44 +0100 Subject: [PATCH] fix typo --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2fa70c6e..671cb4fd 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ group :test do gem "rspec" gem "rspec-mocks" gem "rubocop", "~> 0.44.1" - gem "test-theme", path => File.expand_path("./test/fixtures/test-theme", File.dirname(__FILE__)) + gem "test-theme", :path => File.expand_path("./test/fixtures/test-theme", File.dirname(__FILE__)) gem "jruby-openssl" if RUBY_ENGINE == "jruby" end