Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
test against Rails 3.0.10 & 3.1.0
  • Loading branch information
mislav committed Aug 31, 2011
1 parent be12b56 commit e1f4af7
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
54 changes: 27 additions & 27 deletions Gemfile.lock
@@ -1,36 +1,36 @@
GEM
remote: http://rubygems.org/
specs:
actionpack (3.1.0.rc5)
activemodel (= 3.1.0.rc5)
activesupport (= 3.1.0.rc5)
actionpack (3.1.0)
activemodel (= 3.1.0)
activesupport (= 3.1.0)
builder (~> 3.0.0)
erubis (~> 2.7.0)
i18n (~> 0.6)
rack (~> 1.3.1)
rack-cache (~> 1.0.2)
rack-mount (~> 0.8.1)
rack-test (~> 0.6.0)
sprockets (~> 2.0.0.beta.12)
activemodel (3.1.0.rc5)
activesupport (= 3.1.0.rc5)
bcrypt-ruby (~> 2.1.4)
rack (~> 1.3.2)
rack-cache (~> 1.0.3)
rack-mount (~> 0.8.2)
rack-test (~> 0.6.1)
sprockets (~> 2.0.0)
activemodel (3.1.0)
activesupport (= 3.1.0)
bcrypt-ruby (~> 3.0.0)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.0.rc5)
activemodel (= 3.1.0.rc5)
activesupport (= 3.1.0.rc5)
arel (~> 2.1.4)
activerecord (3.1.0)
activemodel (= 3.1.0)
activesupport (= 3.1.0)
arel (~> 2.2.1)
tzinfo (~> 0.3.29)
activeresource (3.1.0.rc5)
activemodel (= 3.1.0.rc5)
activesupport (= 3.1.0.rc5)
activesupport (3.1.0.rc5)
activeresource (3.1.0)
activemodel (= 3.1.0)
activesupport (= 3.1.0)
activesupport (3.1.0)
multi_json (~> 1.0)
addressable (2.2.6)
archive-tar-minitar (0.5.2)
arel (2.1.4)
bcrypt-ruby (2.1.4)
arel (2.2.1)
bcrypt-ruby (3.0.0)
builder (3.0.0)
columnize (0.3.4)
data_objects (0.10.6)
Expand All @@ -51,7 +51,7 @@ GEM
do_sqlite3 (0.10.6)
data_objects (= 0.10.6)
erubis (2.7.0)
hike (1.2.0)
hike (1.2.1)
i18n (0.6.0)
linecache (0.46)
rbx-require-relative (> 0.0.4)
Expand All @@ -63,9 +63,9 @@ GEM
mysql2 (0.3.6)
pg (0.11.0)
rack (1.3.2)
rack-cache (1.0.2)
rack-cache (1.0.3)
rack (>= 0.4)
rack-mount (0.8.1)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-test (0.6.1)
rack (>= 1.0)
Expand Down Expand Up @@ -95,12 +95,12 @@ GEM
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
sequel (3.25.0)
sprockets (2.0.0.beta.12)
sprockets (2.0.0)
hike (~> 1.2)
rack (~> 1.0)
tilt (!= 1.3.0, ~> 1.1)
sqlite3 (1.3.3)
tilt (1.3.2)
sqlite3 (1.3.4)
tilt (1.3.3)
tzinfo (0.3.29)

PLATFORMS
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.rails3.0.lock
Expand Up @@ -2,29 +2,29 @@ GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionpack (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
actionpack (3.0.10)
activemodel (= 3.0.10)
activesupport (= 3.0.10)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.9)
activesupport (= 3.0.9)
activemodel (3.0.10)
activesupport (= 3.0.10)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
activerecord (3.0.10)
activemodel (= 3.0.10)
activesupport (= 3.0.10)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
activesupport (3.0.9)
activeresource (3.0.10)
activemodel (= 3.0.10)
activesupport (= 3.0.10)
activesupport (3.0.10)
archive-tar-minitar (0.5.2)
arel (2.0.10)
builder (2.1.2)
Expand Down

0 comments on commit e1f4af7

Please sign in to comment.