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 1987541
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ gem "rspec", "~> 3.5"

platform :mri, :truffleruby do
gem "xorcist", require: false
gem "rbs"
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 +32,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 1987541

Please sign in to comment.