Skip to content

Commit cb759a1

Browse files
Bump rubocop-rspec from 3.4.0 to 3.6.0
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.4.0 to 3.6.0. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.4.0...v3.6.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f4cadbc commit cb759a1

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

Gemfile.lock

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GEM
1313
tzinfo (~> 2.0)
1414
addressable (2.8.7)
1515
public_suffix (>= 2.0.2, < 7.0)
16-
ast (2.4.2)
16+
ast (2.4.3)
1717
aws-eventstream (1.3.0)
1818
aws-partitions (1.958.0)
1919
aws-sdk (3.2.0)
@@ -1592,12 +1592,13 @@ GEM
15921592
concurrent-ruby (~> 1.0)
15931593
immutable-struct (2.4.1)
15941594
jmespath (1.6.2)
1595-
json (2.9.1)
1596-
language_server-protocol (3.17.0.3)
1595+
json (2.11.3)
1596+
language_server-protocol (3.17.0.4)
15971597
lino (4.1.0)
15981598
childprocess (~> 5.0.0)
15991599
hamster (~> 3.0)
16001600
open4 (~> 1.3)
1601+
lint_roller (1.1.0)
16011602
logger (1.6.0)
16021603
minitar (0.9)
16031604
minitest (5.24.1)
@@ -1616,10 +1617,11 @@ GEM
16161617
octopoller (0.3.1)
16171618
open4 (1.3.4)
16181619
os (1.1.4)
1619-
parallel (1.26.3)
1620-
parser (3.3.7.0)
1620+
parallel (1.27.0)
1621+
parser (3.3.8.0)
16211622
ast (~> 2.4.1)
16221623
racc
1624+
prism (1.4.0)
16231625
public_suffix (6.0.1)
16241626
racc (1.8.1)
16251627
rainbow (3.1.1)
@@ -1671,7 +1673,6 @@ GEM
16711673
ruby-terraform (~> 1.8)
16721674
rchardet (1.8.0)
16731675
regexp_parser (2.10.0)
1674-
rexml (3.4.0)
16751676
rspec (3.13.0)
16761677
rspec-core (~> 3.13.0)
16771678
rspec-expectations (~> 3.13.0)
@@ -1688,23 +1689,25 @@ GEM
16881689
diff-lcs (>= 1.2.0, < 2.0)
16891690
rspec-support (~> 3.13.0)
16901691
rspec-support (3.13.2)
1691-
rubocop (1.65.1)
1692+
rubocop (1.75.3)
16921693
json (~> 2.3)
1693-
language_server-protocol (>= 3.17.0)
1694+
language_server-protocol (~> 3.17.0.2)
1695+
lint_roller (~> 1.1.0)
16941696
parallel (~> 1.10)
16951697
parser (>= 3.3.0.2)
16961698
rainbow (>= 2.2.2, < 4.0)
1697-
regexp_parser (>= 2.4, < 3.0)
1698-
rexml (>= 3.2.5, < 4.0)
1699-
rubocop-ast (>= 1.31.1, < 2.0)
1699+
regexp_parser (>= 2.9.3, < 3.0)
1700+
rubocop-ast (>= 1.44.0, < 2.0)
17001701
ruby-progressbar (~> 1.7)
1701-
unicode-display_width (>= 2.4.0, < 3.0)
1702-
rubocop-ast (1.37.0)
1703-
parser (>= 3.3.1.0)
1702+
unicode-display_width (>= 2.4.0, < 4.0)
1703+
rubocop-ast (1.44.1)
1704+
parser (>= 3.3.7.2)
1705+
prism (~> 1.4)
17041706
rubocop-rake (0.6.0)
17051707
rubocop (~> 1.0)
1706-
rubocop-rspec (3.4.0)
1707-
rubocop (~> 1.61)
1708+
rubocop-rspec (3.6.0)
1709+
lint_roller (~> 1.1)
1710+
rubocop (~> 1.72, >= 1.72.1)
17081711
ruby-progressbar (1.13.0)
17091712
ruby-terraform (1.8.0)
17101713
immutable-struct (~> 2.4)
@@ -1734,7 +1737,9 @@ GEM
17341737
sshkey (2.0.0)
17351738
tzinfo (2.0.6)
17361739
concurrent-ruby (~> 1.0)
1737-
unicode-display_width (2.6.0)
1740+
unicode-display_width (3.1.4)
1741+
unicode-emoji (~> 4.0, >= 4.0.4)
1742+
unicode-emoji (4.0.4)
17381743
uri (0.13.2)
17391744

17401745
PLATFORMS

0 commit comments

Comments
 (0)