mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Merge pull request #1038 from twalpole/mime
mime-types gem is no longer used
This commit is contained in:
commit
848dbe3b2f
4 changed files with 2 additions and 7 deletions
1
Gemfile
1
Gemfile
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue