From 3ffbfb4d0f89fae0d96df2597eef1674d7e21059 Mon Sep 17 00:00:00 2001 From: rfritzsche Date: Thu, 22 Aug 2024 11:52:40 +0200 Subject: [PATCH] Prepare for release 1.5.7 * Update gemspec * Update version file * Update Gemfile.lock * Update package-lock.json --- Gemfile.lock | 2 +- VERSION | 2 +- rails_ops.gemspec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 19bd971..203043f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rails_ops (1.5.6) + rails_ops (1.5.7) active_type (>= 1.3.0) minitest rails diff --git a/VERSION b/VERSION index 03082db..f5a0d9d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.6 \ No newline at end of file +1.5.7 \ No newline at end of file diff --git a/rails_ops.gemspec b/rails_ops.gemspec index 3043f26..ac786b0 100644 --- a/rails_ops.gemspec +++ b/rails_ops.gemspec @@ -1,9 +1,9 @@ # -*- encoding: utf-8 -*- -# stub: rails_ops 1.5.6 ruby lib +# stub: rails_ops 1.5.7 ruby lib Gem::Specification.new do |s| s.name = "rails_ops".freeze - s.version = "1.5.6" + s.version = "1.5.7" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze]