Merge pull request #13450 from mkllnk/engine-ruby-version

Losen engine gemspec requirement for Dependabot
This commit is contained in:
David Cook
2025-08-12 09:40:01 +10:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.authors = ["developers@ofn"]
s.summary = "Catalog domain of the OFN solution."
s.required_ruby_version = File.read(File.expand_path("../../.ruby-version", __dir__)).chomp
s.required_ruby_version = ">= 1.0.0" # rubocop:disable Gemspec/RequiredRubyVersion
s.files = Dir["{app,config,db,lib}/**/*"] + ["LICENSE.txt", "Rakefile", "README.rdoc"]
s.metadata['rubygems_mfa_required'] = 'true'

View File

@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.summary = 'Provides an API stack implementing DFC semantic ' \
'specifications'
spec.required_ruby_version = File.read(File.expand_path("../../.ruby-version", __dir__)).chomp
spec.required_ruby_version = ">= 1.0.0" # rubocop:disable Gemspec/RequiredRubyVersion
spec.files = Dir["{app,config,lib}/**/*"] + ['README.md']

View File

@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.authors = ["developers@ofn"]
s.summary = "Order Management domain of the OFN solution."
s.required_ruby_version = File.read(File.expand_path("../../.ruby-version", __dir__)).chomp
s.required_ruby_version = ">= 1.0.0" # rubocop:disable Gemspec/RequiredRubyVersion
s.files = Dir["{app,config,db,lib}/**/*"] + ["LICENSE.txt", "Rakefile", "README.rdoc"]
s.metadata['rubygems_mfa_required'] = 'true'

View File

@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.authors = ["developers@ofn"]
s.summary = "Web domain of the OFN solution."
s.required_ruby_version = File.read(File.expand_path("../../.ruby-version", __dir__)).chomp
s.required_ruby_version = ">= 1.0.0" # rubocop:disable Gemspec/RequiredRubyVersion
s.files = Dir["{app,config,db,lib}/**/*"] + ["LICENSE.txt", "Rakefile", "README.rdoc"]
s.metadata['rubygems_mfa_required'] = 'true'