Bump Appraisal to 2.1.0

Why:

* At some point a while back, Appraisal introduced a bug fix that made
  it possible to run `rspec` through `appraisal` and pass the `-e`
  option to target certain tests. This makes life much easier.
* It's been a while since we've upgraded Appraisal anyway.
This commit is contained in:
Elliot Winkler 2015-09-25 16:15:01 -06:00
parent ef80d2be42
commit dcf2f4a1be
10 changed files with 22 additions and 19 deletions

View File

@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'appraisal', '~> 1.0'
gem 'appraisal', '~> 2.0'
gem 'bundler', '~> 1.1'
gem 'pry', github: 'pry/pry'
gem 'pry-byebug'

View File

@ -10,7 +10,7 @@ GIT
GEM
remote: https://rubygems.org/
specs:
appraisal (1.0.2)
appraisal (2.1.0)
bundler
rake
thor (>= 0.14.0)
@ -45,7 +45,7 @@ PLATFORMS
ruby
DEPENDENCIES
appraisal (~> 1.0)
appraisal (~> 2.0)
bundler (~> 1.1)
fssm
pry!
@ -56,3 +56,6 @@ DEPENDENCIES
rspec-core (>= 3.2.0, < 4)
rspec-expectations (>= 3.2.0, < 4)
yard
BUNDLED WITH
1.10.6

View File

@ -2,7 +2,7 @@
source "https://rubygems.org"
gem "appraisal", "~> 1.0"
gem "appraisal", "~> 2.0"
gem "bundler", "~> 1.1"
gem "pry", :github => "pry/pry"
gem "pry-byebug"

View File

@ -39,7 +39,7 @@ GEM
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
ansi (1.5.0)
appraisal (1.0.3)
appraisal (2.1.0)
bundler
rake
thor (>= 0.14.0)
@ -181,7 +181,7 @@ DEPENDENCIES
activerecord-jdbc-adapter
activerecord-jdbcsqlite3-adapter
activeresource (= 4.0.0)
appraisal (~> 1.0)
appraisal (~> 2.0)
bcrypt-ruby (~> 3.0.0)
bundler (~> 1.1)
coffee-rails (~> 4.0.0)

View File

@ -2,7 +2,7 @@
source "https://rubygems.org"
gem "appraisal", "~> 1.0"
gem "appraisal", "~> 2.0"
gem "bundler", "~> 1.1"
gem "pry", :github => "pry/pry"
gem "pry-byebug"

View File

@ -39,7 +39,7 @@ GEM
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
ansi (1.5.0)
appraisal (1.0.3)
appraisal (2.1.0)
bundler
rake
thor (>= 0.14.0)
@ -183,7 +183,7 @@ DEPENDENCIES
activerecord-jdbc-adapter
activerecord-jdbcsqlite3-adapter
activeresource (= 4.0.0)
appraisal (~> 1.0)
appraisal (~> 2.0)
bcrypt-ruby (~> 3.1.2)
bundler (~> 1.1)
coffee-rails (~> 4.0.0)

View File

@ -2,7 +2,7 @@
source "https://rubygems.org"
gem "appraisal", "~> 1.0"
gem "appraisal", "~> 2.0"
gem "bundler", "~> 1.1"
gem "pry", :github => "pry/pry"
gem "pry-byebug"

View File

@ -41,7 +41,7 @@ GEM
thread_safe (~> 0.1)
tzinfo (~> 1.1)
ansi (1.5.0)
appraisal (1.0.3)
appraisal (2.1.0)
bundler
rake
thor (>= 0.14.0)
@ -77,7 +77,7 @@ GEM
method_source (0.8.2)
mime-types (2.6.2)
minitest (5.8.1)
minitest-reporters (1.1.1)
minitest-reporters (1.1.2)
ansi
builder
minitest (>= 5.0)
@ -178,7 +178,7 @@ DEPENDENCIES
activerecord-jdbc-adapter
activerecord-jdbcsqlite3-adapter
activeresource (= 4.0.0)
appraisal (~> 1.0)
appraisal (~> 2.0)
bcrypt (~> 3.1.7)
bundler (~> 1.1)
coffee-rails (~> 4.0.0)

View File

@ -2,7 +2,7 @@
source "https://rubygems.org"
gem "appraisal", "~> 1.0"
gem "appraisal", "~> 2.0"
gem "bundler", "~> 1.1"
gem "pry", :github => "pry/pry"
gem "pry-byebug"

View File

@ -50,7 +50,7 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
ansi (1.5.0)
appraisal (1.0.3)
appraisal (2.1.0)
bundler
rake
thor (>= 0.14.0)
@ -91,7 +91,7 @@ GEM
mime-types (2.6.2)
mini_portile (0.6.2)
minitest (5.8.1)
minitest-reporters (1.1.1)
minitest-reporters (1.1.2)
ansi
builder
minitest (>= 5.0)
@ -174,8 +174,8 @@ GEM
spring (1.4.0)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
sprockets (3.3.4)
rack (~> 1.0)
sprockets (3.3.5)
rack (> 1, < 3)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
@ -201,7 +201,7 @@ DEPENDENCIES
activerecord-jdbc-adapter
activerecord-jdbcsqlite3-adapter
activeresource (= 4.0.0)
appraisal (~> 1.0)
appraisal (~> 2.0)
bcrypt (~> 3.1.7)
bundler (~> 1.1)
coffee-rails (~> 4.1.0)