Skip to content

Commit

Permalink
Update appraisal gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuckel committed Aug 30, 2012
1 parent c879f76 commit 865a953
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions gemfiles/rails23.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ GEM
activeresource (2.3.14)
activesupport (= 2.3.14)
activesupport (2.3.14)
appraisal (0.4.0)
appraisal (0.4.1)
bundler
rake
bouncy-castle-java (1.5.0146.1)
jruby-openssl (0.7.5)
jruby-openssl (0.7.7)
bouncy-castle-java (>= 1.5.0146.1)
rack (1.1.3)
rails (2.3.14)
Expand Down
16 changes: 8 additions & 8 deletions gemfiles/rails30.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
GEM
remote: http://rubygems.org/
specs:
activemodel (3.0.15)
activesupport (= 3.0.15)
activemodel (3.0.17)
activesupport (= 3.0.17)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.15)
activemodel (= 3.0.15)
activesupport (= 3.0.15)
activerecord (3.0.17)
activemodel (= 3.0.17)
activesupport (= 3.0.17)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activesupport (3.0.15)
appraisal (0.4.0)
activesupport (3.0.17)
appraisal (0.4.1)
bundler
rake
arel (2.0.10)
bouncy-castle-java (1.5.0146.1)
builder (2.1.2)
i18n (0.5.0)
jruby-openssl (0.7.5)
jruby-openssl (0.7.7)
bouncy-castle-java (>= 1.5.0146.1)
rake (0.9.2.2)
tzinfo (0.3.33)
Expand Down
16 changes: 8 additions & 8 deletions gemfiles/rails31.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
GEM
remote: http://rubygems.org/
specs:
activemodel (3.1.6)
activesupport (= 3.1.6)
activemodel (3.1.8)
activesupport (= 3.1.8)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.6)
activemodel (= 3.1.6)
activesupport (= 3.1.6)
activerecord (3.1.8)
activemodel (= 3.1.8)
activesupport (= 3.1.8)
arel (~> 2.2.3)
tzinfo (~> 0.3.29)
activesupport (3.1.6)
activesupport (3.1.8)
multi_json (>= 1.0, < 1.3)
appraisal (0.4.0)
appraisal (0.4.1)
bundler
rake
arel (2.2.3)
bouncy-castle-java (1.5.0146.1)
builder (3.0.0)
i18n (0.6.0)
jruby-openssl (0.7.5)
jruby-openssl (0.7.7)
bouncy-castle-java (>= 1.5.0146.1)
multi_json (1.2.0)
rake (0.9.2.2)
Expand Down
16 changes: 8 additions & 8 deletions gemfiles/rails32.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.6)
activesupport (= 3.2.6)
activemodel (3.2.8)
activesupport (= 3.2.8)
builder (~> 3.0.0)
activerecord (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
activerecord (3.2.8)
activemodel (= 3.2.8)
activesupport (= 3.2.8)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.6)
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
appraisal (0.4.0)
appraisal (0.4.1)
bundler
rake
arel (3.0.2)
bouncy-castle-java (1.5.0146.1)
builder (3.0.0)
i18n (0.6.0)
jruby-openssl (0.7.5)
jruby-openssl (0.7.7)
bouncy-castle-java (>= 1.5.0146.1)
multi_json (1.3.6)
rake (0.9.2.2)
Expand Down

1 comment on commit 865a953

@kares
Copy link
Member

@kares kares commented on 865a953 Sep 2, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe you should do a bundle update activerecord as well ...
also why is rails needed now to run specs for stable 3.x versions 53a51e7 ?

Please sign in to comment.