Add Capybara 2.4 to Appraisals

This commit is contained in:
Matthew Horan 2014-07-09 09:41:31 -04:00
parent b411f53cfc
commit 6cd0348101
6 changed files with 91 additions and 4 deletions

View File

@ -9,3 +9,7 @@ end
appraise "2.3" do appraise "2.3" do
gem "capybara", "~> 2.3.0" gem "capybara", "~> 2.3.0"
end end
appraise "2.4" do
gem "capybara", "~> 2.4.0"
end

View File

@ -2,7 +2,7 @@ PATH
remote: ../ remote: ../
specs: specs:
capybara-webkit (1.2.0) capybara-webkit (1.2.0)
capybara (>= 2.0.2, < 2.4.0) capybara (>= 2.0.2, < 2.5.0)
json json
GEM GEM
@ -24,7 +24,6 @@ GEM
ffi (1.9.3) ffi (1.9.3)
ffi (1.9.3-java) ffi (1.9.3-java)
json (1.8.1) json (1.8.1)
json (1.8.1-java)
launchy (2.4.2) launchy (2.4.2)
addressable (~> 2.3) addressable (~> 2.3)
launchy (2.4.2-java) launchy (2.4.2-java)

View File

@ -2,7 +2,7 @@ PATH
remote: ../ remote: ../
specs: specs:
capybara-webkit (1.2.0) capybara-webkit (1.2.0)
capybara (>= 2.0.2, < 2.4.0) capybara (>= 2.0.2, < 2.5.0)
json json
GEM GEM

View File

@ -2,7 +2,7 @@ PATH
remote: ../ remote: ../
specs: specs:
capybara-webkit (1.2.0) capybara-webkit (1.2.0)
capybara (>= 2.0.2, < 2.4.0) capybara (>= 2.0.2, < 2.5.0)
json json
GEM GEM

7
gemfiles/2.4.gemfile Normal file
View File

@ -0,0 +1,7 @@
# This file was generated by Appraisal
source "https://rubygems.org"
gem "capybara", "~> 2.4.0"
gemspec :path=>"../"

77
gemfiles/2.4.gemfile.lock Normal file
View File

@ -0,0 +1,77 @@
PATH
remote: ../
specs:
capybara-webkit (1.2.0)
capybara (>= 2.0.2, < 2.5.0)
json
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.6)
appraisal (0.4.1)
bundler
rake
capybara (2.4.1)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.5.3)
ffi (~> 1.0, >= 1.0.11)
diff-lcs (1.2.5)
ffi (1.9.3)
json (1.8.1)
launchy (2.4.2)
addressable (~> 2.3)
mime-types (2.3)
mini_magick (3.7.0)
subexec (~> 0.2.1)
mini_portile (0.6.0)
multi_json (1.10.1)
nokogiri (1.6.2.1)
mini_portile (= 0.6.0)
rack (1.5.2)
rack-protection (1.5.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rake (10.3.2)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.8)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
rubyzip (1.1.6)
selenium-webdriver (2.42.0)
childprocess (>= 0.5.0)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0.4)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
subexec (0.2.3)
tilt (1.4.1)
websocket (1.0.7)
xpath (2.0.0)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
appraisal (~> 0.4.0)
capybara (~> 2.4.0)
capybara-webkit!
launchy
mini_magick
rake
rspec (~> 2.14.0)
selenium-webdriver
sinatra