Skip to content

Commit

Permalink
Limit rbx to ruby 2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmn authored and tiennou committed May 27, 2021
1 parent d55e2a0 commit 76251a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
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
Expand Down

0 comments on commit 76251a1

Please sign in to comment.