Skip to content

Commit

Permalink
Merge pull request #228 from ruby/flavorjones-work-around-rake-compil…
Browse files Browse the repository at this point in the history
…er-ruby-2.5

Update development dependency to avoid ruby 2.5 failures
  • Loading branch information
flavorjones authored Aug 2, 2023
2 parents d7c4368 + 6b466d7 commit 6cca742
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", "1.2.3"
gem "test-unit"
gem "test-unit-ruby-core"
end

0 comments on commit 6cca742

Please sign in to comment.