Skip to content

Commit

Permalink
Rails v3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Nov 5, 2012
1 parent 18d9981 commit 0d2bfd9
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -1,28 +1,28 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
actionpack (3.2.1) actionpack (3.2.8)
activemodel (= 3.2.1) activemodel (= 3.2.8)
activesupport (= 3.2.1) activesupport (= 3.2.8)
builder (~> 3.0.0) builder (~> 3.0.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
journey (~> 1.0.1) journey (~> 1.0.4)
rack (~> 1.4.0) rack (~> 1.4.0)
rack-cache (~> 1.1) rack-cache (~> 1.2)
rack-test (~> 0.6.1) rack-test (~> 0.6.1)
sprockets (~> 2.1.2) sprockets (~> 2.1.3)
activemodel (3.2.1) activemodel (3.2.8)
activesupport (= 3.2.1) activesupport (= 3.2.8)
builder (~> 3.0.0) builder (~> 3.0.0)
activesupport (3.2.1) activesupport (3.2.8)
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
addressable (2.2.7) addressable (2.2.7)
archive-tar-minitar (0.5.2) archive-tar-minitar (0.5.2)
bson (1.5.2) bson (1.5.2)
bson_ext (1.5.2) bson_ext (1.5.2)
bson (= 1.5.2) bson (= 1.5.2)
builder (3.0.0) builder (3.0.4)
capybara (1.1.1) capybara (1.1.1)
mime-types (>= 1.16) mime-types (>= 1.16)
nokogiri (>= 1.3.3) nokogiri (>= 1.3.3)
Expand Down Expand Up @@ -79,9 +79,9 @@ GEM
json (>= 1.4.6) json (>= 1.4.6)
hashie (1.2.0) hashie (1.2.0)
hike (1.2.1) hike (1.2.1)
i18n (0.6.0) i18n (0.6.1)
journey (1.0.1) journey (1.0.4)
json (1.6.5) json (1.7.5)
json_pure (1.6.1) json_pure (1.6.1)
launchy (2.0.5) launchy (2.0.5)
addressable (~> 2.2.6) addressable (~> 2.2.6)
Expand All @@ -101,7 +101,7 @@ GEM
daemons (>= 1.0.3) daemons (>= 1.0.3)
fastthread (>= 1.0.1) fastthread (>= 1.0.1)
gem_plugin (>= 0.2.3) gem_plugin (>= 0.2.3)
multi_json (1.0.4) multi_json (1.3.7)
multipart-post (1.1.4) multipart-post (1.1.4)
never-forget (0.1.0) never-forget (0.1.0)
activesupport activesupport
Expand All @@ -128,21 +128,21 @@ GEM
omniauth-twitter (0.0.7) omniauth-twitter (0.0.7)
omniauth-oauth (~> 1.0) omniauth-oauth (~> 1.0)
rack (1.4.1) rack (1.4.1)
rack-cache (1.1) rack-cache (1.2)
rack (>= 0.4) rack (>= 0.4)
rack-ssl (1.3.2) rack-ssl (1.3.2)
rack rack
rack-test (0.6.1) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
rails-behaviors (0.1.2) rails-behaviors (0.1.2)
sprockets (~> 2.0) sprockets (~> 2.0)
railties (3.2.1) railties (3.2.8)
actionpack (= 3.2.1) actionpack (= 3.2.8)
activesupport (= 3.2.1) activesupport (= 3.2.8)
rack-ssl (~> 1.3.2) rack-ssl (~> 1.3.2)
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
thor (~> 0.14.6) thor (>= 0.14.6, < 2.0)
rake (0.9.2.2) rake (0.9.2.2)
rbx-require-relative (0.0.5) rbx-require-relative (0.0.5)
rdoc (3.12) rdoc (3.12)
Expand Down Expand Up @@ -187,7 +187,7 @@ GEM
json_pure json_pure
rubyzip rubyzip
simple_oauth (0.1.5) simple_oauth (0.1.5)
sprockets (2.1.2) sprockets (2.1.3)
hike (~> 1.2) hike (~> 1.2)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
Expand All @@ -197,7 +197,7 @@ GEM
daemons (>= 1.0.9) daemons (>= 1.0.9)
eventmachine (>= 0.12.6) eventmachine (>= 0.12.6)
rack (>= 1.0.0) rack (>= 1.0.0)
thor (0.14.6) thor (0.16.0)
tilt (1.3.3) tilt (1.3.3)
twin (0.1.3) twin (0.1.3)
activesupport (>= 2.3) activesupport (>= 2.3)
Expand Down

0 comments on commit 0d2bfd9

Please sign in to comment.