mime-types gem is no longer used

This commit is contained in:
Thomas Walpole 2017-11-08 09:13:38 -08:00
parent 0fa9b513fa
commit 41ea3e5627
4 changed files with 2 additions and 7 deletions

View File

@ -1,5 +1,4 @@
source "https://rubygems.org"
gemspec
gem "mime-types", "< 3.0", platforms: [:ruby_19, :jruby_19]
gem "json", "< 2.0", :platforms=>[:ruby_19, :jruby_19]

View File

@ -30,9 +30,8 @@ GEM
launchy (2.4.3-java)
addressable (~> 2.3)
spoon (~> 0.0.1)
mime-types (2.99.3)
mini_magick (4.8.0)
mini_mime (0.1.4)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
mustermann (1.0.1)
nokogiri (1.8.1)
@ -82,11 +81,10 @@ DEPENDENCIES
capybara-webkit!
json (< 2.0)
launchy
mime-types (< 3.0)
mini_magick
rake (< 12.0.0)
rspec (~> 3.5)
sinatra
BUNDLED WITH
1.15.4
1.16.0

View File

@ -2,7 +2,6 @@
source "https://rubygems.org"
gem "mime-types", "< 3.0", platforms: [:ruby_19, :jruby_19]
gem "json", "< 2.0", platforms: [:ruby_19, :jruby_19]
gem "capybara", "~> 2.15.0"
gem "addressable", "< 2.5.0", platforms: [:ruby_19, :jruby_19]

View File

@ -2,7 +2,6 @@
source "https://rubygems.org"
gem "mime-types", "< 3.0", platforms: [:ruby_19, :jruby_19]
gem "json", "< 2.0", platforms: [:ruby_19, :jruby_19]
gem "capybara", github: "jnicklas/capybara"