From af68ca670f14589a826a660464a67991693a1480 Mon Sep 17 00:00:00 2001 From: Sergio Cambra Date: Wed, 8 Jan 2025 19:25:39 +0100 Subject: [PATCH] bump to 4.0.0.rc3 --- 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 ec0547f16..adac1ebc7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT PATH remote: . specs: - active_scaffold (4.0.0.rc2) + active_scaffold (4.0.0.rc3) 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 b93715b68..b8db34238 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.rc2) + active_scaffold (4.0.0.rc3) 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 f03cc4b9b..82a89efcb 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.rc2) + active_scaffold (4.0.0.rc3) 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 aad50a7f5..ccf436d10 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.rc2) + active_scaffold (4.0.0.rc3) 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 71f4eba6e..af2b39ea9 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.rc2) + active_scaffold (4.0.0.rc3) 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 53eecb8cd..3f9f70777 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 = 'rc2'.freeze + FIX = 'rc3'.freeze STRING = [MAJOR, MINOR, PATCH, FIX].compact.join('.') end