Skip to content

Commit

Permalink
Update lockfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 26, 2010
1 parent 24f9d33 commit 6c13777
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ci/Gemfile.rails-3.x
@@ -1,6 +1,6 @@
source :rubygems

gem 'activerecord', '~> 3'
gem 'activesupport', '~> 3'
gem 'activerecord', '~> 3.0.0'
gem 'activesupport', '~> 3.0.0'
gem 'sqlite3-ruby'
gem 'mocha'
13 changes: 7 additions & 6 deletions ci/Gemfile.rails-3.x.lock
@@ -1,15 +1,16 @@
GEM
remote: http://rubygems.org/
specs:
activemodel (3.0.0)
activesupport (= 3.0.0)
activemodel (3.0.1)
activesupport (= 3.0.1)
builder (~> 2.1.2)
i18n (~> 0.4.1)
activerecord (3.0.0)
activemodel (= 3.0.0)
activesupport (= 3.0.0)
activerecord (3.0.1)
activemodel (= 3.0.1)
activesupport (= 3.0.1)
arel (~> 1.0.0)
tzinfo (~> 0.3.23)
activesupport (3.0.0)
activesupport (3.0.1)
arel (1.0.1)
activesupport (~> 3.0.0)
builder (2.1.2)
Expand Down

0 comments on commit 6c13777

Please sign in to comment.