Skip to content

Commit

Permalink
Update development dependency to avoid ruby 2.5 failures
Browse files Browse the repository at this point in the history
rake-compiler v1.2.4 broke ruby 2.5 compatibility

See rake-compiler/rake-compiler#224
  • Loading branch information
flavorjones committed Aug 2, 2023
1 parent d7c4368 commit 03f4f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

group :development do
gem "rake"
gem "rake-compiler", ">= 0.4.1"
gem "rake-compiler", [">= 0.4.1", "!= 1.2.4"] # https://github.com/rake-compiler/rake-compiler/issues/224
gem "test-unit"
gem "test-unit-ruby-core"
end

0 comments on commit 03f4f00

Please sign in to comment.