Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui Baltazar committed Nov 15, 2023
1 parent 2ccb5fb commit 5988c78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -159,4 +159,4 @@ DEPENDENCIES
story_branch!

BUNDLED WITH
2.1.4
2.4.10
2 changes: 1 addition & 1 deletion story_branch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5988c78

Please sign in to comment.