Skip to content

Commit c22972c

Browse files
Bump rubocop from 1.30.1 to 1.31.0 (#399)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.30.1 to 1.31.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.30.1...v1.31.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0fcbb8c commit c22972c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818
group :test do
1919
gem "climate_control", "~> 1.1.1"
2020
gem "rspec", "~> 3.11.0"
21-
gem "rubocop", "~> 1.30.1"
21+
gem "rubocop", "~> 1.31.0"
2222
gem "rubocop-performance", "~> 1.14.2"
2323
gem "simplecov", "~> 0.21.2"
2424
gem "simplecov-console", "~> 0.9.1"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ GEM
107107
diff-lcs (>= 1.2.0, < 2.0)
108108
rspec-support (~> 3.11.0)
109109
rspec-support (3.11.0)
110-
rubocop (1.30.1)
110+
rubocop (1.31.0)
111111
parallel (~> 1.10)
112112
parser (>= 3.1.0.0)
113113
rainbow (>= 2.2.2, < 4.0)
@@ -155,7 +155,7 @@ GEM
155155
unicode-display_width (>= 1.1.1, < 3)
156156
thor (1.2.1)
157157
tilt (2.0.10)
158-
unicode-display_width (2.1.0)
158+
unicode-display_width (2.2.0)
159159
uuid (2.3.9)
160160
macaddr (~> 1.0)
161161
webrick (1.7.0)
@@ -175,7 +175,7 @@ DEPENDENCIES
175175
pry (~> 0.14.1)
176176
rake (~> 13.0.6)
177177
rspec (~> 3.11.0)
178-
rubocop (~> 1.30.1)
178+
rubocop (~> 1.31.0)
179179
rubocop-performance (~> 1.14.2)
180180
semver2 (~> 3.4)
181181
simplecov (~> 0.21.2)

allure-ruby-commons/spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ def start_test_step(**options)
7070
end
7171

7272
def clean_results_dir
73-
FileUtils.remove_dir("spec/allure-results") if File.exist?("spec/allure-results")
73+
FileUtils.rm_rf("spec/allure-results")
7474
end

0 commit comments

Comments
 (0)