Merge pull request #1756 from olleolleolle/remove-rubinius

Drop Rubinius section from Gemfile
This commit is contained in:
Jordan Owens 2022-02-24 11:37:58 -05:00 committed by GitHub
commit 8a170a5ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -64,13 +64,6 @@ if RUBY_ENGINE == "ruby"
gem 'simplecov', require: false
end
if RUBY_ENGINE == "rbx"
gem 'json'
gem 'rubysl'
gem 'rubysl-test-unit'
gem 'erubi'
end
platforms :jruby do
gem 'json'
end