view Gemfile.lock @ 179:b224cf75a759

Update gems
author nanaya <me@nanaya.pro>
date Sat, 13 Oct 2018 14:36:14 +0900
parents aa78d1eeb6e5
children 0c101c8169e4
line wrap: on
line source

GEM
  remote: https://rubygems.org/
  specs:
    actionpack (5.2.1)
      actionview (= 5.2.1)
      activesupport (= 5.2.1)
      rack (~> 2.0)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (5.2.1)
      activesupport (= 5.2.1)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
    activesupport (5.2.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.5.2)
      public_suffix (>= 2.0.2, < 4.0)
    buftok (0.2.0)
    builder (3.2.3)
    concurrent-ruby (1.0.5)
    concurrent-ruby (1.0.5-java)
    crass (1.0.4)
    domain_name (0.5.20180417)
      unf (>= 0.0.5, < 1.0.0)
    equalizer (0.0.11)
    erubi (1.7.1)
    http (3.3.0)
      addressable (~> 2.3)
      http-cookie (~> 1.0)
      http-form_data (~> 2.0)
      http_parser.rb (~> 0.6.0)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
    http-form_data (2.1.1)
    http_parser.rb (0.6.0)
    http_parser.rb (0.6.0-java)
    i18n (1.1.0)
      concurrent-ruby (~> 1.0)
    idn-ruby (0.1.0)
    kgio (2.11.2)
    loofah (2.2.2)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    memoizable (0.4.2)
      thread_safe (~> 0.3, >= 0.3.1)
    method_source (0.9.0)
    mini_portile2 (2.3.0)
    minitest (5.11.3)
    multipart-post (2.0.0)
    naught (1.1.0)
    newrelic_rpm (5.4.0.347)
    nokogiri (1.8.5)
      mini_portile2 (~> 2.3.0)
    nokogiri (1.8.5-java)
    nokogiri (1.8.5-x86-mingw32)
      mini_portile2 (~> 2.3.0)
    public_suffix (3.0.3)
    puma (3.12.0)
    puma (3.12.0-java)
    rack (2.0.5)
    rack-test (1.1.0)
      rack (>= 1.0, < 3)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.0.4)
      loofah (~> 2.2, >= 2.2.2)
    railties (5.2.1)
      actionpack (= 5.2.1)
      activesupport (= 5.2.1)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.19.0, < 2.0)
    raindrops (0.19.0)
    rake (12.3.1)
    redis (4.0.2)
    redis-actionpack (5.0.2)
      actionpack (>= 4.0, < 6)
      redis-rack (>= 1, < 3)
      redis-store (>= 1.1.0, < 2)
    redis-activesupport (5.0.7)
      activesupport (>= 3, < 6)
      redis-store (>= 1.3, < 2)
    redis-rack (2.0.4)
      rack (>= 1.5, < 3)
      redis-store (>= 1.2, < 2)
    redis-rails (5.0.2)
      redis-actionpack (>= 5.0, < 6)
      redis-activesupport (>= 5.0, < 6)
      redis-store (>= 1.2, < 2)
    redis-store (1.6.0)
      redis (>= 2.2, < 5)
    simple_oauth (0.3.1)
    thor (0.20.0)
    thread_safe (0.3.6)
    thread_safe (0.3.6-java)
    twitter (6.2.0)
      addressable (~> 2.3)
      buftok (~> 0.2.0)
      equalizer (~> 0.0.11)
      http (~> 3.0)
      http-form_data (~> 2.0)
      http_parser.rb (~> 0.6.0)
      memoizable (~> 0.4.0)
      multipart-post (~> 2.0)
      naught (~> 1.0)
      simple_oauth (~> 0.3.0)
    twitter-text (2.1.0)
      idn-ruby
      unf (~> 0.1.0)
    tzinfo (1.2.5)
      thread_safe (~> 0.1)
    unf (0.1.4)
      unf_ext
    unf (0.1.4-java)
    unf_ext (0.0.7.5)
    unf_ext (0.0.7.5-x86-mingw32)
    unicorn (5.4.1)
      kgio (~> 2.6)
      raindrops (~> 0.7)

PLATFORMS
  java
  ruby
  x86-mingw32

DEPENDENCIES
  actionpack (~> 5.2.0)
  actionview (~> 5.2.0)
  newrelic_rpm
  puma
  railties (~> 5.2.0)
  redis
  redis-rails
  redis-store
  twitter
  twitter-text
  unicorn

BUNDLED WITH
   1.16.1