Skip to content

Commit

Permalink
Running tests with rails 3.2.3. Latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
arunagw committed Apr 3, 2012
1 parent 6f495b0 commit c2a1395
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
31 changes: 16 additions & 15 deletions Gemfile.lock
@@ -1,36 +1,37 @@
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.1)
activesupport (= 3.2.1)
activemodel (3.2.3)
activesupport (= 3.2.3)
builder (~> 3.0.0)
activerecord (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
arel (~> 3.0.0)
activerecord (3.2.3)
activemodel (= 3.2.3)
activesupport (= 3.2.3)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.1)
activesupport (3.2.3)
i18n (~> 0.6)
multi_json (~> 1.0)
appraisal (0.4.0)
appraisal (0.4.1)
bundler
rake
arel (3.0.0)
arel (3.0.2)
bouncy-castle-java (1.5.0146.1)
builder (3.0.0)
columnize (0.3.1)
columnize (0.3.6)
i18n (0.6.0)
jruby-openssl (0.7.5)
jruby-openssl (0.7.6.1)
bouncy-castle-java (>= 1.5.0146.1)
mocha (0.9.8)
rake
multi_json (1.0.4)
metaclass (0.0.1)
mocha (0.10.5)
metaclass (~> 0.0.1)
multi_json (1.2.0)
rake (0.9.2.2)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4-java)
tzinfo (0.3.31)
tzinfo (0.3.32)

PLATFORMS
java
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails32.gemfile
Expand Up @@ -5,5 +5,5 @@ source "http://rubygems.org"
gem "rake"
gem "appraisal"
gem "jruby-openssl", :group=>:development
gem "activerecord", "~> 3.2.1"
gem "activerecord", "~> 3.2.3"

0 comments on commit c2a1395

Please sign in to comment.