From 26268746cff312a868e33d497f4205e8bcbebc75 Mon Sep 17 00:00:00 2001 From: ViktoriaM Date: Wed, 25 Jan 2023 14:18:04 +0200 Subject: [PATCH] update ruby to 3.2.0 --- README.md | 2 +- lib/versacommerce/cli/version.rb | 2 +- versacommerce-cli.gemspec | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aeafa06..9f1995d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Versacommerce::CLI is a Command Line Interface tool that interacts with several ## Requirements -Ruby ≥ 2.0.0 +Ruby ≥ 3.2.0 ## Installation diff --git a/lib/versacommerce/cli/version.rb b/lib/versacommerce/cli/version.rb index bf57dd2..65fad70 100644 --- a/lib/versacommerce/cli/version.rb +++ b/lib/versacommerce/cli/version.rb @@ -1,5 +1,5 @@ module Versacommerce module CLI - VERSION = Gem::Version.new('0.2.3') + VERSION = Gem::Version.new('0.2.4') end end diff --git a/versacommerce-cli.gemspec b/versacommerce-cli.gemspec index 8d3d634..e83f3f4 100644 --- a/versacommerce-cli.gemspec +++ b/versacommerce-cli.gemspec @@ -18,14 +18,14 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.required_ruby_version = '>= 2.0.0' + spec.required_ruby_version = '>= 3.2.0' spec.add_runtime_dependency 'thor', '0.19.1' spec.add_runtime_dependency 'listen', '~> 2.10' spec.add_runtime_dependency 'colorize', '0.7.5' - spec.add_runtime_dependency 'versacommerce-theme_api_client', '0.1.3' + spec.add_runtime_dependency 'versacommerce-theme_api_client', '0.1.4' - spec.add_development_dependency 'bundler', '~> 1.8' + spec.add_development_dependency 'bundler', '~> 2.4' spec.add_development_dependency 'rake', '~> 10.4' spec.add_development_dependency 'pry', '0.10.1' spec.add_development_dependency 'pry-stack_explorer', '0.4.9.2'