Skip to content

Commit 76251a1

Browse files
carlosmntiennou
authored andcommitted
Limit rbx to ruby 2
1 parent d55e2a0 commit 76251a1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
source "http://rubygems.org"
22

3-
platforms :rbx do
4-
gem 'rubysl', '~> 2.2'
3+
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('3.0.0')
4+
platforms :rbx do
5+
gem 'rubysl', '~> 2.2'
6+
end
57
end
68

79
gemspec

0 commit comments

Comments
 (0)