Skip to content

Commit 051f812

Browse files
Bump boxt_rubocop from 0.0.6 to 0.0.7 (#72)
Bumps [boxt_rubocop](https://github.com/boxt/boxt_rubocop) from 0.0.6 to 0.0.7. - [Release notes](https://github.com/boxt/boxt_rubocop/releases) - [Commits](boxt/boxt_rubocop@v0.0.6...v0.0.7) --- updated-dependencies: - dependency-name: boxt_rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c15b5c6 commit 051f812

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
gemspec
66

77
group :development do
8-
gem "boxt_rubocop", "0.0.6"
8+
gem "boxt_rubocop", "0.0.7"
99
gem "byebug", "~> 11.0"
1010
gem "rake", "~> 13.0"
1111
gem "rspec", "~> 3.9"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ GEM
1919
minitest (>= 5.1)
2020
tzinfo (~> 2.0)
2121
ast (2.4.2)
22-
boxt_rubocop (0.0.6)
23-
rubocop (= 1.28.2)
22+
boxt_rubocop (0.0.7)
23+
rubocop (= 1.29.0)
2424
rubocop-faker (= 1.1.0)
2525
rubocop-rails (= 2.14.2)
2626
rubocop-rake (= 0.6.0)
@@ -55,12 +55,12 @@ GEM
5555
diff-lcs (>= 1.2.0, < 2.0)
5656
rspec-support (~> 3.11.0)
5757
rspec-support (3.11.0)
58-
rubocop (1.28.2)
58+
rubocop (1.29.0)
5959
parallel (~> 1.10)
6060
parser (>= 3.1.0.0)
6161
rainbow (>= 2.2.2, < 4.0)
6262
regexp_parser (>= 1.8, < 3.0)
63-
rexml
63+
rexml (>= 3.2.5, < 4.0)
6464
rubocop-ast (>= 1.17.0, < 2.0)
6565
ruby-progressbar (~> 1.7)
6666
unicode-display_width (>= 1.4.0, < 3.0)
@@ -92,7 +92,7 @@ PLATFORMS
9292
ruby
9393

9494
DEPENDENCIES
95-
boxt_rubocop (= 0.0.6)
95+
boxt_rubocop (= 0.0.7)
9696
byebug (~> 11.0)
9797
logga!
9898
rake (~> 13.0)

0 commit comments

Comments
 (0)