-
Notifications
You must be signed in to change notification settings - Fork 6
/
Gemfile.lock
45 lines (42 loc) · 918 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
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
bones (3.9.0)
little-plugger (~> 1.1)
loquacious (~> 1.9)
rake (~> 13.0)
rdoc (~> 6.0)
concurrent-ruby (1.2.2)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
little-plugger (1.1.4)
loquacious (1.9.1)
minitest (5.20.0)
psych (5.1.2)
stringio
rake (13.0.6)
rdoc (6.6.3.1)
psych (>= 4.0.0)
shoulda (3.6.0)
shoulda-context (~> 1.0, >= 1.0.1)
shoulda-matchers (~> 3.0)
shoulda-context (1.2.2)
shoulda-matchers (3.1.3)
activesupport (>= 4.0.0)
stringio (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
PLATFORMS
x86_64-linux
DEPENDENCIES
bones (~> 3.9)
minitest
rake (~> 13)
shoulda (~> 3.5)
BUNDLED WITH
2.4.12