Skip to content

Commit

Permalink
update rails
Browse files Browse the repository at this point in the history
Former-commit-id: fd8dc80e346d40c545b5e8ab5a2790de2214e550 [formerly abe51467865f568558e0b044cd93b3e097e4b91b] [formerly b88ef1408ccff6aaa4bdfc33423ea4d7d356a7ee [formerly b88ef1408ccff6aaa4bdfc33423ea4d7d356a7ee [formerly aa51b095cbf89a4a4b1d95f9218f627ea94b10a8]]]
Former-commit-id: 6ce5376937fa0e29a501e3515317ba6ac6905f51 [formerly 3a23ada4ac844a9c63dd613bc8287c6c428fb820]
Former-commit-id: 7fb40054d28036f8382c6b7f6af7893058b89e72
Former-commit-id: 8bb2fa2
  • Loading branch information
tkriplean committed Dec 13, 2013
1 parent 109c827 commit d687913
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,33 +63,33 @@ PATH
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.15)
actionpack (= 3.2.15)
actionmailer (3.2.16)
actionpack (= 3.2.16)
mail (~> 2.5.4)
actionmailer-with-request (0.4.0)
rails (>= 3)
actionpack (3.2.15)
activemodel (= 3.2.15)
activesupport (= 3.2.15)
actionpack (3.2.16)
activemodel (= 3.2.16)
activesupport (= 3.2.16)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.15)
activesupport (= 3.2.15)
activemodel (3.2.16)
activesupport (= 3.2.16)
builder (~> 3.0.0)
activerecord (3.2.15)
activemodel (= 3.2.15)
activesupport (= 3.2.15)
activerecord (3.2.16)
activemodel (= 3.2.16)
activesupport (= 3.2.16)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.15)
activemodel (= 3.2.15)
activesupport (= 3.2.15)
activesupport (3.2.15)
activeresource (3.2.16)
activemodel (= 3.2.16)
activesupport (= 3.2.16)
activesupport (3.2.16)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
acts_as_tenant (0.3.1)
Expand Down Expand Up @@ -185,7 +185,7 @@ GEM
http_parser.rb
http_parser.rb (0.5.3)
httpauth (0.2.0)
i18n (0.6.5)
i18n (0.6.9)
image_optim (0.9.1)
exifr (~> 1.1.3)
fspath (~> 2.0.5)
Expand Down Expand Up @@ -299,14 +299,14 @@ GEM
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.15)
actionmailer (= 3.2.15)
actionpack (= 3.2.15)
activerecord (= 3.2.15)
activeresource (= 3.2.15)
activesupport (= 3.2.15)
rails (3.2.16)
actionmailer (= 3.2.16)
actionpack (= 3.2.16)
activerecord (= 3.2.16)
activeresource (= 3.2.16)
activesupport (= 3.2.16)
bundler (~> 1.0)
railties (= 3.2.15)
railties (= 3.2.16)
rails_admin (0.4.9)
bootstrap-sass (~> 2.2)
builder (~> 3.0)
Expand All @@ -322,9 +322,9 @@ GEM
remotipart (~> 1.0)
safe_yaml (~> 0.6)
sass-rails (~> 3.1)
railties (3.2.15)
actionpack (= 3.2.15)
activesupport (= 3.2.15)
railties (3.2.16)
actionpack (= 3.2.16)
activesupport (= 3.2.16)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
Expand Down

0 comments on commit d687913

Please sign in to comment.