Skip to content

Commit

Permalink
Relax Ruby version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
RDeckard committed Oct 29, 2024
1 parent e4d22ef commit 11410bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.3.5'
gemspec

group :development do
# License
Expand Down
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.3.5'
s.required_ruby_version = '>= 3.2.2'
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 11410bf

Please sign in to comment.