Update versions of Rails for Appraisal

This commit is contained in:
Joshua Clayton 2013-11-02 12:59:33 -04:00
parent b5272bd66a
commit 13da5014a5
7 changed files with 53 additions and 55 deletions

View File

@ -3,9 +3,9 @@ appraise "3.1" do
end
appraise "3.2" do
gem "activerecord", "~> 3.2.13"
gem "activerecord", "~> 3.2.15"
end
appraise '4.0' do
gem 'activerecord', "~> 4.0.0"
gem 'activerecord', "~> 4.0.1"
end

View File

@ -68,7 +68,7 @@ GEM
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sqlite3 (1.3.7)
sqlite3 (1.3.8)
thread_safe (0.1.2)
atomic
thread_safe (0.1.2-java)

View File

@ -48,7 +48,7 @@ GEM
mocha (0.13.3)
metaclass (~> 0.0.1)
multi_json (1.7.7)
rake (10.0.4)
rake (10.1.0)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
@ -61,7 +61,7 @@ GEM
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sqlite3 (1.3.7)
sqlite3 (1.3.8)
timecop (0.6.1)
tzinfo (0.3.37)
yard (0.8.6.1)

View File

@ -2,6 +2,6 @@
source "http://rubygems.org"
gem "activerecord", "~> 3.2.13"
gem "activerecord", "~> 3.2.15"
gemspec :path=>"../"

View File

@ -1,5 +1,5 @@
PATH
remote: ../
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (4.2.0)
activesupport (>= 3.0.0)
@ -7,16 +7,16 @@ PATH
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.13)
activesupport (= 3.2.13)
activemodel (3.2.15)
activesupport (= 3.2.15)
builder (~> 3.0.0)
activerecord (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
activerecord (3.2.15)
activemodel (= 3.2.15)
activesupport (= 3.2.15)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.13)
i18n (= 0.6.1)
activesupport (3.2.15)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
appraisal (0.5.2)
bundler
@ -26,8 +26,8 @@ GEM
childprocess (>= 0.3.6)
cucumber (>= 1.1.1)
rspec-expectations (>= 2.7.0)
bourne (1.4.0)
mocha (~> 0.13.2)
bourne (1.5.0)
mocha (>= 0.13.2, < 0.15)
builder (3.0.4)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
@ -37,18 +37,15 @@ GEM
gherkin (~> 2.11.7)
multi_json (~> 1.3)
diff-lcs (1.1.3)
ffi (1.9.0)
ffi (1.9.0-java)
ffi (1.9.3)
gherkin (2.11.8)
multi_json (~> 1.3)
gherkin (2.11.8-java)
multi_json (~> 1.3)
i18n (0.6.1)
i18n (0.6.5)
metaclass (0.0.1)
mocha (0.13.3)
mocha (0.14.0)
metaclass (~> 0.0.1)
multi_json (1.7.7)
rake (10.0.4)
multi_json (1.8.2)
rake (10.1.0)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
@ -61,17 +58,16 @@ GEM
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sqlite3 (1.3.7)
timecop (0.6.1)
tzinfo (0.3.37)
yard (0.8.6.1)
sqlite3 (1.3.8)
timecop (0.6.3)
tzinfo (0.3.38)
yard (0.8.7.3)
PLATFORMS
java
ruby
DEPENDENCIES
activerecord (~> 3.2.13)
activerecord (~> 3.2.15)
appraisal (~> 0.5.1)
aruba
bourne

View File

@ -2,6 +2,6 @@
source "http://rubygems.org"
gem "activerecord", "~> 4.0.0"
gem "activerecord", "~> 4.0.1"
gemspec :path=>"../"

View File

@ -1,5 +1,5 @@
PATH
remote: ../
remote: ..
specs:
factory_girl (4.2.0)
activesupport (>= 3.0.0)
@ -7,16 +7,16 @@ PATH
GEM
remote: http://rubygems.org/
specs:
activemodel (4.0.0)
activesupport (= 4.0.0)
activemodel (4.0.1)
activesupport (= 4.0.1)
builder (~> 3.1.0)
activerecord (4.0.0)
activemodel (= 4.0.0)
activerecord (4.0.1)
activemodel (= 4.0.1)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.0)
activesupport (= 4.0.1)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.0)
activesupport (4.0.1)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
@ -25,15 +25,15 @@ GEM
appraisal (0.5.2)
bundler
rake
arel (4.0.0)
arel (4.0.1)
aruba (0.5.3)
childprocess (>= 0.3.6)
cucumber (>= 1.1.1)
rspec-expectations (>= 2.7.0)
atomic (1.1.10)
atomic (1.1.10-java)
bourne (1.4.0)
mocha (~> 0.13.2)
atomic (1.1.14)
atomic (1.1.14-java)
bourne (1.5.0)
mocha (>= 0.13.2, < 0.15)
builder (3.1.4)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
@ -43,19 +43,19 @@ GEM
gherkin (~> 2.11.7)
multi_json (~> 1.3)
diff-lcs (1.1.3)
ffi (1.9.0)
ffi (1.9.0-java)
ffi (1.9.3)
ffi (1.9.3-java)
gherkin (2.11.8)
multi_json (~> 1.3)
gherkin (2.11.8-java)
multi_json (~> 1.3)
i18n (0.6.4)
i18n (0.6.5)
metaclass (0.0.1)
minitest (4.7.5)
mocha (0.13.3)
mocha (0.14.0)
metaclass (~> 0.0.1)
multi_json (1.7.7)
rake (10.0.4)
multi_json (1.8.2)
rake (10.1.0)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
@ -68,19 +68,21 @@ GEM
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sqlite3 (1.3.7)
thread_safe (0.1.0)
sqlite3 (1.3.8)
thread_safe (0.1.3)
atomic
timecop (0.6.1)
tzinfo (0.3.37)
yard (0.8.6.1)
thread_safe (0.1.3-java)
atomic
timecop (0.6.3)
tzinfo (0.3.38)
yard (0.8.7.3)
PLATFORMS
java
ruby
DEPENDENCIES
activerecord (~> 4.0.0)
activerecord (~> 4.0.1)
appraisal (~> 0.5.1)
aruba
bourne