Skip to content

Commit

Permalink
Merge pull request #31 from Pyronix/30-list-tzinfo-as-runtime-dependency
Browse files Browse the repository at this point in the history
[#30] List tzinfo as runtime dependency
  • Loading branch information
rahearn authored Oct 29, 2023
2 parents df036cf + 8e2b124 commit 7c897f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icalendar-recurrence.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'icalendar', '~> 2.0'
spec.add_runtime_dependency 'ice_cube', '~> 0.16'
spec.add_runtime_dependency 'tzinfo', '~> 2.0'

spec.add_development_dependency 'activesupport', '~> 7.1'
spec.add_development_dependency 'awesome_print'
Expand All @@ -27,5 +28,4 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '>= 12.3.3'
spec.add_development_dependency 'rspec', '~> 3.12'
spec.add_development_dependency 'timecop', '~> 0.9'
spec.add_development_dependency 'tzinfo', '~> 2.0'
end

0 comments on commit 7c897f2

Please sign in to comment.