Skip to content

Commit 462e890

Browse files
committed
Add the pstore gem for Ruby 4.0 and YAML::Store (closes #91).
* Ruby 4.0 removed the `pstore` gem from the standard set of default gems. As a workaround it must be added to the `Gemfile`.
1 parent d4b3d45 commit 462e890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ source 'https://rubygems.org'
44

55
gemspec
66

7+
gem 'pstore' if RUBY_VERSION >= '4.0.0'
78
gem 'jruby-openssl', '~> 0.7', platform: :jruby
89

910
# gem 'command_kit', '0.5.0', github: 'postmodern/command_kit',

0 commit comments

Comments
 (0)