Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2014
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 5.45 KB | None | 0 0
  1. GEM
  2.   remote: https://rubygems.org/
  3.   specs:
  4.     actionmailer (4.1.5)
  5.       actionpack (= 4.1.5)
  6.       actionview (= 4.1.5)
  7.       mail (~> 2.5.4)
  8.     actionpack (4.1.5)
  9.       actionview (= 4.1.5)
  10.       activesupport (= 4.1.5)
  11.       rack (~> 1.5.2)
  12.       rack-test (~> 0.6.2)
  13.     actionview (4.1.5)
  14.       activesupport (= 4.1.5)
  15.       builder (~> 3.1)
  16.       erubis (~> 2.7.0)
  17.     activemodel (4.1.5)
  18.       activesupport (= 4.1.5)
  19.       builder (~> 3.1)
  20.     activerecord (4.1.5)
  21.       activemodel (= 4.1.5)
  22.       activesupport (= 4.1.5)
  23.       arel (~> 5.0.0)
  24.     activesupport (4.1.5)
  25.       i18n (~> 0.6, >= 0.6.9)
  26.       json (~> 1.7, >= 1.7.7)
  27.       minitest (~> 5.1)
  28.       thread_safe (~> 0.1)
  29.       tzinfo (~> 1.1)
  30.     addressable (2.3.6)
  31.     arel (5.0.1.20140414130214)
  32.     bcrypt (3.1.7)
  33.     better_errors (1.1.0)
  34.       coderay (>= 1.0.0)
  35.       erubis (>= 2.6.6)
  36.     binding_of_caller (0.7.2)
  37.       debug_inspector (>= 0.0.1)
  38.     bootstrap-sass (3.2.0.1)
  39.       sass (~> 3.2)
  40.     builder (3.2.2)
  41.     capybara (2.4.1)
  42.       mime-types (>= 1.16)
  43.       nokogiri (>= 1.3.3)
  44.       rack (>= 1.0.0)
  45.       rack-test (>= 0.5.4)
  46.       xpath (~> 2.0)
  47.     childprocess (0.5.3)
  48.       ffi (~> 1.0, >= 1.0.11)
  49.     coderay (1.1.0)
  50.     coffee-rails (4.0.1)
  51.       coffee-script (>= 2.2.0)
  52.       railties (>= 4.0.0, < 5.0)
  53.     coffee-script (2.3.0)
  54.       coffee-script-source
  55.       execjs
  56.     coffee-script-source (1.7.1)
  57.     database_cleaner (1.3.0)
  58.     debug_inspector (0.0.2)
  59.     devise (3.3.0)
  60.       bcrypt (~> 3.0)
  61.       orm_adapter (~> 0.1)
  62.       railties (>= 3.2.6, < 5)
  63.       thread_safe (~> 0.1)
  64.       warden (~> 1.2.3)
  65.     diff-lcs (1.2.5)
  66.     erubis (2.7.0)
  67.     execjs (2.2.1)
  68.     factory_girl (4.4.0)
  69.       activesupport (>= 3.0.0)
  70.     factory_girl_rails (4.4.1)
  71.       factory_girl (~> 4.4.0)
  72.       railties (>= 3.0.0)
  73.     faker (1.4.3)
  74.       i18n (~> 0.5)
  75.     ffi (1.9.3)
  76.     high_voltage (2.2.1)
  77.     hike (1.2.3)
  78.     i18n (0.6.11)
  79.     interception (0.5)
  80.     jbuilder (2.1.3)
  81.       activesupport (>= 3.0.0, < 5)
  82.       multi_json (~> 1.2)
  83.     jquery-rails (3.1.1)
  84.       railties (>= 3.0, < 5.0)
  85.       thor (>= 0.14, < 2.0)
  86.     json (1.8.1)
  87.     launchy (2.4.2)
  88.       addressable (~> 2.3)
  89.     mail (2.5.4)
  90.       mime-types (~> 1.16)
  91.       treetop (~> 1.4.8)
  92.     method_source (0.8.2)
  93.     mime-types (1.25.1)
  94.     mini_portile (0.6.0)
  95.     minitest (5.4.0)
  96.     multi_json (1.10.1)
  97.     nokogiri (1.6.3.1)
  98.       mini_portile (= 0.6.0)
  99.     orm_adapter (0.5.0)
  100.     polyglot (0.3.5)
  101.     pry (0.10.1)
  102.       coderay (~> 1.1.0)
  103.       method_source (~> 0.8.1)
  104.       slop (~> 3.4)
  105.     pry-rails (0.3.2)
  106.       pry (>= 0.9.10)
  107.     pry-rescue (1.4.1)
  108.       interception (>= 0.5)
  109.       pry
  110.     rack (1.5.2)
  111.     rack-test (0.6.2)
  112.       rack (>= 1.0)
  113.     rails (4.1.5)
  114.       actionmailer (= 4.1.5)
  115.       actionpack (= 4.1.5)
  116.       actionview (= 4.1.5)
  117.       activemodel (= 4.1.5)
  118.       activerecord (= 4.1.5)
  119.       activesupport (= 4.1.5)
  120.       bundler (>= 1.3.0, < 2.0)
  121.       railties (= 4.1.5)
  122.       sprockets-rails (~> 2.0)
  123.     rails_layout (1.0.21)
  124.     railties (4.1.5)
  125.       actionpack (= 4.1.5)
  126.       activesupport (= 4.1.5)
  127.       rake (>= 0.8.7)
  128.       thor (>= 0.18.1, < 2.0)
  129.     rake (10.3.2)
  130.     rdoc (4.1.1)
  131.       json (~> 1.4)
  132.     rspec-collection_matchers (1.0.0)
  133.       rspec-expectations (>= 2.99.0.beta1)
  134.     rspec-core (3.0.4)
  135.       rspec-support (~> 3.0.0)
  136.     rspec-expectations (3.0.4)
  137.       diff-lcs (>= 1.2.0, < 2.0)
  138.       rspec-support (~> 3.0.0)
  139.     rspec-mocks (3.0.4)
  140.       rspec-support (~> 3.0.0)
  141.     rspec-rails (3.0.2)
  142.       actionpack (>= 3.0)
  143.       activesupport (>= 3.0)
  144.       railties (>= 3.0)
  145.       rspec-core (~> 3.0.0)
  146.       rspec-expectations (~> 3.0.0)
  147.       rspec-mocks (~> 3.0.0)
  148.       rspec-support (~> 3.0.0)
  149.     rspec-support (3.0.4)
  150.     rubyzip (1.1.6)
  151.     sass (3.2.19)
  152.     sass-rails (4.0.3)
  153.       railties (>= 4.0.0, < 5.0)
  154.       sass (~> 3.2.0)
  155.       sprockets (~> 2.8, <= 2.11.0)
  156.       sprockets-rails (~> 2.0)
  157.     sdoc (0.4.1)
  158.       json (~> 1.7, >= 1.7.7)
  159.       rdoc (~> 4.0)
  160.     selenium-webdriver (2.42.0)
  161.       childprocess (>= 0.5.0)
  162.       multi_json (~> 1.0)
  163.       rubyzip (~> 1.0)
  164.       websocket (~> 1.0.4)
  165.     simple_form (3.0.2)
  166.       actionpack (~> 4.0)
  167.       activemodel (~> 4.0)
  168.     slop (3.6.0)
  169.     spring (1.1.3)
  170.     sprockets (2.11.0)
  171.       hike (~> 1.2)
  172.       multi_json (~> 1.0)
  173.       rack (~> 1.0)
  174.       tilt (~> 1.1, != 1.3.0)
  175.     sprockets-rails (2.1.3)
  176.       actionpack (>= 3.0)
  177.       activesupport (>= 3.0)
  178.       sprockets (~> 2.8)
  179.     sqlite3 (1.3.9)
  180.     thor (0.19.1)
  181.     thread_safe (0.3.4)
  182.     tilt (1.4.1)
  183.     treetop (1.4.15)
  184.       polyglot
  185.       polyglot (>= 0.3.1)
  186.     turbolinks (2.2.2)
  187.       coffee-rails
  188.     tzinfo (1.2.2)
  189.       thread_safe (~> 0.1)
  190.     uglifier (2.5.3)
  191.       execjs (>= 0.3.0)
  192.       json (>= 1.8.0)
  193.     warden (1.2.3)
  194.       rack (>= 1.0)
  195.     websocket (1.0.7)
  196.     xpath (2.0.0)
  197.       nokogiri (~> 1.3)
  198.  
  199. PLATFORMS
  200.   ruby
  201.  
  202. DEPENDENCIES
  203.   better_errors
  204.   binding_of_caller
  205.   bootstrap-sass
  206.   capybara
  207.   coffee-rails (~> 4.0.0)
  208.   database_cleaner
  209.   devise
  210.   factory_girl_rails
  211.   faker
  212.   high_voltage
  213.   jbuilder (~> 2.0)
  214.   jquery-rails
  215.   json
  216.   launchy
  217.   pry-rails
  218.   pry-rescue
  219.   rails (= 4.1.5)
  220.   rails_layout
  221.   rspec-collection_matchers
  222.   rspec-rails
  223.   sass-rails (~> 4.0.3)
  224.   sdoc (~> 0.4.0)
  225.   selenium-webdriver
  226.   simple_form
  227.   spring
  228.   sqlite3
  229.   turbolinks
  230.   uglifier (>= 1.3.0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement