view Gemfile.lock @ 34:e679ce4f73dd

Remove main rails dependency. Depend on its components instead. Trims out a lot of gems.
author edogawaconan <me@myconan.net>
date Thu, 11 Dec 2014 15:33:14 +0900
parents 89f46bd648f4
children 6267a4188c05
line wrap: on
line source

GEM
  remote: https://rubygems.org/
  specs:
    actionpack (4.1.7)
      actionview (= 4.1.7)
      activesupport (= 4.1.7)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    actionview (4.1.7)
      activesupport (= 4.1.7)
      builder (~> 3.1)
      erubis (~> 2.7.0)
    activesupport (4.1.7)
      i18n (~> 0.6, >= 0.6.9)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.1)
      tzinfo (~> 1.1)
    addressable (2.3.6)
    buftok (0.2.0)
    builder (3.2.2)
    dalli (2.7.2)
    equalizer (0.0.9)
    erubis (2.7.0)
    faraday (0.9.0)
      multipart-post (>= 1.2, < 3)
    http (0.6.2)
      http_parser.rb (~> 0.6.0)
    http_parser.rb (0.6.0)
    http_parser.rb (0.6.0-java)
    i18n (0.6.11)
    json (1.8.1)
    json (1.8.1-java)
    memoizable (0.4.2)
      thread_safe (~> 0.3, >= 0.3.1)
    minitest (5.4.2)
    multipart-post (2.0.0)
    naught (1.0.0)
    rack (1.5.2)
    rack-test (0.6.2)
      rack (>= 1.0)
    railties (4.1.7)
      actionpack (= 4.1.7)
      activesupport (= 4.1.7)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (10.3.2)
    simple_oauth (0.3.0)
    thor (0.19.1)
    thread_safe (0.3.4)
    thread_safe (0.3.4-java)
    twitter (5.13.0)
      addressable (~> 2.3)
      buftok (~> 0.2.0)
      equalizer (~> 0.0.9)
      faraday (~> 0.9.0)
      http (~> 0.6.0)
      http_parser.rb (~> 0.6.0)
      json (~> 1.8)
      memoizable (~> 0.4.0)
      naught (~> 1.0)
      simple_oauth (~> 0.3.0)
    twitter-text (1.10.0)
      unf (~> 0.1.0)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    unf (0.1.4)
      unf_ext
    unf (0.1.4-java)
    unf_ext (0.0.6)
    unf_ext (0.0.6-x86-mingw32)

PLATFORMS
  java
  ruby
  x86-mingw32

DEPENDENCIES
  actionpack (~> 4.1.4)
  actionview (~> 4.1.4)
  dalli
  railties (~> 4.1.4)
  twitter
  twitter-text