Skip to content

Commit

Permalink
#53 versions loose
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 8, 2023
1 parent 1f6d8d6 commit 20cf511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jgd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
s.rdoc_options = ['--charset=UTF-8']
s.extra_rdoc_files = ['README.md', 'LICENSE.txt']
s.add_runtime_dependency('jekyll', '>=1.5.1')
s.add_runtime_dependency('trollop', '2.9.9')
s.add_runtime_dependency('jekyll', '>=1')
s.add_runtime_dependency('trollop', '>=2')
s.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 20cf511

Please sign in to comment.