Skip to content

Commit

Permalink
Fix Ruby warning
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Nov 11, 2024
1 parent 42bc212 commit 544a559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion active_settings.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ Gem::Specification.new do |s|
s.add_dependency 'activesupport', '>= 7.0'
s.add_dependency 'deep_merge', '~> 1.2.1'
s.add_dependency 'dry-schema', '>= 1.2.0'
s.add_dependency 'zeitwerk', '~> 2.6.0'
s.add_dependency 'ostruct'
s.add_dependency 'zeitwerk', '~> 2.6.0'
end

0 comments on commit 544a559

Please sign in to comment.