Skip to content

Commit

Permalink
Update mimemagic gem to fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jbbarth committed May 12, 2021
1 parent b1f647d commit bc29bb5
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 4 deletions.
16 changes: 16 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,37 @@ appraise "rails-5-1" do

# Rails 5 does not have built-in support for ActionCable tests.
gem "action-cable-testing"

# mimemagic releases < 0.3.8 have been yanked from rubygems.org
# because of a license violation problem
gem "mimemagic", "~> 0.3.10"
end

appraise "rails-5-2" do
gem "rails", "~> 5.2.0"

# Rails 5 does not have built-in support for ActionCable tests.
gem "action-cable-testing"

# mimemagic releases < 0.3.8 have been yanked from rubygems.org
# because of a license violation problem
gem "mimemagic", "~> 0.3.10"
end

appraise "rails-6-0" do
gem "rails", "~> 6.0.0"

# mimemagic releases < 0.3.8 have been yanked from rubygems.org
# because of a license violation problem
gem "mimemagic", "~> 0.3.10"
end

appraise "rails-6-1" do
gem "rails", "~> 6.1.0"

# mimemagic releases < 0.3.8 have been yanked from rubygems.org
# because of a license violation problem
gem "mimemagic", "~> 0.3.10"
end

appraise "rails-main" do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_5_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ gem "sqlite3"
gem "appraisal"
gem "rails", "~> 5.1.7"
gem "action-cable-testing"
gem "mimemagic", "~> 0.3.10"

gemspec path: "../"
4 changes: 4 additions & 0 deletions gemfiles/rails_5_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ GEM
mail (2.7.1)
mini_mime (>= 0.1.1)
method_source (1.0.0)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
minitest (5.14.3)
nio4r (2.5.4)
Expand Down Expand Up @@ -219,6 +222,7 @@ DEPENDENCIES
appraisal
capybara (>= 2.15, < 4.0)
generator_spec
mimemagic (~> 0.3.10)
motion!
pry
puma
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_5_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ gem "sqlite3"
gem "appraisal"
gem "rails", "~> 5.2.0"
gem "action-cable-testing"
gem "mimemagic", "~> 0.3.10"

gemspec path: "../"
3 changes: 2 additions & 1 deletion gemfiles/rails_5_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (1.0.0)
mimemagic (0.3.5)
mimemagic (0.3.10)
mini_mime (1.0.2)
minitest (5.14.3)
nio4r (2.5.4)
Expand Down Expand Up @@ -229,6 +229,7 @@ DEPENDENCIES
appraisal
capybara (>= 2.15, < 4.0)
generator_spec
mimemagic (~> 0.3.10)
motion!
pry
puma
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ gem "webpacker"
gem "sqlite3"
gem "appraisal"
gem "rails", "~> 6.0.0"
gem "mimemagic", "~> 0.3.10"

gemspec path: "../"
3 changes: 2 additions & 1 deletion gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (1.0.0)
mimemagic (0.3.5)
mimemagic (0.3.10)
mini_mime (1.0.2)
minitest (5.14.3)
nio4r (2.5.4)
Expand Down Expand Up @@ -242,6 +242,7 @@ DEPENDENCIES
appraisal
capybara (>= 2.15, < 4.0)
generator_spec
mimemagic (~> 0.3.10)
motion!
pry
puma
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ gem "webpacker"
gem "sqlite3"
gem "appraisal"
gem "rails", "~> 6.1.0"
gem "mimemagic", "~> 0.3.10"

gemspec path: "../"
3 changes: 2 additions & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (1.0.0)
mimemagic (0.3.5)
mimemagic (0.3.10)
mini_mime (1.0.2)
minitest (5.14.3)
nio4r (2.5.4)
Expand Down Expand Up @@ -245,6 +245,7 @@ DEPENDENCIES
appraisal
capybara (>= 2.15, < 4.0)
generator_spec
mimemagic (~> 0.3.10)
motion!
pry
puma
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (1.0.0)
mimemagic (0.3.5)
mimemagic (0.3.10)
mini_mime (1.0.2)
minitest (5.14.3)
nio4r (2.5.4)
Expand Down

0 comments on commit bc29bb5

Please sign in to comment.