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
This commit is contained in:
Ashwin Maroli 2020-09-30 11:19:07 +05:30
parent b71a26d11d
commit 7d8a839a21
1 changed files with 1 additions and 4 deletions

View File

@ -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
#