Skip to content

Commit

Permalink
Updated Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
JangoSteve committed Feb 28, 2012
1 parent 9f676b2 commit 3df56d4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Expand Up @@ -2,26 +2,26 @@ PATH
remote: . remote: .
specs: specs:
jquery-rails (2.0.0) jquery-rails (2.0.0)
railties (>= 3.2.0.beta, < 5.0) railties (>= 3.2.0, < 5.0)
thor (~> 0.14) thor (~> 0.14)


GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
actionpack (3.2.2.rc1) actionpack (3.2.1)
activemodel (= 3.2.2.rc1) activemodel (= 3.2.1)
activesupport (= 3.2.2.rc1) activesupport (= 3.2.1)
builder (~> 3.0.0) builder (~> 3.0.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
journey (~> 1.0.1) journey (~> 1.0.1)
rack (~> 1.4.0) rack (~> 1.4.0)
rack-cache (~> 1.1) rack-cache (~> 1.1)
rack-test (~> 0.6.1) rack-test (~> 0.6.1)
sprockets (~> 2.1.2) sprockets (~> 2.1.2)
activemodel (3.2.2.rc1) activemodel (3.2.1)
activesupport (= 3.2.2.rc1) activesupport (= 3.2.1)
builder (~> 3.0.0) builder (~> 3.0.0)
activesupport (3.2.2.rc1) activesupport (3.2.1)
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
builder (3.0.0) builder (3.0.0)
Expand All @@ -38,9 +38,9 @@ GEM
rack rack
rack-test (0.6.1) rack-test (0.6.1)
rack (>= 1.0) rack (>= 1.0)
railties (3.2.2.rc1) railties (3.2.1)
actionpack (= 3.2.2.rc1) actionpack (= 3.2.1)
activesupport (= 3.2.2.rc1) activesupport (= 3.2.1)
rack-ssl (~> 1.3.2) rack-ssl (~> 1.3.2)
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
Expand Down

0 comments on commit 3df56d4

Please sign in to comment.