Commit 3de60cfc215149a119b87e5108f87bcba5b23094

Authored by kpeclipse@up.edu.ph
1 parent 2c4cd7c6

OJT21-52: Test 3 for pre-commit

1 1 repos:
2 2 - repo: https://github.com/rubocop/rubocop
3   - rev: v1.8.1
  3 + rev: v1.18.4
4 4 hooks:
5 5 - id: rubocop
\ No newline at end of file
... ...
... ... @@ -69,6 +69,7 @@ GEM
69 69 crass (1.0.6)
70 70 erubi (1.10.0)
71 71 ffi (1.15.3)
  72 +
72 73 globalid (0.5.1)
73 74 activesupport (>= 5.0)
74 75 i18n (1.8.10)
... ... @@ -88,10 +89,13 @@ GEM
88 89 minitest (5.14.4)
89 90 msgpack (1.4.2)
90 91 mysql2 (0.5.3)
  92 + mysql2 (0.5.3-x64-mingw32)
91 93 nio4r (2.5.7)
92 94 nokogiri (1.11.7)
93 95 mini_portile2 (~> 2.5.0)
94 96 racc (~> 1.4)
  97 + nokogiri (1.11.7-x64-mingw32)
  98 + racc (~> 1.4)
95 99 parallel (1.20.1)
96 100 parser (3.0.2.0)
97 101 ast (~> 2.4.1)
... ... @@ -157,6 +161,8 @@ GEM
157 161 thor (1.1.0)
158 162 tzinfo (2.0.4)
159 163 concurrent-ruby (~> 1.0)
  164 + tzinfo-data (1.2021.1)
  165 + tzinfo (>= 1.0.0)
160 166 unicode-display_width (2.0.0)
161 167 websocket-driver (0.7.5)
162 168 websocket-extensions (>= 0.1.0)
... ... @@ -165,6 +171,7 @@ GEM
165 171
166 172 PLATFORMS
167 173 ruby
  174 + x64-mingw32
168 175
169 176 DEPENDENCIES
170 177 bootsnap (>= 1.4.4)
... ...
... ... @@ -2,3 +2,4 @@
2 2
3 3 ENV['MYSQL_USERNAME'] = 'root'
4 4 ENV['MYSQL_PASSWORD'] = 't325gh9QR'
  5 +asdhashdajsd
... ...