Skip to content

Commit

Permalink
Loosen ActiveRecord version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
mkasberg committed Apr 23, 2024
1 parent c18e079 commit 74b98c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll_ai_related_posts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|

# Uncomment to register a new dependency of your gem
# spec.add_dependency "example-gem", "~> 1.0"
spec.add_dependency "activerecord", "~> 7.1"
spec.add_dependency "activerecord", "~> 7.0"
spec.add_dependency "faraday", "~> 2.9"
spec.add_dependency "jekyll", ">= 3.0"
spec.add_dependency "sqlite3", "~> 1.4"
Expand Down

0 comments on commit 74b98c7

Please sign in to comment.