Skip to content

Commit

Permalink
Even more setup
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill committed Jan 24, 2024
1 parent 1b04b1b commit 5a528fb
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
3 changes: 3 additions & 0 deletions packages/dep_shield/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@

# rspec failure tracking
.rspec_status

*.sqlite3
*.sqlite
2 changes: 1 addition & 1 deletion packages/dep_shield/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ gem "rake", "~> 13.0"

gem "rspec", "~> 3.0"

gem "rubocop", "~> 1.21"
gem "rubocop-powerhome", path: "../rubocop-powerhome"
29 changes: 15 additions & 14 deletions packages/dep_shield/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
PATH
remote: ../rubocop-powerhome
specs:
rubocop-powerhome (0.5.2)
rubocop (~> 1.52.0)
rubocop-performance
rubocop-rails
rubocop-rake
rubocop-rspec

PATH
remote: .
specs:
Expand Down Expand Up @@ -89,7 +99,6 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.7.1)
language_server-protocol (3.17.0.3)
license_finder (7.1.0)
bundler
rubyzip (>= 1, < 3)
Expand Down Expand Up @@ -128,7 +137,7 @@ GEM
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.4)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
racc (1.7.3)
Expand Down Expand Up @@ -188,15 +197,14 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.12.1)
rubocop (1.60.1)
rubocop (1.52.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand All @@ -208,12 +216,6 @@ GEM
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-powerhome (0.5.0)
rubocop
rubocop-performance
rubocop-rails
rubocop-rake
rubocop-rspec
rubocop-rails (2.23.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -266,8 +268,7 @@ DEPENDENCIES
rake (~> 13.0)
rspec (~> 3.0)
rspec-rails (~> 5.1.2)
rubocop (~> 1.21)
rubocop-powerhome (= 0.5.0)
rubocop-powerhome!
sqlite3 (~> 1.4.2)

BUNDLED WITH
Expand Down
Binary file not shown.

0 comments on commit 5a528fb

Please sign in to comment.