-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile.lock
More file actions
54 lines (50 loc) · 1.08 KB
/
Gemfile.lock
File metadata and controls
54 lines (50 loc) · 1.08 KB
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
50
51
52
53
54
PATH
remote: .
specs:
active_form_objects (2.2.1)
activemodel (>= 4.2)
activerecord (>= 4.2)
activesupport (>= 4.2)
method_source (~> 0.9.2)
ruby2ruby (> 2.4.0)
ruby_parser (~> 3.1)
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.3.1)
activesupport (= 7.0.3.1)
activerecord (7.0.3.1)
activemodel (= 7.0.3.1)
activesupport (= 7.0.3.1)
activesupport (7.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
concurrent-ruby (1.1.10)
i18n (1.11.0)
concurrent-ruby (~> 1.0)
metaclass (0.0.4)
method_source (0.9.2)
minitest (5.16.2)
mocha (1.7.0)
metaclass (~> 0.0.1)
rake (12.3.1)
ruby2ruby (2.4.4)
ruby_parser (~> 3.1)
sexp_processor (~> 4.6)
ruby_parser (3.19.1)
sexp_processor (~> 4.16)
sexp_processor (4.16.1)
sqlite3 (1.3.13)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
PLATFORMS
ruby
DEPENDENCIES
active_form_objects!
mocha
rake
sqlite3
BUNDLED WITH
1.17.2