README.md in capybara-firebug-1.2.3 vs README.md in capybara-firebug-1.3.0

- old
+ new

@@ -16,14 +16,15 @@ using bundler, you will also need to specify the correct debugging gem in your Gemfile: `gem 'ruby-debug'` for 1.8, `gem 'ruby-debug19'` for 1.9.) ## Firebug Versions -By default, this gem uses Firebug 1.10.2, which is compatible with Firefox 13-16. +By default, this gem uses Firebug 1.11.0, which is compatible with Firefox 17-20. -If you want to use Firebug 1.7.3 (compatible with Firefox 3.6, 4, and 5) or 1.9.1 -(compatible with Firefox 6-13), you need to explicitly specify the firebug_version -setting in your `capybara.rb` support file: +If you want to use Firebug 1.7.3 (compatible with Firefox 3.6, 4, and 5), 1.9.2 +(compatible with Firefox 6-13), or 1.10.6 (compatible with Firefox 13-18), you +need to explicitly specify the firebug_version setting in your `capybara.rb` +support file: # located in features/support/capybara.rb or similar require 'capybara/firebug' Selenium::WebDriver::Firefox::Profile.firebug_version = '1.7.3'