Skip to content

Commit

Permalink
Fix missing versioning specification
Browse files Browse the repository at this point in the history
  • Loading branch information
lauragilgz committed Oct 29, 2024
1 parent 248aa29 commit e65dd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfonb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.name = 'cfonb'
s.version = '0.0.7'
s.required_ruby_version = '>= 3.2.2'
s.required_ruby_version = '>= 3.3.5'
s.summary = 'CFONB parser'
s.description = 'An easy to use CFONB format parser'
s.authors = ['Johan Le Bray', 'Frantisek Rokusek']
Expand Down

0 comments on commit e65dd61

Please sign in to comment.