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 ff5c7b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
jekyll_ai_related_posts (0.1.0)
activerecord (~> 7.1)
jekyll_ai_related_posts (0.1.1)
activerecord (~> 7.0)
faraday (~> 2.9)
jekyll (>= 3.0)
sqlite-vss (~> 0.1.2)
Expand Down
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 ff5c7b8

Please sign in to comment.