Skip to content

Commit e0bc7cc

Browse files
committed
Add pstore gem for Ruby 4.0 compatibility
1 parent 2cfde79 commit e0bc7cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ end
2727
if RUBY_VERSION >= '3.4'
2828
gem 'mutex_m' # TODO: remove this once as-notifications has such a dependency
2929
end
30+
31+
if RUBY_VERSION >= '4.0'
32+
gem 'pstore'
33+
end

0 commit comments

Comments
 (0)