view Gemfile.lock @ 226:cf3ebc67dab1

Use rails builtin redis cache
author nanaya <me@nanaya.pro>
date Tue, 25 Jan 2022 02:39:04 +0900
parents 657d99f51749
children 2a4ed5b73c73
line wrap: on
line source

GEM
  remote: https://rubygems.org/
  specs:
    actionpack (7.0.1)
      actionview (= 7.0.1)
      activesupport (= 7.0.1)
      rack (~> 2.0, >= 2.2.0)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.2.0)
    actionview (7.0.1)
      activesupport (= 7.0.1)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    activesupport (7.0.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    addressable (2.8.0)
      public_suffix (>= 2.0.2, < 5.0)
    buftok (0.2.0)
    builder (3.2.4)
    concurrent-ruby (1.1.9)
    crass (1.0.6)
    domain_name (0.5.20190701)
      unf (>= 0.0.5, < 1.0.0)
    equalizer (0.0.11)
    erubi (1.10.0)
    ffi (1.15.5)
    ffi (1.15.5-java)
    ffi (1.15.5-x86-mingw32)
    ffi-compiler (1.0.1)
      ffi (>= 1.0.0)
      rake
    http (4.4.1)
      addressable (~> 2.3)
      http-cookie (~> 1.0)
      http-form_data (~> 2.2)
      http-parser (~> 1.2.0)
    http-cookie (1.0.4)
      domain_name (~> 0.5)
    http-form_data (2.3.0)
    http-parser (1.2.3)
      ffi-compiler (>= 1.0, < 2.0)
    http_parser.rb (0.6.0)
    http_parser.rb (0.6.0-java)
    i18n (1.8.11)
      concurrent-ruby (~> 1.0)
    idn-ruby (0.1.4)
    loofah (2.13.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    memoizable (0.4.2)
      thread_safe (~> 0.3, >= 0.3.1)
    method_source (1.0.0)
    mini_portile2 (2.7.1)
    minitest (5.15.0)
    multipart-post (2.1.1)
    naught (1.1.0)
    newrelic_rpm (8.3.0)
    nio4r (2.5.8)
    nio4r (2.5.8-java)
    nokogiri (1.13.1)
      mini_portile2 (~> 2.7.0)
      racc (~> 1.4)
    nokogiri (1.13.1-java)
      racc (~> 1.4)
    nokogiri (1.13.1-x86-mingw32)
      racc (~> 1.4)
    public_suffix (4.0.6)
    puma (5.5.2)
      nio4r (~> 2.0)
    puma (5.5.2-java)
      nio4r (~> 2.0)
    racc (1.6.0)
    racc (1.6.0-java)
    rack (2.2.3)
    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.4.2)
      loofah (~> 2.3)
    railties (7.0.1)
      actionpack (= 7.0.1)
      activesupport (= 7.0.1)
      method_source
      rake (>= 12.2)
      thor (~> 1.0)
      zeitwerk (~> 2.5)
    rake (13.0.6)
    redis (4.5.1)
    simple_oauth (0.3.1)
    thor (1.2.1)
    thread_safe (0.3.6)
    thread_safe (0.3.6-java)
    twitter (7.0.0)
      addressable (~> 2.3)
      buftok (~> 0.2.0)
      equalizer (~> 0.0.11)
      http (~> 4.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 (3.1.0)
      idn-ruby
      unf (~> 0.1.0)
    tzinfo (2.0.4)
      concurrent-ruby (~> 1.0)
    unf (0.1.4)
      unf_ext
    unf (0.1.4-java)
    unf_ext (0.0.8)
    zeitwerk (2.5.3)

PLATFORMS
  java
  ruby
  x86-mingw32

DEPENDENCIES
  actionpack (~> 7.0.1)
  actionview (~> 7.0.1)
  newrelic_rpm
  puma
  railties (~> 7.0.1)
  redis
  twitter
  twitter-text

BUNDLED WITH
   2.3.3