Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #58 from GrantBirki/dependabot/bundler/ruby-depend…
Browse files Browse the repository at this point in the history
…encies-96b8951384

Bump the ruby-dependencies group with 4 updates
  • Loading branch information
GrantBirki authored Apr 2, 2024
2 parents e1910a0 + 62fab37 commit a702d77
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 16 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ gem "faraday-retry", "~> 2.2"

group :development do
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.61"
gem "rubocop", "~> 1.62"
gem "rubocop-github", "~> 0.20"
gem "rubocop-performance", "~> 1.20"
gem "rubocop-rspec", "~> 2.27"
gem "ruby-lsp", "~> 0.14.3"
gem "rubocop-performance", "~> 1.21"
gem "rubocop-rspec", "~> 2.28"
gem "ruby-lsp", "~> 0.15.0"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
end
27 changes: 15 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.61.0)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
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.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.1)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
Expand All @@ -78,19 +78,22 @@ GEM
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
rubocop-rails (>= 2.17)
rubocop-performance (1.20.2)
rubocop-performance (1.21.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.23.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (2.27.0)
rubocop-rspec (2.28.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-lsp (0.14.3)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.2)
rubocop (~> 1.40)
ruby-lsp (0.15.0)
language_server-protocol (~> 3.17.0)
prism (>= 0.22.0, < 0.25)
sorbet-runtime (>= 0.5.10782)
Expand All @@ -104,7 +107,7 @@ GEM
simplecov (< 1.0)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet-runtime (0.5.11282)
sorbet-runtime (0.5.11319)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
Expand All @@ -119,11 +122,11 @@ DEPENDENCIES
faraday (~> 2.9)
faraday-retry (~> 2.2)
rspec (~> 3.13)
rubocop (~> 1.61)
rubocop (~> 1.62)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.20)
rubocop-rspec (~> 2.27)
ruby-lsp (~> 0.14.3)
rubocop-performance (~> 1.21)
rubocop-rspec (~> 2.28)
ruby-lsp (~> 0.15.0)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)

Expand Down
Binary file removed vendor/cache/rubocop-1.61.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.62.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.31.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.31.2.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.20.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.21.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec-2.27.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rspec-2.28.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rspec_rails-2.28.2.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-lsp-0.14.3.gem
Binary file not shown.
Binary file added vendor/cache/ruby-lsp-0.15.0.gem
Binary file not shown.
Binary file removed vendor/cache/sorbet-runtime-0.5.11282.gem
Binary file not shown.
Binary file added vendor/cache/sorbet-runtime-0.5.11319.gem
Binary file not shown.

0 comments on commit a702d77

Please sign in to comment.