1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Bump gem version requirements for ActiveRecord

This commit is contained in:
Joshua Clayton 2013-01-18 14:35:12 -05:00
parent b095f24598
commit 253b6f080b
8 changed files with 23 additions and 23 deletions

View file

@ -1,11 +1,11 @@
appraise "3.0" do
gem "activerecord", "~> 3.0.18"
gem "activerecord", "~> 3.0.19"
end
appraise "3.1" do
gem "activerecord", "~> 3.1.9"
gem "activerecord", "~> 3.1.10"
end
appraise "3.2" do
gem "activerecord", "~> 3.2.10"
gem "activerecord", "~> 3.2.11"
end

View file

@ -44,13 +44,13 @@ GEM
json (>= 1.4.6)
gherkin (2.11.5-java)
json (>= 1.4.6)
i18n (0.6.0)
i18n (0.6.1)
json (1.7.5)
json (1.7.5-java)
metaclass (0.0.1)
mocha (0.13.0)
metaclass (~> 0.0.1)
multi_json (1.3.4)
multi_json (1.5.0)
rake (0.9.2.2)
rspec (2.12.0)
rspec-core (~> 2.12.0)

View file

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

View file

@ -67,7 +67,7 @@ PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 3.0.18)
activerecord (~> 3.0.19)
appraisal (~> 0.5.1)
aruba
bourne

View file

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

View file

@ -7,16 +7,16 @@ PATH
GEM
remote: http://rubygems.org/
specs:
activemodel (3.1.9)
activesupport (= 3.1.9)
activemodel (3.1.10)
activesupport (= 3.1.10)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.9)
activemodel (= 3.1.9)
activesupport (= 3.1.9)
activerecord (3.1.10)
activemodel (= 3.1.10)
activesupport (= 3.1.10)
arel (~> 2.2.3)
tzinfo (~> 0.3.29)
activesupport (3.1.9)
activesupport (3.1.10)
multi_json (>= 1.0, < 1.3)
appraisal (0.5.1)
bundler
@ -68,7 +68,7 @@ PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 3.1.9)
activerecord (~> 3.1.10)
appraisal (~> 0.5.1)
aruba
bourne

View file

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

View file

@ -7,15 +7,15 @@ PATH
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.10)
activesupport (= 3.2.10)
activemodel (3.2.11)
activesupport (= 3.2.11)
builder (~> 3.0.0)
activerecord (3.2.10)
activemodel (= 3.2.10)
activesupport (= 3.2.10)
activerecord (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.10)
activesupport (3.2.11)
i18n (~> 0.6)
multi_json (~> 1.0)
appraisal (0.5.1)
@ -68,7 +68,7 @@ PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 3.2.10)
activerecord (~> 3.2.11)
appraisal (~> 0.5.1)
aruba
bourne