Skip to content

Commit

Permalink
Merge pull request #7 from planningcenter/7m/deprecate
Browse files Browse the repository at this point in the history
chore: Link to the successor of this gem.
  • Loading branch information
seven1m authored Jul 16, 2024
2 parents e7f8751 + ec3d14c commit 463e186
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# activerecord-mysql-reconnect

Reconnect automatically when ActiveRecord is disconnected from MySQL. Supports Rails 7+ and MySQL 8.
Reconnect automatically when ActiveRecord is disconnected from MySQL. Supports Rails 7.0 and MySQL 8.

**NOTE: This gem has been superseded by [activerecord-retry-reads](https://github.com/planningcenter/activerecord-retry-reads) for
Rails 7.1 and beyond.**

[![Specs](https://github.com/planningcenter/activerecord-mysql-reconnect/actions/workflows/specs.yml/badge.svg)](https://github.com/planningcenter/activerecord-mysql-reconnect/actions/workflows/specs.yml)

Expand Down
3 changes: 0 additions & 3 deletions activerecord-mysql-reconnect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

# We are going to stop using this in Rails 7.1 and beyond in favor of newly
# added reconnect / retry functionality. The Platform team will provide
# instructions for replacing this gem once 7.1 is released.
spec.add_dependency 'activerecord', '~> 7.0.0'
spec.add_dependency 'mysql2'
spec.add_development_dependency 'bundler'
Expand Down

0 comments on commit 463e186

Please sign in to comment.