Fix test suite compatibility with JRuby (#8418)

Merge pull request 8418
This commit is contained in:
Ashwin Maroli 2020-09-28 19:51:57 +05:30 committed by GitHub
parent c7c7be9b3a
commit 711986d19f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@ group :test do
gem "test-theme-skinny", :path => File.expand_path("test/fixtures/test-theme-skinny", __dir__) gem "test-theme-skinny", :path => File.expand_path("test/fixtures/test-theme-skinny", __dir__)
gem "test-theme-symlink", :path => File.expand_path("test/fixtures/test-theme-symlink", __dir__) gem "test-theme-symlink", :path => File.expand_path("test/fixtures/test-theme-symlink", __dir__)
gem "jruby-openssl" if RUBY_ENGINE == "jruby" if RUBY_ENGINE == "jruby"
gem "jruby-openssl"
gem "rubocop-ast", "~> 0.6.0"
end
end end
# #