Skip to content

Commit

Permalink
Test on Active Record 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Dec 19, 2021
1 parent 6bfb2da commit 5acb63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shrine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ direct uploads for fully asynchronous user experience.

# for instrumentation plugin
gem.add_development_dependency "dry-monitor"
gem.add_development_dependency "activesupport", RUBY_VERSION >= "2.5" ? "~> 6.0" : "~> 5.2"
gem.add_development_dependency "activesupport", RUBY_VERSION >= "2.5" ? "~> 7.0" : "~> 5.2"

# for ORM plugins
gem.add_development_dependency "sequel"
gem.add_development_dependency "activerecord", RUBY_VERSION >= "2.5" ? "~> 6.0" : "~> 5.2"
gem.add_development_dependency "activerecord", RUBY_VERSION >= "2.5" ? "~> 7.0" : "~> 5.2"
gem.add_development_dependency "sqlite3", "~> 1.4" unless RUBY_ENGINE == "jruby"
end

0 comments on commit 5acb63d

Please sign in to comment.