Commit 8dc3fe36a23d15f6cecec4866624c700b2f79869
1 parent
cf26fa6f
OJT21-52: Add pre-commit and edit .ruby-version
Showing
3 changed files
with
29 additions
and
3 deletions
.pre-commit-config.yaml
0 → 100644
| ... | ... | @@ -60,6 +60,7 @@ GEM |
| 60 | 60 | minitest (>= 5.1) |
| 61 | 61 | tzinfo (~> 2.0) |
| 62 | 62 | zeitwerk (~> 2.3) |
| 63 | + ast (2.4.2) | |
| 63 | 64 | bootsnap (1.7.6) |
| 64 | 65 | msgpack (~> 1.0) |
| 65 | 66 | builder (3.2.4) |
| ... | ... | @@ -91,6 +92,9 @@ GEM |
| 91 | 92 | nokogiri (1.11.7) |
| 92 | 93 | mini_portile2 (~> 2.5.0) |
| 93 | 94 | racc (~> 1.4) |
| 95 | + parallel (1.20.1) | |
| 96 | + parser (3.0.2.0) | |
| 97 | + ast (~> 2.4.1) | |
| 94 | 98 | puma (5.4.0) |
| 95 | 99 | nio4r (~> 2.0) |
| 96 | 100 | racc (1.5.2) |
| ... | ... | @@ -123,10 +127,25 @@ GEM |
| 123 | 127 | method_source |
| 124 | 128 | rake (>= 0.13) |
| 125 | 129 | thor (~> 1.0) |
| 130 | + rainbow (3.0.0) | |
| 126 | 131 | rake (13.0.6) |
| 127 | 132 | rb-fsevent (0.11.0) |
| 128 | 133 | rb-inotify (0.10.1) |
| 129 | 134 | ffi (~> 1.0) |
| 135 | + regexp_parser (2.1.1) | |
| 136 | + rexml (3.2.5) | |
| 137 | + rubocop (1.18.4) | |
| 138 | + parallel (~> 1.10) | |
| 139 | + parser (>= 3.0.0.0) | |
| 140 | + rainbow (>= 2.2.2, < 4.0) | |
| 141 | + regexp_parser (>= 1.8, < 3.0) | |
| 142 | + rexml | |
| 143 | + rubocop-ast (>= 1.8.0, < 2.0) | |
| 144 | + ruby-progressbar (~> 1.7) | |
| 145 | + unicode-display_width (>= 1.4.0, < 3.0) | |
| 146 | + rubocop-ast (1.8.0) | |
| 147 | + parser (>= 3.0.1.1) | |
| 148 | + ruby-progressbar (1.11.0) | |
| 130 | 149 | spring (2.1.1) |
| 131 | 150 | sprockets (4.0.2) |
| 132 | 151 | concurrent-ruby (~> 1.0) |
| ... | ... | @@ -138,6 +157,7 @@ GEM |
| 138 | 157 | thor (1.1.0) |
| 139 | 158 | tzinfo (2.0.4) |
| 140 | 159 | concurrent-ruby (~> 1.0) |
| 160 | + unicode-display_width (2.0.0) | |
| 141 | 161 | websocket-driver (0.7.5) |
| 142 | 162 | websocket-extensions (>= 0.1.0) |
| 143 | 163 | websocket-extensions (0.1.5) |
| ... | ... | @@ -153,11 +173,12 @@ DEPENDENCIES |
| 153 | 173 | mysql2 (~> 0.5) |
| 154 | 174 | puma (~> 5.0) |
| 155 | 175 | rails (~> 6.1.4) |
| 176 | + rubocop | |
| 156 | 177 | spring |
| 157 | 178 | tzinfo-data |
| 158 | 179 | |
| 159 | 180 | RUBY VERSION |
| 160 | - ruby 2.7.3p183 | |
| 181 | + ruby 2.6.7p197 | |
| 161 | 182 | |
| 162 | 183 | BUNDLED WITH |
| 163 | - 2.1.4 | |
| 184 | + 2.2.23 | ... | ... |