From 26a6b4387954585e5ab10dc4b9634f86bcccd233 Mon Sep 17 00:00:00 2001 From: Mohd Khairi Date: Fri, 27 Oct 2023 17:36:57 +0800 Subject: [PATCH] Update version --- Gemfile.lock | 24 +++++++++++++++++------- gemfiles/rails_5.2.gemfile.lock | 2 +- gemfiles/rails_6.0.gemfile.lock | 2 +- gemfiles/rails_6.1.gemfile.lock | 2 +- gemfiles/rails_7.0.gemfile.lock | 2 +- gemfiles/rails_7.1.gemfile.lock | 2 +- lib/nested_record/version.rb | 2 +- 7 files changed, 23 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 24fb5cb..cc2014d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,29 +1,39 @@ PATH remote: . specs: - nested_record (1.1.0) + nested_record (1.1.1) activemodel (> 5.2, < 7.2) GEM remote: https://rubygems.org/ specs: - activemodel (6.1.7.4) - activesupport (= 6.1.7.4) - activesupport (6.1.7.4) + activemodel (7.1.1) + activesupport (= 7.1.1) + activesupport (7.1.1) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) - zeitwerk (~> 2.3) appraisal (2.5.0) bundler rake thor (>= 0.14.0) + base64 (0.1.1) + bigdecimal (3.1.4) concurrent-ruby (1.2.2) + connection_pool (2.4.1) diff-lcs (1.5.0) + drb (2.1.1) + ruby2_keywords i18n (1.14.1) concurrent-ruby (~> 1.0) - minitest (5.19.0) + minitest (5.20.0) + mutex_m (0.1.2) rake (13.0.6) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -38,10 +48,10 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) + ruby2_keywords (0.0.5) thor (1.2.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - zeitwerk (2.6.11) PLATFORMS ruby diff --git a/gemfiles/rails_5.2.gemfile.lock b/gemfiles/rails_5.2.gemfile.lock index e43b57d..0f77e9e 100644 --- a/gemfiles/rails_5.2.gemfile.lock +++ b/gemfiles/rails_5.2.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - nested_record (1.1.0) + nested_record (1.1.1) activemodel (> 5.2, < 7.2) GEM diff --git a/gemfiles/rails_6.0.gemfile.lock b/gemfiles/rails_6.0.gemfile.lock index ec367d5..3c09fbd 100644 --- a/gemfiles/rails_6.0.gemfile.lock +++ b/gemfiles/rails_6.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - nested_record (1.1.0) + nested_record (1.1.1) activemodel (> 5.2, < 7.2) GEM diff --git a/gemfiles/rails_6.1.gemfile.lock b/gemfiles/rails_6.1.gemfile.lock index afa2ea0..9e1ebcc 100644 --- a/gemfiles/rails_6.1.gemfile.lock +++ b/gemfiles/rails_6.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - nested_record (1.1.0) + nested_record (1.1.1) activemodel (> 5.2, < 7.2) GEM diff --git a/gemfiles/rails_7.0.gemfile.lock b/gemfiles/rails_7.0.gemfile.lock index 5a54b27..8a7c450 100644 --- a/gemfiles/rails_7.0.gemfile.lock +++ b/gemfiles/rails_7.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - nested_record (1.1.0) + nested_record (1.1.1) activemodel (> 5.2, < 7.2) GEM diff --git a/gemfiles/rails_7.1.gemfile.lock b/gemfiles/rails_7.1.gemfile.lock index fa2ca4e..6c88c9b 100644 --- a/gemfiles/rails_7.1.gemfile.lock +++ b/gemfiles/rails_7.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - nested_record (1.1.0) + nested_record (1.1.1) activemodel (> 5.2, < 7.2) GEM diff --git a/lib/nested_record/version.rb b/lib/nested_record/version.rb index 1ff4cc1..16ce093 100644 --- a/lib/nested_record/version.rb +++ b/lib/nested_record/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module NestedRecord - VERSION = '1.1.0' + VERSION = '1.1.1' end