Skip to content

Commit a0c175d

Browse files
authored
Drop support for ruby 2.4 and allow ruby 3
1 parent 227882c commit a0c175d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solidus_i18n.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = 'Provides locale information for use in Solidus.'
1010
s.description = 'A collection of translations for Solidus.'
1111

12-
s.required_ruby_version = '~> 2.4'
12+
s.required_ruby_version = '>= 2.5.0'
1313

1414
s.author = 'Thomas von Deyen'
1515
s.email = 'tvd@magiclabs.de'

0 commit comments

Comments
 (0)