Guest User

gemfile.lock

a guest
Nov 10th, 2013
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 2.96 KB | None | 0 0
  1. GEM
  2.   remote: https://rubygems.org/
  3.   specs:
  4.     actionmailer (4.0.0)
  5.       actionpack (= 4.0.0)
  6.       mail (~> 2.5.3)
  7.     actionpack (4.0.0)
  8.       activesupport (= 4.0.0)
  9.       builder (~> 3.1.0)
  10.       erubis (~> 2.7.0)
  11.       rack (~> 1.5.2)
  12.       rack-test (~> 0.6.2)
  13.     activemodel (4.0.0)
  14.       activesupport (= 4.0.0)
  15.       builder (~> 3.1.0)
  16.     activerecord (4.0.0)
  17.       activemodel (= 4.0.0)
  18.       activerecord-deprecated_finders (~> 1.0.2)
  19.       activesupport (= 4.0.0)
  20.       arel (~> 4.0.0)
  21.     activerecord-deprecated_finders (1.0.3)
  22.     activesupport (4.0.0)
  23.       i18n (~> 0.6, >= 0.6.4)
  24.       minitest (~> 4.2)
  25.       multi_json (~> 1.3)
  26.       thread_safe (~> 0.1)
  27.       tzinfo (~> 0.3.37)
  28.     arel (4.0.1)
  29.     atomic (1.1.14)
  30.     builder (3.1.4)
  31.     coffee-rails (4.0.1)
  32.       coffee-script (>= 2.2.0)
  33.       railties (>= 4.0.0, < 5.0)
  34.     coffee-script (2.2.0)
  35.       coffee-script-source
  36.       execjs
  37.     coffee-script-source (1.6.3)
  38.     erubis (2.7.0)
  39.     execjs (2.0.2)
  40.     hike (1.2.3)
  41.     i18n (0.6.5)
  42.     jbuilder (1.5.2)
  43.       activesupport (>= 3.0.0)
  44.       multi_json (>= 1.2.0)
  45.     jquery-rails (3.0.4)
  46.       railties (>= 3.0, < 5.0)
  47.       thor (>= 0.14, < 2.0)
  48.     json (1.8.1)
  49.     mail (2.5.4)
  50.       mime-types (~> 1.16)
  51.       treetop (~> 1.4.8)
  52.     meta_search (0.5.4)
  53.       actionpack (>= 3.0.0.beta4)
  54.       activerecord (>= 3.0.0.beta4)
  55.       activesupport (>= 3.0.0.beta4)
  56.       arel (>= 0.4.0)
  57.     mime-types (1.25)
  58.     minitest (4.7.5)
  59.     multi_json (1.8.2)
  60.     mysql2 (0.3.14)
  61.     pg (0.17.0)
  62.     polyglot (0.3.3)
  63.     rack (1.5.2)
  64.     rack-test (0.6.2)
  65.       rack (>= 1.0)
  66.     rails (4.0.0)
  67.       actionmailer (= 4.0.0)
  68.       actionpack (= 4.0.0)
  69.       activerecord (= 4.0.0)
  70.       activesupport (= 4.0.0)
  71.       bundler (>= 1.3.0, < 2.0)
  72.       railties (= 4.0.0)
  73.       sprockets-rails (~> 2.0.0)
  74.     railties (4.0.0)
  75.       actionpack (= 4.0.0)
  76.       activesupport (= 4.0.0)
  77.       rake (>= 0.8.7)
  78.       thor (>= 0.18.1, < 2.0)
  79.     rake (10.1.0)
  80.     rdoc (3.12.2)
  81.       json (~> 1.4)
  82.     sass (3.2.12)
  83.     sass-rails (4.0.1)
  84.       railties (>= 4.0.0, < 5.0)
  85.       sass (>= 3.1.10)
  86.       sprockets-rails (~> 2.0.0)
  87.     sdoc (0.3.20)
  88.       json (>= 1.1.3)
  89.       rdoc (~> 3.10)
  90.     sprockets (2.10.0)
  91.       hike (~> 1.2)
  92.       multi_json (~> 1.0)
  93.       rack (~> 1.0)
  94.       tilt (~> 1.1, != 1.3.0)
  95.     sprockets-rails (2.0.1)
  96.       actionpack (>= 3.0)
  97.       activesupport (>= 3.0)
  98.       sprockets (~> 2.8)
  99.     thor (0.18.1)
  100.     thread_safe (0.1.3)
  101.       atomic
  102.     tilt (1.4.1)
  103.     treetop (1.4.15)
  104.       polyglot
  105.       polyglot (>= 0.3.1)
  106.     turbolinks (1.3.0)
  107.       coffee-rails
  108.     tzinfo (0.3.38)
  109.     uglifier (2.3.1)
  110.       execjs (>= 0.3.0)
  111.       json (>= 1.8.0)
  112.  
  113. PLATFORMS
  114.   ruby
  115.  
  116. DEPENDENCIES
  117.   coffee-rails (~> 4.0.0)
  118.   jbuilder (~> 1.2)
  119.   jquery-rails
  120.   meta_search
  121.   mysql2
  122.   pg
  123.   rails (= 4.0.0)
  124.   sass-rails (~> 4.0.0)
  125.   sdoc
  126.   turbolinks
  127.   uglifier (>= 1.3.0)
Advertisement
Add Comment
Please, Sign In to add comment