Skip to content

Commit

Permalink
Relax dependency on rake-compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 20, 2024
1 parent db21697 commit f44aef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -13,7 +13,7 @@ group :maintenance, optional: true do
end

group :development, :test do
gem "rake-compiler", "~> 1.1.9", require: false
gem "rake-compiler", "~> 1.2", require: false
gem "rspec", "~> 3.7", require: false
gem "rubocop", "0.82.0", require: false
end

0 comments on commit f44aef1

Please sign in to comment.