We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55e2a0 commit 76251a1Copy full SHA for 76251a1
Gemfile
@@ -1,7 +1,9 @@
1
source "http://rubygems.org"
2
3
-platforms :rbx do
4
- gem 'rubysl', '~> 2.2'
+if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('3.0.0')
+ platforms :rbx do
5
+ gem 'rubysl', '~> 2.2'
6
+ end
7
end
8
9
gemspec
0 commit comments