From 5988c7823e24d429c968e6517b75d4044b9a1e36 Mon Sep 17 00:00:00 2001 From: Rui Baltazar Date: Wed, 15 Nov 2023 17:02:56 +0800 Subject: [PATCH] fix versions --- Gemfile.lock | 4 ++-- story_branch.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ad260bf..4b2e38e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - story_branch (2.3.0) + story_branch (2.3.1) blanket_wrapper (~> 3.0, > 3.0) damerau-levenshtein (~> 1.3, > 1.3) httparty (> 0) @@ -159,4 +159,4 @@ DEPENDENCIES story_branch! BUNDLED WITH - 2.1.4 + 2.4.10 diff --git a/story_branch.gemspec b/story_branch.gemspec index 86afb36..fb3727f 100644 --- a/story_branch.gemspec +++ b/story_branch.gemspec @@ -39,7 +39,7 @@ Gem::Specification.new do |spec| 'documentation_uri' => 'https://github.com/story-branch/story_branch/blob/master/README.md', 'source_code_uri' => 'https://github.com/story-branch/story_branch' } - spec.required_ruby_version = ['>= 2.4', '< 3'] + spec.required_ruby_version = ['>= 2.4', '< 4'] # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been