Skip to content

Commit

Permalink
support ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarruitero committed Aug 30, 2023
1 parent 9cf1306 commit 35fbc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spreadsheet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/magma-labs/spreadsheet'
spec.summary = 'A Spreadsheet view_component for your Rails app'
spec.license = 'MIT'
spec.required_ruby_version = Gem::Requirement.new('~> 2.7')
spec.required_ruby_version = Gem::Requirement.new('~> 3.2')

spec.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']

Expand Down

0 comments on commit 35fbc5c

Please sign in to comment.