Skip to content

Commit

Permalink
Merge pull request #145 from next-tms/brody/business-time
Browse files Browse the repository at this point in the history
Add business_time as `dependency`
  • Loading branch information
brodyhoskins authored May 25, 2024
2 parents ec29fa4 + d2ce9e0 commit d5de316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freight_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Gem::Specification.new do |spec|
Dir['test/**/*']
spec.require_paths = ['lib']

spec.add_development_dependency('business_time', '~> 0.13.0')
spec.add_development_dependency('faker', '~> 3.2.1')
spec.add_development_dependency('rake', '~> 13.1.0')
spec.add_development_dependency('redcarpet', '~> 3.6.0') # for yard
Expand All @@ -39,6 +38,7 @@ Gem::Specification.new do |spec|
spec.add_dependency('activemodel', '>= 4.2', '< 7.1.4')
spec.add_dependency('activesupport', '>= 4.2', '< 7.1.4')
spec.add_dependency('active_utils', '>= 3.3.1', '< 3.5.0')
spec.add_dependency('business_time', '~> 0.13.0')
spec.add_dependency('httparty', '~> 0.10')
spec.add_dependency('measured', '>= 2.0', '< 2.8.3')
spec.add_dependency('mimemagic', '~> 0.4.3')
Expand Down

0 comments on commit d5de316

Please sign in to comment.