Skip to content

Commit 9090c6e

Browse files
committed
[skip changelog] Fix CI on Ruby 4.0 / Bump rake
ostruct is bundled on Ruby 4.0. Somewhere in rake 13, it dropped it's dependency on ostruct.
1 parent a96cdf7 commit 9090c6e

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)