Skip to content

Commit

Permalink
fix activesupport gem dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrias committed Nov 3, 2024
1 parent eb39ab3 commit 0816936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource_registry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.add_dependency 'sorbet-coerce', '>= 0.2.6'
# s.add_runtime_dependency 'sorbet-runtime-stub', '0.2.0'
s.add_development_dependency 'sorbet', '0.5.11609'
s.add_runtime_dependency 'active_support', '>= 7.1.3'
s.add_runtime_dependency 'activesupport', '>= 7.1.3'
s.add_runtime_dependency 'dry-inflector', '>= 0.1.2'
s.add_runtime_dependency 'sorbet-runtime', '0.5.11609'
# s.add_development_dependency 'tapioca'
Expand Down

0 comments on commit 0816936

Please sign in to comment.