Skip to content

Commit

Permalink
rearranged deps according with latest jruby reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
HoneyryderChuck committed Jan 3, 2025
1 parent 5cd42ca commit ff13ae5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ gem "rake", "~> 12.3"
gem "rspec", "~> 3.5"

platform :mri, :truffleruby do
gem "xorcist", require: false
gem "rbs"
gem "xorcist", require: false
end

if RUBY_VERSION >= "3.0.0"
gem "rubocop"
gem "rubocop-performance"
platform :mri do
if RUBY_VERSION >= "3.0.0"
gem "celluloid-io", "~> 0.17" if RUBY_VERSION >= "2.3.0"
gem "rbs"
gem "rubocop"
gem "rubocop-performance"
end
end

if RUBY_VERSION < "2.3"
Expand All @@ -29,5 +33,3 @@ elsif RUBY_VERSION < "2.5"
else
gem "simplecov"
end

gem "celluloid-io", "~> 0.17" if RUBY_VERSION >= "2.3.0"

0 comments on commit ff13ae5

Please sign in to comment.