|
6 | 6 | GEM |
7 | 7 | remote: https://rubygems.org/ |
8 | 8 | specs: |
9 | | - addressable (2.8.6) |
10 | | - public_suffix (>= 2.0.2, < 6.0) |
| 9 | + activesupport (7.2.2.1) |
| 10 | + base64 |
| 11 | + benchmark (>= 0.3) |
| 12 | + bigdecimal |
| 13 | + concurrent-ruby (~> 1.0, >= 1.3.1) |
| 14 | + connection_pool (>= 2.2.5) |
| 15 | + drb |
| 16 | + i18n (>= 1.6, < 2) |
| 17 | + logger (>= 1.4.2) |
| 18 | + minitest (>= 5.1) |
| 19 | + securerandom (>= 0.3) |
| 20 | + tzinfo (~> 2.0, >= 2.0.5) |
| 21 | + addressable (2.8.7) |
| 22 | + public_suffix (>= 2.0.2, < 7.0) |
11 | 23 | ast (2.4.2) |
12 | | - async (2.19.0) |
| 24 | + async (2.21.1) |
13 | 25 | console (~> 1.29) |
14 | 26 | fiber-annotation |
15 | 27 | io-event (~> 1.6, >= 1.6.5) |
16 | | - bigdecimal (3.1.8) |
17 | | - console (1.29.0) |
| 28 | + base64 (0.2.0) |
| 29 | + benchmark (0.4.0) |
| 30 | + bigdecimal (3.1.9) |
| 31 | + concurrent-ruby (1.3.5) |
| 32 | + connection_pool (2.5.0) |
| 33 | + console (1.29.2) |
18 | 34 | fiber-annotation |
19 | 35 | fiber-local (~> 1.1) |
20 | 36 | json |
21 | 37 | crack (1.0.0) |
22 | 38 | bigdecimal |
23 | 39 | rexml |
24 | 40 | diff-lcs (1.5.1) |
| 41 | + drb (2.2.1) |
25 | 42 | fiber-annotation (0.2.0) |
26 | 43 | fiber-local (1.1.0) |
27 | 44 | fiber-storage |
28 | 45 | fiber-storage (1.0.0) |
29 | | - hashdiff (1.1.0) |
30 | | - io-event (1.7.3) |
31 | | - json (2.7.2) |
| 46 | + hashdiff (1.1.2) |
| 47 | + i18n (1.14.7) |
| 48 | + concurrent-ruby (~> 1.0) |
| 49 | + io-event (1.7.5) |
| 50 | + json (2.9.1) |
32 | 51 | language_server-protocol (3.17.0.3) |
33 | | - parallel (1.25.1) |
34 | | - parser (3.3.2.0) |
| 52 | + logger (1.6.5) |
| 53 | + minitest (5.25.4) |
| 54 | + parallel (1.26.3) |
| 55 | + parser (3.3.7.0) |
35 | 56 | ast (~> 2.4.1) |
36 | 57 | racc |
37 | | - public_suffix (5.0.5) |
38 | | - racc (1.8.0) |
| 58 | + public_suffix (6.0.1) |
| 59 | + racc (1.8.1) |
| 60 | + rack (3.1.8) |
39 | 61 | rainbow (3.1.1) |
40 | 62 | rake (13.2.1) |
41 | | - regexp_parser (2.9.2) |
42 | | - rexml (3.3.9) |
| 63 | + regexp_parser (2.10.0) |
| 64 | + rexml (3.4.0) |
43 | 65 | rspec (3.13.0) |
44 | 66 | rspec-core (~> 3.13.0) |
45 | 67 | rspec-expectations (~> 3.13.0) |
46 | 68 | rspec-mocks (~> 3.13.0) |
47 | | - rspec-core (3.13.0) |
| 69 | + rspec-core (3.13.2) |
48 | 70 | rspec-support (~> 3.13.0) |
49 | | - rspec-expectations (3.13.0) |
| 71 | + rspec-expectations (3.13.3) |
50 | 72 | diff-lcs (>= 1.2.0, < 2.0) |
51 | 73 | rspec-support (~> 3.13.0) |
52 | | - rspec-mocks (3.13.1) |
| 74 | + rspec-mocks (3.13.2) |
53 | 75 | diff-lcs (>= 1.2.0, < 2.0) |
54 | 76 | rspec-support (~> 3.13.0) |
55 | | - rspec-support (3.13.1) |
56 | | - rubocop (1.64.1) |
| 77 | + rspec-support (3.13.2) |
| 78 | + rubocop (1.70.0) |
57 | 79 | json (~> 2.3) |
58 | 80 | language_server-protocol (>= 3.17.0) |
59 | 81 | parallel (~> 1.10) |
60 | 82 | parser (>= 3.3.0.2) |
61 | 83 | rainbow (>= 2.2.2, < 4.0) |
62 | | - regexp_parser (>= 1.8, < 3.0) |
63 | | - rexml (>= 3.2.5, < 4.0) |
64 | | - rubocop-ast (>= 1.31.1, < 2.0) |
| 84 | + regexp_parser (>= 2.9.3, < 3.0) |
| 85 | + rubocop-ast (>= 1.36.2, < 2.0) |
65 | 86 | ruby-progressbar (~> 1.7) |
66 | | - unicode-display_width (>= 2.4.0, < 3.0) |
67 | | - rubocop-ast (1.31.3) |
| 87 | + unicode-display_width (>= 2.4.0, < 4.0) |
| 88 | + rubocop-ast (1.37.0) |
68 | 89 | parser (>= 3.3.1.0) |
69 | 90 | rubocop-capybara (2.21.0) |
70 | 91 | rubocop (~> 1.41) |
71 | | - rubocop-factory_bot (2.26.0) |
72 | | - rubocop (~> 1.41) |
73 | | - rubocop-rake (0.6.0) |
74 | | - rubocop (~> 1.0) |
75 | | - rubocop-rspec (2.31.0) |
76 | | - rubocop (~> 1.40) |
77 | | - rubocop-capybara (~> 2.17) |
78 | | - rubocop-factory_bot (~> 2.22) |
79 | | - rubocop-rspec_rails (~> 2.28) |
80 | | - rubocop-rspec_rails (2.29.0) |
81 | | - rubocop (~> 1.40) |
| 92 | + rubocop-factory_bot (2.26.1) |
| 93 | + rubocop (~> 1.61) |
| 94 | + rubocop-performance (1.23.1) |
| 95 | + rubocop (>= 1.48.1, < 2.0) |
| 96 | + rubocop-ast (>= 1.31.1, < 2.0) |
| 97 | + rubocop-rails (2.29.0) |
| 98 | + activesupport (>= 4.2.0) |
| 99 | + rack (>= 1.1) |
| 100 | + rubocop (>= 1.52.0, < 2.0) |
| 101 | + rubocop-ast (>= 1.31.1, < 2.0) |
| 102 | + rubocop-rspec (3.4.0) |
| 103 | + rubocop (~> 1.61) |
| 104 | + rubocop-rspec_rails (2.30.0) |
| 105 | + rubocop (~> 1.61) |
| 106 | + rubocop-rspec (~> 3, >= 3.0.1) |
82 | 107 | ruby-progressbar (1.13.0) |
83 | | - unicode-display_width (2.5.0) |
84 | | - vcr (6.2.0) |
85 | | - webmock (3.23.1) |
| 108 | + securerandom (0.4.1) |
| 109 | + tzinfo (2.0.6) |
| 110 | + concurrent-ruby (~> 1.0) |
| 111 | + unicode-display_width (3.1.4) |
| 112 | + unicode-emoji (~> 4.0, >= 4.0.4) |
| 113 | + unicode-emoji (4.0.4) |
| 114 | + vcr (6.3.1) |
| 115 | + base64 |
| 116 | + webmock (3.24.0) |
86 | 117 | addressable (>= 2.8.0) |
87 | 118 | crack (>= 0.3.2) |
88 | 119 | hashdiff (>= 0.4.0, < 2.0.0) |
89 | 120 |
|
90 | 121 | PLATFORMS |
91 | | - ruby |
| 122 | + arm64-darwin-24 |
92 | 123 |
|
93 | 124 | DEPENDENCIES |
| 125 | + activesupport (~> 7.2) |
94 | 126 | async |
95 | 127 | opencage-geocoder! |
96 | 128 | rake |
97 | 129 | rspec |
98 | 130 | rubocop |
99 | | - rubocop-rake |
| 131 | + rubocop-capybara |
| 132 | + rubocop-factory_bot |
| 133 | + rubocop-performance |
| 134 | + rubocop-rails |
100 | 135 | rubocop-rspec |
| 136 | + rubocop-rspec_rails |
101 | 137 | vcr |
102 | 138 | webmock |
103 | 139 |
|
|
0 commit comments