Skip to content

Commit

Permalink
Update gemspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
a666 committed Feb 6, 2024
1 parent ae1f1df commit 3fc59d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion flatware-cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Gem::Specification.new do |s|
)
s.homepage = 'http://github.com/briandunn/flatware'
s.licenses = ['MIT']
s.required_ruby_version = ['>= 2.6', '< 3.3']
s.required_ruby_version = ['>= 2.6', '< 3.4']
s.require_paths = ['lib']
s.add_dependency %(cucumber), '~> 3.0'
s.add_dependency %(flatware), Flatware::VERSION
# s.metadata['rubygems_mfa_required'] = 'true'
end
3 changes: 2 additions & 1 deletion flatware-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Gem::Specification.new do |s|
)
s.homepage = 'http://github.com/briandunn/flatware'
s.licenses = ['MIT']
s.required_ruby_version = ['>= 2.6', '< 3.3']
s.required_ruby_version = ['>= 2.6', '< 3.4']
s.require_paths = ['lib']
s.add_dependency %(flatware), Flatware::VERSION
s.add_dependency %(rspec), '>= 3.6'
# s.metadata['rubygems_mfa_required'] = 'true'
end
3 changes: 2 additions & 1 deletion flatware.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ Gem::Specification.new do |s|
s.homepage = 'http://github.com/briandunn/flatware'

s.licenses = ['MIT']
s.required_ruby_version = ['>= 2.6', '< 3.3']
s.required_ruby_version = ['>= 2.6', '< 3.4']
s.require_paths = ['lib']
s.executables = ['flatware']
s.add_dependency %(thor), '< 2.0'
# s.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 3fc59d2

Please sign in to comment.