Skip to content

Commit

Permalink
build: adds rubocop and dependencies to lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrandahl committed Oct 25, 2024
1 parent b5ae02d commit 3c13a21
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
json_rails_logger (1.1.0)
json_rails_logger (1.1.1)
json (~> 2.0)
lograge (~> 0.11)
railties (~> 6.0)
Expand All @@ -28,6 +28,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ast (2.4.2)
builder (3.2.4)
concurrent-ruby (1.2.2)
crass (1.0.6)
Expand All @@ -51,8 +52,10 @@ GEM
racc (~> 1.4)
nokogiri (1.13.10-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
racc (1.6.2)
rack (2.2.6.3)
rack-test (2.0.2)
Expand All @@ -68,12 +71,28 @@ GEM
method_source
rake (>= 12.2)
thor (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.9.2)
request_store (1.5.1)
rack (>= 1.4)
rexml (3.3.9)
rubocop (1.25.1)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.15.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
thor (1.2.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
zeitwerk (2.6.7)

PLATFORMS
Expand All @@ -84,6 +103,7 @@ PLATFORMS
DEPENDENCIES
json_rails_logger!
rake (~> 13.0)
rubocop (~> 1.25.0)

BUNDLED WITH
2.4.22
2.4.4

0 comments on commit 3c13a21

Please sign in to comment.