Skip to content

Commit

Permalink
Support for rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNigel23 committed Nov 25, 2024
1 parent 2f3aeab commit afd563f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edtf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = 'A Ruby implementation of the Extended Date/Time Format (EDTF).'
s.license = 'BSD-2-Clause-FreeBSD'

s.add_runtime_dependency('activesupport', '>= 3.0', '< 8.0')
s.add_runtime_dependency('activesupport', '>= 3.0', '< 9.0')

s.files = `git ls-files`.split("\n") << 'lib/edtf/parser.rb'
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit afd563f

Please sign in to comment.