Bump Capybara 2.1 appraisal to beta1

This commit is contained in:
Matthew Horan 2013-03-20 23:55:26 -04:00
parent 136e0e2bb7
commit 8be4f316c5
6 changed files with 16 additions and 23 deletions

View File

@ -6,7 +6,6 @@ rvm:
matrix:
allow_failures:
- rvm: rbx-19mode
- gemfile: gemfiles/2.1.gemfile
exclude:
- rvm: 1.9.3
gemfile: gemfiles/2.0.gemfile

View File

@ -3,5 +3,5 @@ appraise "2.0" do
end
appraise "2.1" do
gem "capybara", github: "jnicklas/capybara", submodules: true
gem "capybara", "~> 2.1.0.beta1"
end

View File

@ -1,6 +1,6 @@
# This file was generated by Appraisal
source "http://rubygems.org"
source "https://rubygems.org"
gem "capybara", "~> 2.0.2"

View File

@ -6,7 +6,7 @@ PATH
json
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
appraisal (0.4.1)
bundler

View File

@ -1,7 +1,7 @@
# This file was generated by Appraisal
source "http://rubygems.org"
source "https://rubygems.org"
gem "capybara", :github=>"jnicklas/capybara", :submodules=>true
gem "capybara", "~> 2.1.0.beta1"
gemspec :path=>"../"

View File

@ -1,17 +1,3 @@
GIT
remote: git://github.com/jnicklas/capybara.git
revision: 458bb23a5cc17199aa0989fb0a0b6fb2617be74e
submodules: true
specs:
capybara (2.0.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 1.0.0)
xpath (1.0.0)
nokogiri (~> 1.3)
PATH
remote: /home/mhoran/capybara-webkit
specs:
@ -20,11 +6,17 @@ PATH
json
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
appraisal (0.4.1)
bundler
rake
capybara (2.1.0.beta1)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (>= 2.0.0.beta1)
childprocess (0.3.8)
ffi (~> 1.0, >= 1.0.11)
diff-lcs (1.1.3)
@ -34,7 +26,7 @@ GEM
mini_magick (3.5.0)
subexec (~> 0.2.1)
multi_json (1.6.1)
nokogiri (1.5.6)
nokogiri (1.5.7)
rack (1.5.2)
rack-protection (1.3.2)
rack
@ -62,13 +54,15 @@ GEM
subexec (0.2.2)
tilt (1.3.3)
websocket (1.0.7)
xpath (2.0.0.beta1)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
appraisal (~> 0.4.0)
capybara!
capybara (~> 2.1.0.beta1)
capybara-webkit!
mini_magick
rake