-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
49 lines (45 loc) · 901 Bytes
/
Gemfile.lock
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
PATH
remote: .
specs:
cerealizer (0.1.0)
activesupport
multi_json
oj
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.4)
activesupport (= 7.0.4)
activerecord (7.0.4)
activemodel (= 7.0.4)
activesupport (= 7.0.4)
activesupport (7.0.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
concurrent-ruby (1.1.10)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
minitest (5.16.3)
minitest-focus (1.3.1)
minitest (>= 4, < 6)
multi_json (1.15.0)
oj (3.13.21)
rake (13.0.6)
sqlite3 (1.5.0-arm64-darwin)
sqlite3 (1.5.0-x86_64-linux)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
PLATFORMS
arm64-darwin-21
x86_64-linux
DEPENDENCIES
activerecord
cerealizer!
minitest
minitest-focus
rake
sqlite3
BUNDLED WITH
2.3.15