Skip to content

Commit

Permalink
Merge pull request #151 from artichoke/dependabot/bundler/bundler-dep…
Browse files Browse the repository at this point in the history
…s-d9021ef7a6
  • Loading branch information
lopopolo authored Sep 1, 2023
2 parents b5706da + 09db89c commit 5c8de8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source 'https://rubygems.org'

gem 'bundler-audit', '~> 0.9', require: false
gem 'rake', '>= 12.3.3', require: false
gem 'rubocop', '~> 1.55', require: false
gem 'rubocop', '~> 1.56', require: false
gem 'rubocop-rake', '~> 0.6', require: false
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
base64 (0.1.1)
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
Expand All @@ -16,7 +17,8 @@ GEM
rake (13.0.6)
regexp_parser (2.8.1)
rexml (3.2.6)
rubocop (1.55.1)
rubocop (1.56.2)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -41,7 +43,7 @@ PLATFORMS
DEPENDENCIES
bundler-audit (~> 0.9)
rake (>= 12.3.3)
rubocop (~> 1.55)
rubocop (~> 1.56)
rubocop-rake (~> 0.6)

BUNDLED WITH
Expand Down

0 comments on commit 5c8de8d

Please sign in to comment.