view Gemfile.lock @ 244:ebb65a26f070 legit-client

Remove unused twitter api library
author nanaya <me@nanaya.net>
date Mon, 17 Jul 2023 04:22:13 +0900
parents 4caedeaeea69
children 1cf8291962a2
line wrap: on
line source

GEM
  remote: https://rubygems.org/
  specs:
    actionpack (7.0.4)
      actionview (= 7.0.4)
      activesupport (= 7.0.4)
      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.4)
      activesupport (= 7.0.4)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    activesupport (7.0.4)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    builder (3.2.4)
    concurrent-ruby (1.1.10)
    connection_pool (2.3.0)
    crass (1.0.6)
    erubi (1.12.0)
    i18n (1.12.0)
      concurrent-ruby (~> 1.0)
    idn-ruby (0.1.5)
    loofah (2.19.1)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    method_source (1.0.0)
    mini_portile2 (2.8.1)
    minitest (5.17.0)
    newrelic_rpm (8.15.0)
    nio4r (2.5.8)
    nio4r (2.5.8-java)
    nokogiri (1.14.0)
      mini_portile2 (~> 2.8.0)
      racc (~> 1.4)
    nokogiri (1.14.0-java)
      racc (~> 1.4)
    nokogiri (1.14.0-x86-mingw32)
      racc (~> 1.4)
    puma (6.0.2)
      nio4r (~> 2.0)
    puma (6.0.2-java)
      nio4r (~> 2.0)
    racc (1.6.2)
    racc (1.6.2-java)
    rack (2.2.5)
    rack-test (2.0.2)
      rack (>= 1.3)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.4.4)
      loofah (~> 2.19, >= 2.19.1)
    railties (7.0.4)
      actionpack (= 7.0.4)
      activesupport (= 7.0.4)
      method_source
      rake (>= 12.2)
      thor (~> 1.0)
      zeitwerk (~> 2.5)
    rake (13.0.6)
    redis (5.0.5)
      redis-client (>= 0.9.0)
    redis-client (0.12.0)
      connection_pool
    thor (1.2.1)
    twitter-text (3.1.0)
      idn-ruby
      unf (~> 0.1.0)
    tzinfo (2.0.5)
      concurrent-ruby (~> 1.0)
    unf (0.1.4)
      unf_ext
    unf (0.1.4-java)
    unf_ext (0.0.8.2)
    zeitwerk (2.6.6)

PLATFORMS
  java
  ruby
  x86-mingw32

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

BUNDLED WITH
   2.3.3