summaryrefslogtreecommitdiffhomepage
path: root/Gemfile.lock
blob: 8184b71e992030e0dcd35ff7d98c3c3b4de8466a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
GEM
  remote: https://rubygems.org/
  specs:
    activemodel (7.0.2.3)
      activesupport (= 7.0.2.3)
    activerecord (7.0.2.3)
      activemodel (= 7.0.2.3)
      activesupport (= 7.0.2.3)
    activesupport (7.0.2.3)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    concurrent-ruby (1.1.10)
    i18n (1.10.0)
      concurrent-ruby (~> 1.0)
    minitest (5.15.0)
    tzinfo (2.0.4)
      concurrent-ruby (~> 1.0)

PLATFORMS
  x86_64-linux

DEPENDENCIES
  activerecord (~> 7.0)

BUNDLED WITH
   2.3.7