From 59434bf20f8c527d0bc4ce6d650ab9c59e19e20e Mon Sep 17 00:00:00 2001 From: Sergio Cambra Date: Fri, 13 Dec 2024 18:38:49 +0100 Subject: [PATCH] bump to 4.0.0.rc2 --- Gemfile.lock | 2 +- gemfiles/Gemfile.rails-6.1.x.lock | 2 +- gemfiles/Gemfile.rails-7.0.x.lock | 2 +- gemfiles/Gemfile.rails-7.1.x.lock | 2 +- gemfiles/Gemfile.rails-7.2.x.lock | 2 +- lib/active_scaffold/version.rb | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0f180dbce..42768b5a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT PATH remote: . specs: - active_scaffold (4.0.0.rc1) + active_scaffold (4.0.0.rc2) ice_nine (~> 0.11) rails (>= 5.2.0) request_store (~> 1.3) diff --git a/gemfiles/Gemfile.rails-6.1.x.lock b/gemfiles/Gemfile.rails-6.1.x.lock index 8c9ba9d29..b93715b68 100644 --- a/gemfiles/Gemfile.rails-6.1.x.lock +++ b/gemfiles/Gemfile.rails-6.1.x.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_scaffold (4.0.0.rc1) + active_scaffold (4.0.0.rc2) ice_nine (~> 0.11) rails (>= 5.2.0) request_store (~> 1.3) diff --git a/gemfiles/Gemfile.rails-7.0.x.lock b/gemfiles/Gemfile.rails-7.0.x.lock index a0fe9b311..f03cc4b9b 100644 --- a/gemfiles/Gemfile.rails-7.0.x.lock +++ b/gemfiles/Gemfile.rails-7.0.x.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_scaffold (4.0.0.rc1) + active_scaffold (4.0.0.rc2) ice_nine (~> 0.11) rails (>= 5.2.0) request_store (~> 1.3) diff --git a/gemfiles/Gemfile.rails-7.1.x.lock b/gemfiles/Gemfile.rails-7.1.x.lock index 9ead000a8..aad50a7f5 100644 --- a/gemfiles/Gemfile.rails-7.1.x.lock +++ b/gemfiles/Gemfile.rails-7.1.x.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_scaffold (4.0.0.rc1) + active_scaffold (4.0.0.rc2) ice_nine (~> 0.11) rails (>= 5.2.0) request_store (~> 1.3) diff --git a/gemfiles/Gemfile.rails-7.2.x.lock b/gemfiles/Gemfile.rails-7.2.x.lock index e716e7259..71f4eba6e 100644 --- a/gemfiles/Gemfile.rails-7.2.x.lock +++ b/gemfiles/Gemfile.rails-7.2.x.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_scaffold (4.0.0.rc1) + active_scaffold (4.0.0.rc2) ice_nine (~> 0.11) rails (>= 5.2.0) request_store (~> 1.3) diff --git a/lib/active_scaffold/version.rb b/lib/active_scaffold/version.rb index 1318afb6c..53eecb8cd 100644 --- a/lib/active_scaffold/version.rb +++ b/lib/active_scaffold/version.rb @@ -3,7 +3,7 @@ module Version MAJOR = 4 MINOR = 0 PATCH = 0 - FIX = 'rc1'.freeze + FIX = 'rc2'.freeze STRING = [MAJOR, MINOR, PATCH, FIX].compact.join('.') end