Skip to content

Commit 7680abb

Browse files
committed
Added pstore as a gem dependency in the gemspec.
* Other `ronin-*` libraries that bundle `ronin-db` will now pickup `pstore` automatically.
1 parent 462e890 commit 7680abb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gemfile

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

55
gemspec
66

7-
gem 'pstore' if RUBY_VERSION >= '4.0.0'
87
gem 'jruby-openssl', '~> 0.7', platform: :jruby
98

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

gemspec.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jruby_dependencies:
5858
activerecord-jdbcsqlite3-adapter: ~> 71.0
5959

6060
dependencies:
61+
# NOTE: required for 'yaml/store'.
62+
pstore: ~> 0.1
6163
# Ronin dependencies:
6264
ronin-db-activerecord: ~> 0.2
6365
ronin-support: ~> 1.0

0 commit comments

Comments
 (0)