From cda1faa752c9ab0c372bf0db3616f7f6fbaaa1ea Mon Sep 17 00:00:00 2001 From: Alec Larsen Date: Fri, 19 Jan 2024 11:46:39 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version=20for=201.6.0=20release=20?= =?UTF-8?q?=F0=9F=9A=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gemfiles/6.1.gemfile.lock | 4 ++-- gemfiles/7.0.gemfile.lock | 4 ++-- gemfiles/7.1.gemfile.lock | 4 ++-- lib/active_record_distinct_on/version.rb | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gemfiles/6.1.gemfile.lock b/gemfiles/6.1.gemfile.lock index 0128ace..8029012 100644 --- a/gemfiles/6.1.gemfile.lock +++ b/gemfiles/6.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_record_distinct_on (1.5.0) + active_record_distinct_on (1.6.0) activerecord (>= 6.1, < 7.2) GEM @@ -77,4 +77,4 @@ DEPENDENCIES sqlite3 BUNDLED WITH - 2.2.31 + 2.4.5 diff --git a/gemfiles/7.0.gemfile.lock b/gemfiles/7.0.gemfile.lock index fe82dd2..255a65f 100644 --- a/gemfiles/7.0.gemfile.lock +++ b/gemfiles/7.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_record_distinct_on (1.5.0) + active_record_distinct_on (1.6.0) activerecord (>= 6.1, < 7.2) GEM @@ -75,4 +75,4 @@ DEPENDENCIES sqlite3 BUNDLED WITH - 2.3.4 + 2.4.5 diff --git a/gemfiles/7.1.gemfile.lock b/gemfiles/7.1.gemfile.lock index f872bf6..803f424 100644 --- a/gemfiles/7.1.gemfile.lock +++ b/gemfiles/7.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_record_distinct_on (1.5.0) + active_record_distinct_on (1.6.0) activerecord (>= 6.1, < 7.2) GEM @@ -88,4 +88,4 @@ DEPENDENCIES sqlite3 BUNDLED WITH - 2.4.13 + 2.4.5 diff --git a/lib/active_record_distinct_on/version.rb b/lib/active_record_distinct_on/version.rb index e4dcdfd..8ea2ff9 100644 --- a/lib/active_record_distinct_on/version.rb +++ b/lib/active_record_distinct_on/version.rb @@ -1,3 +1,3 @@ module ActiveRecordDistinctOn - VERSION = '1.5.0' + VERSION = '1.6.0' end