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