Newer
Older
renshu-2021 / syonaimeguri / login / Gemfile.lock
@Iwaki Iwaki on 21 Dec 2021 635 bytes add new directory
GEM
  remote: https://rubygems.org/
  specs:
    activemodel (6.1.4.1)
      activesupport (= 6.1.4.1)
    activerecord (6.1.4.1)
      activemodel (= 6.1.4.1)
      activesupport (= 6.1.4.1)
    activesupport (6.1.4.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    concurrent-ruby (1.1.9)
    i18n (1.8.11)
      concurrent-ruby (~> 1.0)
    minitest (5.14.4)
    sqlite3 (1.4.2)
    tzinfo (2.0.4)
      concurrent-ruby (~> 1.0)
    zeitwerk (2.5.1)

PLATFORMS
  x86_64-linux

DEPENDENCIES
  activerecord
  sqlite3

BUNDLED WITH
   2.2.31