Skip to content

Commit

Permalink
Updated min dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 24, 2024
1 parent a48f6d3 commit 0923dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions searchjoy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 3.1"

spec.add_dependency "chartkick", ">= 3.2"
spec.add_dependency "groupdate", ">= 3"
spec.add_dependency "chartkick", ">= 5"
spec.add_dependency "groupdate", ">= 6"
spec.add_dependency "activerecord", ">= 6.1"
end

0 comments on commit 0923dff

Please sign in to comment.