From 8646484d6947b5df556b0a72504dd3e51f69edbf Mon Sep 17 00:00:00 2001 From: Sergio Cambra Date: Tue, 17 Dec 2024 22:22:29 +0100 Subject: [PATCH] bump to 3.7.11 --- Gemfile.lock | 2 +- gemfiles/Gemfile.rails-5.2.x.lock | 2 +- gemfiles/Gemfile.rails-6.0.x.lock | 2 +- gemfiles/Gemfile.rails-6.1.x.lock | 2 +- lib/active_scaffold/version.rb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 41089998a..449d40ebe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT PATH remote: . specs: - active_scaffold (3.7.10) + active_scaffold (3.7.11) cow_proxy (~> 0.3) ice_nine (~> 0.11) rails (>= 5.2.0) diff --git a/gemfiles/Gemfile.rails-5.2.x.lock b/gemfiles/Gemfile.rails-5.2.x.lock index a3b1d7815..8ddcda824 100644 --- a/gemfiles/Gemfile.rails-5.2.x.lock +++ b/gemfiles/Gemfile.rails-5.2.x.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_scaffold (3.7.10) + active_scaffold (3.7.11) cow_proxy (~> 0.3) ice_nine (~> 0.11) rails (>= 5.2.0) diff --git a/gemfiles/Gemfile.rails-6.0.x.lock b/gemfiles/Gemfile.rails-6.0.x.lock index 9e9ef0c16..a16f78977 100644 --- a/gemfiles/Gemfile.rails-6.0.x.lock +++ b/gemfiles/Gemfile.rails-6.0.x.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - active_scaffold (3.7.10) + active_scaffold (3.7.11) cow_proxy (~> 0.3) ice_nine (~> 0.11) rails (>= 5.2.0) diff --git a/gemfiles/Gemfile.rails-6.1.x.lock b/gemfiles/Gemfile.rails-6.1.x.lock index 9be24e973..2cdd6e75e 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 (3.7.10) + active_scaffold (3.7.11) cow_proxy (~> 0.3) ice_nine (~> 0.11) rails (>= 5.2.0) diff --git a/lib/active_scaffold/version.rb b/lib/active_scaffold/version.rb index a5bb37156..cf818615c 100644 --- a/lib/active_scaffold/version.rb +++ b/lib/active_scaffold/version.rb @@ -2,7 +2,7 @@ module ActiveScaffold module Version MAJOR = 3 MINOR = 7 - PATCH = 10 + PATCH = 11 FIX = nil STRING = [MAJOR, MINOR, PATCH, FIX].compact.join('.')