Skip to content

Commit

Permalink
Merge pull request #29 from github/dependabot/bundler/ruby-dependenci…
Browse files Browse the repository at this point in the history
…es-56153316b7
  • Loading branch information
GrantBirki authored Mar 6, 2024
2 parents d0a7571 + 6d87614 commit 25d512e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ gem "logger", "~> 1.6"
group :development do
gem "irb", "~> 1.11"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.60"
gem "rubocop", "~> 1.61"
gem "rubocop-github", "~> 0.20"
gem "rubocop-performance", "~> 1.20"
gem "rubocop-rspec", "~> 2.26"
gem "rubocop-rspec", "~> 2.27"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
end
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.60.2)
rubocop (1.61.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -70,8 +70,8 @@ GEM
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.1)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
Expand All @@ -88,7 +88,7 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (2.26.1)
rubocop-rspec (2.27.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down Expand Up @@ -118,10 +118,10 @@ DEPENDENCIES
irb (~> 1.11)
logger (~> 1.6)
rspec (~> 3.13)
rubocop (~> 1.60)
rubocop (~> 1.61)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.20)
rubocop-rspec (~> 2.26)
rubocop-rspec (~> 2.27)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)

Expand Down
Binary file removed vendor/cache/rubocop-1.60.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.61.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.30.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.31.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec-2.26.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rspec-2.27.1.gem
Binary file not shown.

0 comments on commit 25d512e

Please sign in to comment.