Skip to content

Commit

Permalink
Require Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
strzibny committed Oct 13, 2024
1 parent 47141ac commit 9afc3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invoice_printer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.bindir = 'bin'

spec.required_ruby_version = '>= 2.4'
spec.required_ruby_version = '>= 3.1'

spec.add_dependency 'json', '~> 2.1'
spec.add_dependency 'prawn', '~> 2.4'
Expand Down

0 comments on commit 9afc3a8

Please sign in to comment.