Bump rails gem versions to latest for Appraisal

This commit is contained in:
Matt Jankowski 2013-01-29 16:39:27 -05:00
parent 8687a60667
commit 4b1e0216d8
3 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
appraise "3.0" do
gem "activerecord", "~> 3.0.19"
gem "activerecord", "~> 3.0.20"
end
appraise "3.1" do

View File

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

View File

@ -1,5 +1,5 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
remote: /Users/mjankowski/Development/OpenSource/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.0.19)
activesupport (= 3.0.19)
activemodel (3.0.20)
activesupport (= 3.0.20)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.19)
activemodel (= 3.0.19)
activesupport (= 3.0.19)
activerecord (3.0.20)
activemodel (= 3.0.20)
activesupport (= 3.0.20)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activesupport (3.0.19)
activesupport (3.0.20)
appraisal (0.5.1)
bundler
rake
@ -67,7 +67,7 @@ PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 3.0.19)
activerecord (~> 3.0.20)
appraisal (~> 0.5.1)
aruba
bourne