Gemfile in docurium-0.6.0 vs Gemfile in docurium-0.7.0

- old
+ new

@@ -1,8 +1,10 @@ source "http://rubygems.org" -platforms :rbx do - gem 'rubysl', '~> 2.2' +if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('3.0.0') + platforms :rbx do + gem 'rubysl', '~> 2.2' + end end gemspec # vim:ft=ruby