This commit is contained in:
Frank Taillandier 2016-12-20 09:27:44 +01:00
parent 8a0d44eedc
commit 00f2fe3abc
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ group :test do
gem "rspec" gem "rspec"
gem "rspec-mocks" gem "rspec-mocks"
gem "rubocop", "~> 0.44.1" 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" gem "jruby-openssl" if RUBY_ENGINE == "jruby"
end end