Skip to content

Commit

Permalink
Merge pull request #380 from ualbertalib/dependabot/bundler/rubocop-1…
Browse files Browse the repository at this point in the history
….57.1

Bump rubocop from 1.56.0 to 1.57.1
  • Loading branch information
lagoan authored Oct 13, 2023
2 parents 91fe170 + f4123f8 commit 48ce0c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group :development, :test do
gem 'pry-byebug', '~> 3.6'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 1.56'
gem 'rubocop', '~> 1.57'
gem 'rubocop-rspec', '~> 2.23'
gem 'timecop', '~> 0.9'
gem 'vcr', '~> 5.0'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ GEM
openstack (3.3.21)
json
parallel (1.23.0)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand Down Expand Up @@ -146,7 +146,7 @@ GEM
redis-client (>= 0.9.0)
redis-client (0.15.0)
connection_pool
regexp_parser (2.8.1)
regexp_parser (2.8.2)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -167,12 +167,12 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.56.0)
rubocop (1.57.1)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand Down Expand Up @@ -219,7 +219,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
unicode-types (1.8.0)
uuid (2.3.9)
macaddr (~> 1.0)
Expand All @@ -241,7 +241,7 @@ DEPENDENCIES
pushmi_pullyu!
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.56)
rubocop (~> 1.57)
rubocop-rspec (~> 2.23)
timecop (~> 0.9)
vcr (~> 5.0)
Expand Down

0 comments on commit 48ce0c2

Please sign in to comment.