Advertisement
Guest User

Untitled

a guest
Jan 29th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 3.76 KB | None | 0 0
  1. GEM
  2.   remote: https://rubygems.org/
  3.   specs:
  4.     actionmailer (3.2.11)
  5.       actionpack (= 3.2.11)
  6.       mail (~> 2.4.4)
  7.     actionpack (3.2.11)
  8.       activemodel (= 3.2.11)
  9.       activesupport (= 3.2.11)
  10.       builder (~> 3.0.0)
  11.       erubis (~> 2.7.0)
  12.       journey (~> 1.0.4)
  13.       rack (~> 1.4.0)
  14.       rack-cache (~> 1.2)
  15.       rack-test (~> 0.6.1)
  16.       sprockets (~> 2.2.1)
  17.     activeadmin (0.5.1)
  18.       arbre (>= 1.0.1)
  19.       bourbon (>= 1.0.0)
  20.       devise (>= 1.1.2)
  21.       fastercsv
  22.       formtastic (>= 2.0.0)
  23.       inherited_resources (>= 1.3.1)
  24.       jquery-rails (>= 1.0.0)
  25.       kaminari (>= 0.13.0)
  26.       meta_search (>= 0.9.2)
  27.       rails (>= 3.0.0)
  28.       sass (>= 3.1.0)
  29.     activemodel (3.2.11)
  30.       activesupport (= 3.2.11)
  31.       builder (~> 3.0.0)
  32.     activerecord (3.2.11)
  33.       activemodel (= 3.2.11)
  34.       activesupport (= 3.2.11)
  35.       arel (~> 3.0.2)
  36.       tzinfo (~> 0.3.29)
  37.     activeresource (3.2.11)
  38.       activemodel (= 3.2.11)
  39.       activesupport (= 3.2.11)
  40.     activesupport (3.2.11)
  41.       i18n (~> 0.6)
  42.       multi_json (~> 1.0)
  43.     arbre (1.0.1)
  44.       activesupport (>= 3.0.0)
  45.     arel (3.0.2)
  46.     bcrypt-ruby (3.0.1)
  47.     bourbon (3.0.1)
  48.       sass (>= 3.2.0)
  49.       thor
  50.     builder (3.0.4)
  51.     coffee-rails (3.2.2)
  52.       coffee-script (>= 2.2.0)
  53.       railties (~> 3.2.0)
  54.     coffee-script (2.2.0)
  55.       coffee-script-source
  56.       execjs
  57.     coffee-script-source (1.4.0)
  58.     devise (2.2.3)
  59.       bcrypt-ruby (~> 3.0)
  60.       orm_adapter (~> 0.1)
  61.       railties (~> 3.1)
  62.       warden (~> 1.2.1)
  63.     erubis (2.7.0)
  64.     execjs (1.4.0)
  65.       multi_json (~> 1.0)
  66.     fastercsv (1.5.5)
  67.     formtastic (2.2.1)
  68.       actionpack (>= 3.0)
  69.     has_scope (0.5.1)
  70.     hike (1.2.1)
  71.     i18n (0.6.1)
  72.     inherited_resources (1.3.1)
  73.       has_scope (~> 0.5.0)
  74.       responders (~> 0.6)
  75.     journey (1.0.4)
  76.     jquery-rails (2.2.0)
  77.       railties (>= 3.0, < 5.0)
  78.       thor (>= 0.14, < 2.0)
  79.     json (1.7.6)
  80.     kaminari (0.14.1)
  81.       actionpack (>= 3.0.0)
  82.       activesupport (>= 3.0.0)
  83.     mail (2.4.4)
  84.       i18n (>= 0.4.0)
  85.       mime-types (~> 1.16)
  86.       treetop (~> 1.4.8)
  87.     meta_search (1.1.3)
  88.       actionpack (~> 3.1)
  89.       activerecord (~> 3.1)
  90.       activesupport (~> 3.1)
  91.       polyamorous (~> 0.5.0)
  92.     mime-types (1.19)
  93.     multi_json (1.5.0)
  94.     orm_adapter (0.4.0)
  95.     polyamorous (0.5.0)
  96.       activerecord (~> 3.0)
  97.     polyglot (0.3.3)
  98.     rack (1.4.4)
  99.     rack-cache (1.2)
  100.       rack (>= 0.4)
  101.     rack-ssl (1.3.2)
  102.       rack
  103.     rack-test (0.6.2)
  104.       rack (>= 1.0)
  105.     rails (3.2.11)
  106.       actionmailer (= 3.2.11)
  107.       actionpack (= 3.2.11)
  108.       activerecord (= 3.2.11)
  109.       activeresource (= 3.2.11)
  110.       activesupport (= 3.2.11)
  111.       bundler (~> 1.0)
  112.       railties (= 3.2.11)
  113.     railties (3.2.11)
  114.       actionpack (= 3.2.11)
  115.       activesupport (= 3.2.11)
  116.       rack-ssl (~> 1.3.2)
  117.       rake (>= 0.8.7)
  118.       rdoc (~> 3.4)
  119.       thor (>= 0.14.6, < 2.0)
  120.     rake (10.0.3)
  121.     rdoc (3.12)
  122.       json (~> 1.4)
  123.     responders (0.9.3)
  124.       railties (~> 3.1)
  125.     sass (3.2.5)
  126.     sass-rails (3.2.6)
  127.       railties (~> 3.2.0)
  128.       sass (>= 3.1.10)
  129.       tilt (~> 1.3)
  130.     sprockets (2.2.2)
  131.       hike (~> 1.2)
  132.       multi_json (~> 1.0)
  133.       rack (~> 1.0)
  134.       tilt (~> 1.1, != 1.3.0)
  135.     sqlite3 (1.3.7)
  136.     thor (0.17.0)
  137.     tilt (1.3.3)
  138.     treetop (1.4.12)
  139.       polyglot
  140.       polyglot (>= 0.3.1)
  141.     tzinfo (0.3.35)
  142.     uglifier (1.3.0)
  143.       execjs (>= 0.3.0)
  144.       multi_json (~> 1.0, >= 1.0.2)
  145.     warden (1.2.1)
  146.       rack (>= 1.0)
  147.  
  148. PLATFORMS
  149.   ruby
  150.  
  151. DEPENDENCIES
  152.   activeadmin
  153.   coffee-rails (~> 3.2.1)
  154.   jquery-rails
  155.   json
  156.   meta_search (>= 1.1.0.pre)
  157.   rails (= 3.2.11)
  158.   sass-rails (~> 3.2.3)
  159.   sqlite3
  160.   uglifier (>= 1.0.3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement