Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump to support capybara 2.4.
  • Loading branch information
BrentWheeldon committed Jul 7, 2014
1 parent bb36ddf commit b02f737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion capybara-email.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.version = Capybara::Email::VERSION

gem.add_dependency 'mail'
gem.add_dependency 'capybara', '~> 2.3'
gem.add_dependency 'capybara', '~> 2.4'
gem.add_development_dependency 'actionmailer', '> 3.0'
gem.add_development_dependency 'bourne'
gem.add_development_dependency 'rspec'
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/email/version.rb
@@ -1,5 +1,5 @@
module Capybara
module Email
VERSION = '2.3.0'
VERSION = '2.4.0'
end
end

0 comments on commit b02f737

Please sign in to comment.