Skip to content

Commit dd1c2bd

Browse files
authored
Merge pull request #242 from Earlopain/fix-ci
[skip changelog] Fix CI on Ruby 4.0 / Bump rake
2 parents a96cdf7 + 9090c6e commit dd1c2bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
# Specify your gem's dependencies in dead_end.gemspec
66
gemspec
77

8-
gem "rake", "~> 12.0"
8+
gem "rake", "~> 13.0"
99
gem "rspec", "~> 3.0"
1010
gem "stackprof"
1111
gem "standard"

0 commit comments

Comments
 (0)