|
1 | 1 | GEM |
2 | 2 | remote: https://rubygems.org/ |
3 | 3 | specs: |
| 4 | + activesupport (6.1.1) |
| 5 | + concurrent-ruby (~> 1.0, >= 1.0.2) |
| 6 | + i18n (>= 1.6, < 2) |
| 7 | + minitest (>= 5.1) |
| 8 | + tzinfo (~> 2.0) |
| 9 | + zeitwerk (~> 2.3) |
| 10 | + addressable (2.7.0) |
| 11 | + public_suffix (>= 2.0.2, < 5.0) |
4 | 12 | ast (2.4.1) |
| 13 | + bcrypt (3.1.16) |
5 | 14 | coderay (1.1.3) |
6 | 15 | concurrent-ruby (1.1.7) |
7 | 16 | diff-lcs (1.4.4) |
8 | 17 | dotenv (2.7.6) |
9 | | - dry-configurable (0.11.6) |
| 18 | + dry-auto_inject (0.7.0) |
| 19 | + dry-container (>= 0.3.4) |
| 20 | + dry-configurable (0.12.0) |
10 | 21 | concurrent-ruby (~> 1.0) |
11 | | - dry-core (~> 0.4, >= 0.4.7) |
12 | | - dry-equalizer (~> 0.2) |
| 22 | + dry-core (~> 0.5, >= 0.5.0) |
13 | 23 | dry-container (0.7.2) |
14 | 24 | concurrent-ruby (~> 1.0) |
15 | 25 | dry-configurable (~> 0.1, >= 0.1.3) |
16 | | - dry-core (0.4.10) |
| 26 | + dry-core (0.5.0) |
17 | 27 | concurrent-ruby (~> 1.0) |
18 | 28 | dry-equalizer (0.3.0) |
19 | 29 | dry-inflector (0.2.0) |
20 | 30 | dry-initializer (3.0.4) |
21 | | - dry-logic (1.0.8) |
| 31 | + dry-logic (1.1.0) |
22 | 32 | concurrent-ruby (~> 1.0) |
23 | | - dry-core (~> 0.2) |
24 | | - dry-equalizer (~> 0.2) |
| 33 | + dry-core (~> 0.5, >= 0.5) |
25 | 34 | dry-schema (1.5.6) |
26 | 35 | concurrent-ruby (~> 1.0) |
27 | 36 | dry-configurable (~> 0.8, >= 0.8.3) |
|
30 | 39 | dry-initializer (~> 3.0) |
31 | 40 | dry-logic (~> 1.0) |
32 | 41 | dry-types (~> 1.4) |
| 42 | + dry-struct (1.3.0) |
| 43 | + dry-core (~> 0.4, >= 0.4.4) |
| 44 | + dry-equalizer (~> 0.3) |
| 45 | + dry-types (~> 1.3) |
| 46 | + ice_nine (~> 0.11) |
| 47 | + dry-system (0.18.1) |
| 48 | + concurrent-ruby (~> 1.0) |
| 49 | + dry-auto_inject (>= 0.4.0) |
| 50 | + dry-configurable (~> 0.11, >= 0.11.1) |
| 51 | + dry-container (~> 0.7, >= 0.7.2) |
| 52 | + dry-core (~> 0.3, >= 0.3.1) |
| 53 | + dry-equalizer (~> 0.2) |
| 54 | + dry-inflector (~> 0.1, >= 0.1.2) |
| 55 | + dry-struct (~> 1.0) |
33 | 56 | dry-types (1.4.0) |
34 | 57 | concurrent-ruby (~> 1.0) |
35 | 58 | dry-container (~> 0.3) |
36 | 59 | dry-core (~> 0.4, >= 0.4.4) |
37 | 60 | dry-equalizer (~> 0.3) |
38 | 61 | dry-inflector (~> 0.1, >= 0.1.2) |
39 | 62 | dry-logic (~> 1.0, >= 1.0.2) |
40 | | - i18n (1.8.5) |
| 63 | + dry-validation (1.6.0) |
41 | 64 | concurrent-ruby (~> 1.0) |
| 65 | + dry-container (~> 0.7, >= 0.7.1) |
| 66 | + dry-core (~> 0.4) |
| 67 | + dry-equalizer (~> 0.2) |
| 68 | + dry-initializer (~> 3.0) |
| 69 | + dry-schema (~> 1.5, >= 1.5.2) |
| 70 | + factory_bot (6.1.0) |
| 71 | + activesupport (>= 5.0.0) |
| 72 | + faker (2.15.1) |
| 73 | + i18n (>= 1.6, < 2) |
| 74 | + i18n (1.8.7) |
| 75 | + concurrent-ruby (~> 1.0) |
| 76 | + ice_nine (0.11.2) |
| 77 | + launchy (2.5.0) |
| 78 | + addressable (~> 2.7) |
| 79 | + letter_opener (1.7.0) |
| 80 | + launchy (~> 2.2) |
42 | 81 | method_source (1.0.0) |
| 82 | + minitest (5.14.3) |
| 83 | + nio4r (2.5.4) |
| 84 | + oj (3.11.2) |
43 | 85 | parallel (1.20.1) |
44 | | - parser (2.7.2.0) |
| 86 | + parser (3.0.0.0) |
45 | 87 | ast (~> 2.4.1) |
| 88 | + pastel (0.8.0) |
| 89 | + tty-color (~> 0.5) |
46 | 90 | pg (1.2.3) |
47 | 91 | pry (0.13.1) |
48 | 92 | coderay (~> 1.1) |
49 | 93 | method_source (~> 1.0) |
| 94 | + public_suffix (4.0.6) |
| 95 | + puma (5.2.0) |
| 96 | + nio4r (~> 2.0) |
50 | 97 | rack (2.2.3) |
51 | 98 | rack-test (1.1.0) |
52 | 99 | rack (>= 1.0, < 3) |
53 | | - rack-unreloader (1.7.0) |
54 | 100 | rainbow (3.0.0) |
55 | | - regexp_parser (2.0.0) |
| 101 | + rake (13.0.3) |
| 102 | + regexp_parser (2.0.3) |
56 | 103 | rexml (3.2.4) |
57 | | - roda (3.38.0) |
| 104 | + roda (3.40.0) |
58 | 105 | rack |
| 106 | + roda-enhanced_logger (0.3.0) |
| 107 | + roda (>= 3.19.0) |
| 108 | + tty-logger (>= 0.3, < 1.0) |
59 | 109 | rspec (3.10.0) |
60 | 110 | rspec-core (~> 3.10.0) |
61 | 111 | rspec-expectations (~> 3.10.0) |
62 | 112 | rspec-mocks (~> 3.10.0) |
63 | | - rspec-core (3.10.0) |
| 113 | + rspec-core (3.10.1) |
64 | 114 | rspec-support (~> 3.10.0) |
65 | | - rspec-expectations (3.10.0) |
| 115 | + rspec-expectations (3.10.1) |
66 | 116 | diff-lcs (>= 1.2.0, < 2.0) |
67 | 117 | rspec-support (~> 3.10.0) |
68 | | - rspec-mocks (3.10.0) |
| 118 | + rspec-mocks (3.10.1) |
69 | 119 | diff-lcs (>= 1.2.0, < 2.0) |
70 | 120 | rspec-support (~> 3.10.0) |
71 | | - rspec-support (3.10.0) |
72 | | - rubocop (1.5.2) |
| 121 | + rspec-support (3.10.1) |
| 122 | + rubocop (1.8.1) |
73 | 123 | parallel (~> 1.10) |
74 | | - parser (>= 2.7.1.5) |
| 124 | + parser (>= 3.0.0.0) |
75 | 125 | rainbow (>= 2.2.2, < 4.0) |
76 | 126 | regexp_parser (>= 1.8, < 3.0) |
77 | 127 | rexml |
78 | 128 | rubocop-ast (>= 1.2.0, < 2.0) |
79 | 129 | ruby-progressbar (~> 1.7) |
80 | | - unicode-display_width (>= 1.4.0, < 2.0) |
81 | | - rubocop-ast (1.3.0) |
| 130 | + unicode-display_width (>= 1.4.0, < 3.0) |
| 131 | + rubocop-ast (1.4.0) |
82 | 132 | parser (>= 2.7.1.5) |
83 | | - rubocop-performance (1.9.1) |
| 133 | + rubocop-performance (1.9.2) |
84 | 134 | rubocop (>= 0.90.0, < 2.0) |
85 | 135 | rubocop-ast (>= 0.4.0) |
86 | | - rubocop-rspec (2.0.1) |
| 136 | + rubocop-rspec (2.1.0) |
87 | 137 | rubocop (~> 1.0) |
88 | 138 | rubocop-ast (>= 1.1.0) |
89 | 139 | rubocop-thread_safety (0.4.2) |
90 | 140 | rubocop (>= 0.53.0) |
91 | | - ruby-progressbar (1.10.1) |
92 | | - sequel (5.39.0) |
| 141 | + ruby-progressbar (1.11.0) |
| 142 | + sequel (5.40.0) |
93 | 143 | sequel_pg (1.14.0) |
94 | 144 | pg (>= 0.18.0, != 1.2.0) |
95 | 145 | sequel (>= 4.38.0) |
96 | | - unicode-display_width (1.7.0) |
97 | | - yard (0.9.25) |
| 146 | + timecop (0.9.2) |
| 147 | + tty-color (0.6.0) |
| 148 | + tty-logger (0.6.0) |
| 149 | + pastel (~> 0.8) |
| 150 | + tzinfo (2.0.4) |
| 151 | + concurrent-ruby (~> 1.0) |
| 152 | + unicode-display_width (2.0.0) |
| 153 | + yard (0.9.26) |
| 154 | + zeitwerk (2.4.2) |
98 | 155 |
|
99 | 156 | PLATFORMS |
100 | 157 | ruby |
| 158 | + x86_64-darwin-20 |
| 159 | + x86_64-linux |
101 | 160 |
|
102 | 161 | DEPENDENCIES |
| 162 | + activesupport (>= 6.0.3.4) |
| 163 | + bcrypt |
103 | 164 | dotenv |
104 | | - dry-schema |
| 165 | + dry-system |
| 166 | + dry-validation |
| 167 | + factory_bot |
| 168 | + faker |
105 | 169 | i18n |
| 170 | + letter_opener |
| 171 | + oj |
106 | 172 | pry |
| 173 | + puma (~> 5.2) |
107 | 174 | rack-test |
108 | | - rack-unreloader |
| 175 | + rake |
109 | 176 | roda (>= 3.38) |
| 177 | + roda-enhanced_logger |
110 | 178 | rspec |
111 | 179 | rubocop |
112 | 180 | rubocop-performance |
113 | 181 | rubocop-rspec |
114 | 182 | rubocop-thread_safety |
115 | 183 | sequel (>= 5.38) |
116 | 184 | sequel_pg (>= 1.14) |
| 185 | + timecop |
117 | 186 | yard |
118 | 187 |
|
| 188 | +RUBY VERSION |
| 189 | + ruby 3.0.0p0 |
| 190 | + |
119 | 191 | BUNDLED WITH |
120 | | - 2.1.4 |
| 192 | + 2.2.3 |
0 commit comments