Skip to content

Commit

Permalink
Merge pull request #45 from github/dependabot/bundler/ruby-dependenci…
Browse files Browse the repository at this point in the history
…es-9d05518754

Bump the ruby-dependencies group across 1 directory with 3 updates
  • Loading branch information
GrantBirki authored May 20, 2024
2 parents fcf0bb3 + 4c5eec7 commit 9bc5a05
Show file tree
Hide file tree
Showing 22 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ source "https://rubygems.org"
gem "logger", "~> 1.6"

group :development do
gem "irb", "~> 1.12"
gem "irb", "~> 1.13"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.62"
gem "rubocop", "~> 1.63"
gem "rubocop-github", "~> 0.20"
gem "rubocop-performance", "~> 1.21"
gem "rubocop-rspec", "~> 2.28"
gem "rubocop-rspec", "~> 2.29"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
end
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@ GEM
i18n (1.14.4)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.12.0)
rdoc
irb (1.13.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.1)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.0)
minitest (5.22.3)
mutex_m (0.2.0)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
stringio
racc (1.7.3)
racc (1.8.0)
rack (3.0.10)
rainbow (3.1.1)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.5.0)
regexp_parser (2.9.2)
reline (0.5.7)
io-console (~> 0.5)
rexml (3.2.8)
strscan (>= 3.0.9)
Expand All @@ -59,7 +59,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.62.1)
rubocop (1.63.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -70,8 +70,8 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
Expand All @@ -88,12 +88,12 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.28.0)
rubocop-rspec (2.29.2)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.2)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
Expand All @@ -118,13 +118,13 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
irb (~> 1.12)
irb (~> 1.13)
logger (~> 1.6)
rspec (~> 3.13)
rubocop (~> 1.62)
rubocop (~> 1.63)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.21)
rubocop-rspec (~> 2.28)
rubocop-rspec (~> 2.29)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)

Expand Down
Binary file removed vendor/cache/irb-1.12.0.gem
Binary file not shown.
Binary file added vendor/cache/irb-1.13.1.gem
Binary file not shown.
Binary file removed vendor/cache/json-2.7.1.gem
Binary file not shown.
Binary file added vendor/cache/json-2.7.2.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.0.5.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.7.3.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.9.0.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.9.2.gem
Binary file not shown.
Binary file removed vendor/cache/reline-0.5.0.gem
Binary file not shown.
Binary file added vendor/cache/reline-0.5.7.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.62.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.63.5.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.31.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.31.3.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec-2.28.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rspec-2.29.2.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec_rails-2.28.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rspec_rails-2.28.3.gem
Binary file not shown.

0 comments on commit 9bc5a05

Please sign in to comment.