Skip to content

Commit

Permalink
Merge pull request #223 from nobu/gem-version
Browse files Browse the repository at this point in the history
Fix place to specify rake-compiler version
  • Loading branch information
hsbt committed Jun 13, 2023
2 parents 27512b6 + c522005 commit d4713af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

group :development do
gem "rake"
gem "rake-compiler"
gem "rake-compiler", ">= 0.4.1"
gem "test-unit"
gem "test-unit-ruby-core"
end
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -27,7 +27,6 @@ Rake::TestTask.new(:test) do |t|
t.ruby_opts << "--debug=frozen-string-literal" if RUBY_ENGINE != "truffleruby"
end
end
gem 'rake-compiler', '>= 0.4.1'

def java?
/java/ === RUBY_PLATFORM
Expand Down

0 comments on commit d4713af

Please sign in to comment.