Skip to content

Commit 7b53c85

Browse files
Bump rubocop from 1.28.2 to 1.29.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.28.2 to 1.29.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.28.2...v1.29.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11d595e commit 7b53c85

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ GEM
6363
bindex (0.8.1)
6464
builder (3.2.4)
6565
byebug (11.1.3)
66-
capybara (3.35.3)
66+
capybara (3.37.0)
6767
addressable
68+
matrix
6869
mini_mime (>= 0.1.3)
6970
nokogiri (~> 1.8)
7071
rack (>= 1.6.0)
@@ -141,8 +142,9 @@ GEM
141142
mail (2.7.1)
142143
mini_mime (>= 0.1.1)
143144
marcel (1.0.1)
145+
matrix (0.4.2)
144146
method_source (1.0.0)
145-
mini_mime (1.1.0)
147+
mini_mime (1.1.2)
146148
mini_portile2 (2.8.0)
147149
minitest (5.14.4)
148150
nio4r (2.5.8)
@@ -160,7 +162,7 @@ GEM
160162
pry-byebug (3.9.0)
161163
byebug (~> 11.0)
162164
pry (~> 0.13.0)
163-
public_suffix (4.0.6)
165+
public_suffix (4.0.7)
164166
puma (4.3.12)
165167
nio4r (~> 2.0)
166168
racc (1.6.0)
@@ -224,12 +226,12 @@ GEM
224226
rspec-mocks (~> 3.10)
225227
rspec-support (~> 3.10)
226228
rspec-support (3.10.2)
227-
rubocop (1.28.2)
229+
rubocop (1.29.0)
228230
parallel (~> 1.10)
229231
parser (>= 3.1.0.0)
230232
rainbow (>= 2.2.2, < 4.0)
231233
regexp_parser (>= 1.8, < 3.0)
232-
rexml
234+
rexml (>= 3.2.5, < 4.0)
233235
rubocop-ast (>= 1.17.0, < 2.0)
234236
ruby-progressbar (~> 1.7)
235237
unicode-display_width (>= 1.4.0, < 3.0)

0 commit comments

Comments
 (0)