From 7d8a839a2132cadd940a3b4f8d7c5f9f6b0f9f62 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Wed, 30 Sep 2020 11:19:07 +0530 Subject: [PATCH] Restore Gemfile to prior state rubocop-ast-0.7.1 has dropped the dependency on gem 'strscan'. So the workaround is no longer necessary. https://rubygems.org/gems/rubocop-ast/versions/0.7.1 --- Gemfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 51693bd9..f3640018 100644 --- a/Gemfile +++ b/Gemfile @@ -30,10 +30,7 @@ group :test do 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__) - if RUBY_ENGINE == "jruby" - gem "jruby-openssl" - gem "rubocop-ast", "~> 0.6.0" - end + gem "jruby-openssl" if RUBY_ENGINE == "jruby" end #