Skip to content

Commit

Permalink
Declare Active Model dependency (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewater committed Dec 24, 2022
1 parent fa58816 commit 6243204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
kredis (1.3.0)
activemodel (>= 6.0.0)
activesupport (>= 6.0.0)
redis (>= 4.2, < 6)

Expand Down
1 change: 1 addition & 0 deletions kredis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.7.0"
s.add_dependency "activesupport", ">= 6.0.0"
s.add_dependency "activemodel", ">= 6.0.0"
s.add_dependency "redis", ">= 4.2", "< 6"
s.add_development_dependency "rails", ">= 6.0.0"

Expand Down

0 comments on commit 6243204

Please sign in to comment.