Skip to content

Commit

Permalink
Bump gem version requirements for ActiveRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jan 18, 2013
1 parent b095f24 commit 253b6f0
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions Appraisals
@@ -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
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.0.gemfile
Expand Up @@ -2,6 +2,6 @@

source "http://rubygems.org"

gem "activerecord", "~> 3.0.18"
gem "activerecord", "~> 3.0.19"

gemspec :path=>"../"
2 changes: 1 addition & 1 deletion gemfiles/3.0.gemfile.lock
Expand Up @@ -67,7 +67,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.0.18)
activerecord (~> 3.0.19)
appraisal (~> 0.5.1)
aruba
bourne
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.1.gemfile
Expand Up @@ -2,6 +2,6 @@

source "http://rubygems.org"

gem "activerecord", "~> 3.1.9"
gem "activerecord", "~> 3.1.10"

gemspec :path=>"../"
14 changes: 7 additions & 7 deletions gemfiles/3.1.gemfile.lock
Expand Up @@ -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
Expand Down Expand Up @@ -68,7 +68,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.1.9)
activerecord (~> 3.1.10)
appraisal (~> 0.5.1)
aruba
bourne
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile
Expand Up @@ -2,6 +2,6 @@

source "http://rubygems.org"

gem "activerecord", "~> 3.2.10"
gem "activerecord", "~> 3.2.11"

gemspec :path=>"../"
14 changes: 7 additions & 7 deletions gemfiles/3.2.gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -68,7 +68,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.2.10)
activerecord (~> 3.2.11)
appraisal (~> 0.5.1)
aruba
bourne
Expand Down

0 comments on commit 253b6f0

Please sign in to comment.