Skip to content

Commit

Permalink
Set required_ruby_version to officially supported Ruby versions (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura authored Jun 8, 2023
1 parent 2904bf2 commit 8acd8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counter_culture.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/magnusvk/counter_culture'
spec.license = 'MIT'

spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
spec.required_ruby_version = '>= 2.6'

# 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 added into git.
Expand Down

0 comments on commit 8acd8e6

Please sign in to comment.