parentry 1.6.0 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,149 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- parentry (1.6.0)
5
- activerecord (>= 5.1, < 7.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionpack (6.1.0)
11
- actionview (= 6.1.0)
12
- activesupport (= 6.1.0)
13
- rack (~> 2.0, >= 2.0.9)
14
- rack-test (>= 0.6.3)
15
- rails-dom-testing (~> 2.0)
16
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
17
- actionview (6.1.0)
18
- activesupport (= 6.1.0)
19
- builder (~> 3.1)
20
- erubi (~> 1.4)
21
- rails-dom-testing (~> 2.0)
22
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
23
- activemodel (6.1.0)
24
- activesupport (= 6.1.0)
25
- activerecord (6.1.0)
26
- activemodel (= 6.1.0)
27
- activesupport (= 6.1.0)
28
- activesupport (6.1.0)
29
- concurrent-ruby (~> 1.0, >= 1.0.2)
30
- i18n (>= 1.6, < 2)
31
- minitest (>= 5.1)
32
- tzinfo (~> 2.0)
33
- zeitwerk (~> 2.3)
34
- appraisal (2.3.0)
35
- bundler
36
- rake
37
- thor (>= 0.14.0)
38
- ast (2.4.1)
39
- builder (3.2.4)
40
- coderay (1.1.3)
41
- combustion (1.3.1)
42
- activesupport (>= 3.0.0)
43
- railties (>= 3.0.0)
44
- thor (>= 0.14.6)
45
- concurrent-ruby (1.1.7)
46
- crass (1.0.6)
47
- database_cleaner (1.8.5)
48
- diff-lcs (1.4.4)
49
- docile (1.3.4)
50
- erubi (1.10.0)
51
- i18n (1.8.5)
52
- concurrent-ruby (~> 1.0)
53
- loofah (2.8.0)
54
- crass (~> 1.0.2)
55
- nokogiri (>= 1.5.9)
56
- method_source (1.0.0)
57
- mini_portile2 (2.4.0)
58
- minitest (5.14.2)
59
- nokogiri (1.10.10)
60
- mini_portile2 (~> 2.4.0)
61
- parallel (1.20.1)
62
- parser (3.0.0.0)
63
- ast (~> 2.4.1)
64
- pg (1.2.3)
65
- pry (0.13.1)
66
- coderay (~> 1.1)
67
- method_source (~> 1.0)
68
- rack (2.2.3)
69
- rack-test (1.1.0)
70
- rack (>= 1.0, < 3)
71
- rails-dom-testing (2.0.3)
72
- activesupport (>= 4.2.0)
73
- nokogiri (>= 1.6)
74
- rails-html-sanitizer (1.3.0)
75
- loofah (~> 2.3)
76
- railties (6.1.0)
77
- actionpack (= 6.1.0)
78
- activesupport (= 6.1.0)
79
- method_source
80
- rake (>= 0.8.7)
81
- thor (~> 1.0)
82
- rainbow (3.0.0)
83
- rake (13.0.3)
84
- regexp_parser (2.0.3)
85
- rexml (3.2.4)
86
- rspec-core (3.10.1)
87
- rspec-support (~> 3.10.0)
88
- rspec-expectations (3.10.1)
89
- diff-lcs (>= 1.2.0, < 2.0)
90
- rspec-support (~> 3.10.0)
91
- rspec-mocks (3.10.1)
92
- diff-lcs (>= 1.2.0, < 2.0)
93
- rspec-support (~> 3.10.0)
94
- rspec-rails (4.0.2)
95
- actionpack (>= 4.2)
96
- activesupport (>= 4.2)
97
- railties (>= 4.2)
98
- rspec-core (~> 3.10)
99
- rspec-expectations (~> 3.10)
100
- rspec-mocks (~> 3.10)
101
- rspec-support (~> 3.10)
102
- rspec-support (3.10.1)
103
- rubocop (1.7.0)
104
- parallel (~> 1.10)
105
- parser (>= 2.7.1.5)
106
- rainbow (>= 2.2.2, < 4.0)
107
- regexp_parser (>= 1.8, < 3.0)
108
- rexml
109
- rubocop-ast (>= 1.2.0, < 2.0)
110
- ruby-progressbar (~> 1.7)
111
- unicode-display_width (>= 1.4.0, < 2.0)
112
- rubocop-ast (1.3.0)
113
- parser (>= 2.7.1.5)
114
- rubocop-rspec (2.1.0)
115
- rubocop (~> 1.0)
116
- rubocop-ast (>= 1.1.0)
117
- ruby-progressbar (1.11.0)
118
- simplecov (0.20.0)
119
- docile (~> 1.1)
120
- simplecov-html (~> 0.11)
121
- simplecov_json_formatter (~> 0.1)
122
- simplecov-html (0.12.3)
123
- simplecov_json_formatter (0.1.2)
124
- thor (1.0.1)
125
- tzinfo (2.0.4)
126
- concurrent-ruby (~> 1.0)
127
- unicode-display_width (1.7.0)
128
- zeitwerk (2.4.2)
129
-
130
- PLATFORMS
131
- x86_64-darwin-20
132
- x86_64-linux
133
-
134
- DEPENDENCIES
135
- activerecord (~> 6.1, < 6.2)
136
- appraisal
137
- bundler (~> 2)
138
- combustion (~> 1.1)
139
- database_cleaner (~> 1.6)
140
- parentry!
141
- pg (~> 1.2)
142
- pry (~> 0.13)
143
- rake (~> 13)
144
- rspec-rails (~> 4.0)
145
- rubocop-rspec (~> 2.1)
146
- simplecov (~> 0.20)
147
-
148
- BUNDLED WITH
149
- 2.2.32