Skip to content

Commit

Permalink
[gem] Update mimemagic because of license
Browse files Browse the repository at this point in the history
The gem version has been yanked because of some licensing issues

mimemagicrb/mimemagic#98
  • Loading branch information
hallelujah committed Apr 20, 2021
1 parent 27ff232 commit 00788dc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Gemfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ group :development, :test do
end
end

gem 'nokogiri', '>= 1.6.8'
gem 'mimemagic', '~> 0.3.10'
gem 'nokogiri', '~> 1.10.10'
gem 'dalli', '~> 2.7'
gem 'secure_headers', '~> 6.3.0'
gem 'faraday', '~> 0.15.3'
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,9 @@ GEM
method_source (1.0.0)
middleware (0.1.0)
mime-types (2.99.3)
mimemagic (0.3.2)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.10.3)
Expand Down Expand Up @@ -892,12 +894,13 @@ DEPENDENCIES
mechanize
message_bus (~> 2.0.2)
message_bus_client!
mimemagic (~> 0.3.10)
minitest (= 5.10.3)
minitest-reporters
minitest-stub-const
mocha (~> 1.1.0)
mysql2 (~> 0.5.3)
nokogiri (>= 1.6.8)
nokogiri (~> 1.10.10)
non-stupid-digest-assets (~> 1.0)
oauth2 (~> 1.4)
open_id_authentication
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.prod.lock
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,9 @@ GEM
method_source (1.0.0)
middleware (0.1.0)
mime-types (2.99.3)
mimemagic (0.3.2)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.10.3)
Expand Down Expand Up @@ -893,13 +895,14 @@ DEPENDENCIES
mechanize
message_bus (~> 2.0.2)
message_bus_client!
mimemagic (~> 0.3.10)
minitest (= 5.10.3)
minitest-reporters
minitest-stub-const
mocha (~> 1.1.0)
mysql2 (~> 0.5.3)
newrelic_rpm (~> 5.6)
nokogiri (>= 1.6.8)
nokogiri (~> 1.10.10)
non-stupid-digest-assets (~> 1.0)
oauth2 (~> 1.4)
open_id_authentication
Expand Down
2 changes: 1 addition & 1 deletion doc/licenses/licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@
</dependency>
<dependency>
<packageName>mimemagic</packageName>
<version>0.3.2</version>
<version>0.3.10</version>
<licenses>
<license>
<name>MIT</name>
Expand Down

0 comments on commit 00788dc

Please sign in to comment.