Skip to content

Commit

Permalink
Target ActiveRecord 7
Browse files Browse the repository at this point in the history
  • Loading branch information
osbre committed Jun 26, 2024
1 parent 06ebce3 commit c026160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ source "https://rubygems.org"
# Specify your gem's dependencies in sti_fallback.gemspec
gemspec

gem "activerecord", "~> 6.0"
gem "activerecord", "~> 7.0"
2 changes: 1 addition & 1 deletion sti_fallback.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "activerecord", "~> 6.0"
spec.add_dependency "activerecord", "~> 7.0"
spec.add_development_dependency "rake", "~> 13.0"

# For more information and examples about making a new gem, check out our
Expand Down

0 comments on commit c026160

Please sign in to comment.