Skip to content

Commit

Permalink
Bump to v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Jul 13, 2023
1 parent 8a91b2a commit 944d398
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and as of v1.0.0 this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.5] - 2023-07-13
### Added
- Start testing with Ruby 3.2.

Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails5.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_record_host_pool (1.2.4)
active_record_host_pool (1.2.5)
activerecord (>= 5.1.0, < 7.1)
mysql2

Expand Down Expand Up @@ -82,4 +82,4 @@ DEPENDENCIES
rubocop (~> 0.80.0)

BUNDLED WITH
2.4.8
2.4.15
4 changes: 2 additions & 2 deletions gemfiles/rails5.2.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_record_host_pool (1.2.4)
active_record_host_pool (1.2.5)
activerecord (>= 5.1.0, < 7.1)
mysql2

Expand Down Expand Up @@ -82,4 +82,4 @@ DEPENDENCIES
rubocop (~> 0.80.0)

BUNDLED WITH
2.4.8
2.4.15
4 changes: 2 additions & 2 deletions gemfiles/rails6.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_record_host_pool (1.2.4)
active_record_host_pool (1.2.5)
activerecord (>= 5.1.0, < 7.1)
mysql2

Expand Down Expand Up @@ -82,4 +82,4 @@ DEPENDENCIES
rubocop (~> 0.80.0)

BUNDLED WITH
2.4.8
2.4.15
4 changes: 2 additions & 2 deletions gemfiles/rails6.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_record_host_pool (1.2.4)
active_record_host_pool (1.2.5)
activerecord (>= 5.1.0, < 7.1)
mysql2

Expand Down Expand Up @@ -81,4 +81,4 @@ DEPENDENCIES
rubocop (~> 0.80.0)

BUNDLED WITH
2.4.8
2.4.15
4 changes: 2 additions & 2 deletions gemfiles/rails7.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_record_host_pool (1.2.4)
active_record_host_pool (1.2.5)
activerecord (>= 5.1.0, < 7.1)
mysql2

Expand Down Expand Up @@ -79,4 +79,4 @@ DEPENDENCIES
rubocop (~> 0.80.0)

BUNDLED WITH
2.4.8
2.4.15
2 changes: 1 addition & 1 deletion lib/active_record_host_pool/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveRecordHostPool
VERSION = "1.2.4"
VERSION = "1.2.5"
end

0 comments on commit 944d398

Please sign in to comment.