view Gemfile.lock @ 253:d726e8b92dd1 default tip

Support animated gif (same as video)
author nanaya <me@nanaya.net>
date Mon, 25 Mar 2024 02:49:50 +0900
parents 1cf8291962a2
children
line wrap: on
line source

GEM
  remote: https://rubygems.org/
  specs:
    actionpack (7.0.6)
      actionview (= 7.0.6)
      activesupport (= 7.0.6)
      rack (~> 2.0, >= 2.2.4)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.2.0)
    actionview (7.0.6)
      activesupport (= 7.0.6)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    activesupport (7.0.6)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    builder (3.2.4)
    concurrent-ruby (1.2.2)
    connection_pool (2.4.1)
    crass (1.0.6)
    erubi (1.12.0)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    idn-ruby (0.1.5)
    loofah (2.21.3)
      crass (~> 1.0.2)
      nokogiri (>= 1.12.0)
    method_source (1.0.0)
    mini_portile2 (2.8.2)
    minitest (5.18.1)
    newrelic_rpm (9.3.1)
    nio4r (2.5.9)
    nio4r (2.5.9-java)
    nokogiri (1.15.3)
      mini_portile2 (~> 2.8.2)
      racc (~> 1.4)
    nokogiri (1.15.3-java)
      racc (~> 1.4)
    nokogiri (1.15.3-x86-mingw32)
      racc (~> 1.4)
    puma (6.3.0)
      nio4r (~> 2.0)
    puma (6.3.0-java)
      nio4r (~> 2.0)
    racc (1.7.1)
    racc (1.7.1-java)
    rack (2.2.7)
    rack-test (2.1.0)
      rack (>= 1.3)
    rails-dom-testing (2.1.1)
      activesupport (>= 5.0.0)
      minitest
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.6.0)
      loofah (~> 2.21)
      nokogiri (~> 1.14)
    railties (7.0.6)
      actionpack (= 7.0.6)
      activesupport (= 7.0.6)
      method_source
      rake (>= 12.2)
      thor (~> 1.0)
      zeitwerk (~> 2.5)
    rake (13.0.6)
    redis (5.0.6)
      redis-client (>= 0.9.0)
    redis-client (0.14.1)
      connection_pool
    thor (1.2.2)
    twitter-text (3.1.0)
      idn-ruby
      unf (~> 0.1.0)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unf (0.1.4)
      unf_ext
    unf (0.1.4-java)
    unf_ext (0.0.8.2)
    zeitwerk (2.6.8)

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