Skip to content

Commit

Permalink
wtf is vendor doing here
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Jan 12, 2022
1 parent c4063bc commit cf768cb
Show file tree
Hide file tree
Showing 31 changed files with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# File generated by script/bootstrap
/.bundle/
/bin
/vendor/ruby
/vendor/gems/
/vendor/cache/ruby/

*.gem
*.rbc
.bundle
.config
Expand All @@ -17,6 +11,7 @@ spec/reports
test/tmp
test/version_tmp
tmp
vendor/cache

Gemfile.lock
out/
Expand All @@ -28,5 +23,8 @@ docs/
# YARD artifacts
.yardoc
_yardoc
doc/

.DS_Store
.idea
.byebug_history
.vscode
Binary file removed vendor/cache/activesupport-7.0.1.gem
Binary file not shown.
Binary file removed vendor/cache/ast-2.4.2.gem
Binary file not shown.
Binary file removed vendor/cache/awesome_print-1.9.2.gem
Binary file not shown.
Binary file removed vendor/cache/concurrent-ruby-1.1.9.gem
Binary file not shown.
Binary file removed vendor/cache/diff-lcs-1.5.0.gem
Binary file not shown.
Binary file removed vendor/cache/i18n-1.8.11.gem
Binary file not shown.
Binary file removed vendor/cache/minitest-5.15.0.gem
Binary file not shown.
Binary file removed vendor/cache/parallel-1.21.0.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.1.0.0.gem
Binary file not shown.
Binary file removed vendor/cache/rack-2.2.3.gem
Binary file not shown.
Binary file removed vendor/cache/rainbow-3.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/rake-13.0.6.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.2.5.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-3.10.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-core-3.10.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-expectations-3.10.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-mocks-3.10.2.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-support-3.10.3.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.24.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.15.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-minitest-0.17.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.13.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rails-2.13.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rake-0.6.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec-2.7.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-standard-5.2.1.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-progressbar-1.11.0.gem
Binary file not shown.
Binary file removed vendor/cache/tzinfo-2.0.4.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-2.1.0.gem
Binary file not shown.

0 comments on commit cf768cb

Please sign in to comment.