Skip to content

Commit

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

Bump rubocop from 1.55.1 to 1.56.0
  • Loading branch information
lagoan authored Aug 16, 2023
2 parents c44f76d + e1965f2 commit f4a6ddf
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 @@ -10,7 +10,7 @@ group :development, :test do
gem 'pry-byebug', '~> 3.6'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 1.55'
gem 'rubocop', '~> 1.56'
gem 'rubocop-rspec', '~> 2.23'
gem 'timecop', '~> 0.9'
gem 'vcr', '~> 5.0'
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ GEM
bagit (0.4.5)
docopt (~> 0.5.0)
validatable (~> 1.6)
base64 (0.1.1)
builder (3.2.4)
byebug (11.1.3)
claide (1.1.0)
Expand Down Expand Up @@ -166,7 +167,8 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.55.1)
rubocop (1.56.0)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -239,7 +241,7 @@ DEPENDENCIES
pushmi_pullyu!
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.55)
rubocop (~> 1.56)
rubocop-rspec (~> 2.23)
timecop (~> 0.9)
vcr (~> 5.0)
Expand Down

0 comments on commit f4a6ddf

Please sign in to comment.