Skip to content

Commit

Permalink
[Gem] Add marcel >= 1.0.3 dependency to make it more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mth0158 committed Nov 8, 2024
1 parent 5f4455f commit 002fa97
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PATH
activemodel (>= 6.1.4)
activestorage (>= 6.1.4)
activesupport (>= 6.1.4)
marcel (>= 1.0.3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -147,7 +148,6 @@ PLATFORMS
DEPENDENCIES
active_storage_validations!
combustion (~> 1.3)
marcel (>= 1.0.3)
mini_magick (>= 4.9.5)
minitest-focus (~> 1.4)
minitest-mock_expectations (~> 1.2, >= 1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion active_storage_validations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.5.0' # We support Rails >= 6.1.4

%w[activejob activemodel activestorage activesupport].each { |rails_subcomponent| s.add_dependency rails_subcomponent, '>= 6.1.4' }
s.add_dependency 'marcel', ">= 1.0.3" # necessary for mime type spoofing features, required for Rails >= 6.1.4 anyway

s.add_development_dependency 'combustion', "~> 1.3"
s.add_development_dependency 'marcel', ">= 1.0.3" # necessary for mime type spoofing features
s.add_development_dependency 'mini_magick', ">= 4.9.5"
s.add_development_dependency 'minitest-focus', '~> 1.4'
s.add_development_dependency 'minitest-mock_expectations', '~> 1.2', '>= 1.2.0'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1_4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PATH
activemodel (>= 6.1.4)
activestorage (>= 6.1.4)
activesupport (>= 6.1.4)
marcel (>= 1.0.3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -147,7 +148,6 @@ DEPENDENCIES
activestorage (~> 6.1.4)
activesupport (~> 6.1.4)
combustion (~> 1.3)
marcel (>= 1.0.3)
mini_magick (>= 4.9.5)
minitest-focus (~> 1.4)
minitest-mock_expectations (~> 1.2, >= 1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PATH
activemodel (>= 6.1.4)
activestorage (>= 6.1.4)
activesupport (>= 6.1.4)
marcel (>= 1.0.3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -144,7 +145,6 @@ DEPENDENCIES
activestorage (~> 7.0.0)
activesupport (~> 7.0.0)
combustion (~> 1.3)
marcel (>= 1.0.3)
mini_magick (>= 4.9.5)
minitest-focus (~> 1.4)
minitest-mock_expectations (~> 1.2, >= 1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PATH
activemodel (>= 6.1.4)
activestorage (>= 6.1.4)
activesupport (>= 6.1.4)
marcel (>= 1.0.3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -173,7 +174,6 @@ DEPENDENCIES
activestorage (~> 7.1.0)
activesupport (~> 7.1.0)
combustion (~> 1.3)
marcel (>= 1.0.3)
mini_magick (>= 4.9.5)
minitest-focus (~> 1.4)
minitest-mock_expectations (~> 1.2, >= 1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_next.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ PATH
activemodel (>= 6.1.4)
activestorage (>= 6.1.4)
activesupport (>= 6.1.4)
marcel (>= 1.0.3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -217,7 +218,6 @@ PLATFORMS
DEPENDENCIES
active_storage_validations!
combustion (~> 1.3)
marcel (>= 1.0.3)
mini_magick (>= 4.9.5)
minitest-focus (~> 1.4)
minitest-mock_expectations (~> 1.2, >= 1.2.0)
Expand Down

0 comments on commit 002fa97

Please sign in to comment.