Skip to content

Commit db93aef

Browse files
Bump rubocop from 1.75.3 to 1.81.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.3 to 1.81.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.3...v1.81.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af3540d commit db93aef

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ group :development, :test do
99
gem 'pdf-inspector', '~> 1.3.0'
1010
gem 'rake', '13.2.1'
1111
gem 'rspec', '3.13.0'
12-
gem 'rubocop', '~> 1.75.3'
12+
gem 'rubocop', '~> 1.81.1'
1313
gem 'rubocop-performance', '~> 1.19.0'
1414
gem 'rubocop-rspec', '~> 2.25.0'
1515
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ GEM
6262
hashery (2.1.2)
6363
i18n (1.14.5)
6464
concurrent-ruby (~> 1.0)
65-
json (2.11.3)
66-
language_server-protocol (3.17.0.4)
65+
json (2.15.0)
66+
language_server-protocol (3.17.0.5)
6767
lint_roller (1.1.0)
6868
listen (3.9.0)
6969
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -82,7 +82,7 @@ GEM
8282
nenv (~> 0.1)
8383
shellany (~> 0.0)
8484
parallel (1.27.0)
85-
parser (3.3.8.0)
85+
parser (3.3.9.0)
8686
ast (~> 2.4.1)
8787
racc
8888
pdf-core (0.10.0)
@@ -100,7 +100,7 @@ GEM
100100
ttfunk (~> 1.8)
101101
prawn-table (0.2.2)
102102
prawn (>= 1.3.0, < 3.0.0)
103-
prism (1.4.0)
103+
prism (1.5.1)
104104
pry (0.14.2)
105105
coderay (~> 1.1)
106106
method_source (~> 1.0)
@@ -110,7 +110,7 @@ GEM
110110
rb-fsevent (0.11.2)
111111
rb-inotify (0.11.1)
112112
ffi (~> 1.0)
113-
regexp_parser (2.10.0)
113+
regexp_parser (2.11.3)
114114
rqrcode (2.2.0)
115115
chunky_png (~> 1.0)
116116
rqrcode_core (~> 1.0)
@@ -128,18 +128,18 @@ GEM
128128
diff-lcs (>= 1.2.0, < 2.0)
129129
rspec-support (~> 3.13.0)
130130
rspec-support (3.13.1)
131-
rubocop (1.75.3)
131+
rubocop (1.81.1)
132132
json (~> 2.3)
133133
language_server-protocol (~> 3.17.0.2)
134134
lint_roller (~> 1.1.0)
135135
parallel (~> 1.10)
136136
parser (>= 3.3.0.2)
137137
rainbow (>= 2.2.2, < 4.0)
138138
regexp_parser (>= 2.9.3, < 3.0)
139-
rubocop-ast (>= 1.44.0, < 2.0)
139+
rubocop-ast (>= 1.47.1, < 2.0)
140140
ruby-progressbar (~> 1.7)
141141
unicode-display_width (>= 2.4.0, < 4.0)
142-
rubocop-ast (1.44.1)
142+
rubocop-ast (1.47.1)
143143
parser (>= 3.3.7.2)
144144
prism (~> 1.4)
145145
rubocop-capybara (2.22.1)
@@ -173,9 +173,9 @@ GEM
173173
bigdecimal (~> 3.1)
174174
tzinfo (2.0.6)
175175
concurrent-ruby (~> 1.0)
176-
unicode-display_width (3.1.4)
177-
unicode-emoji (~> 4.0, >= 4.0.4)
178-
unicode-emoji (4.0.4)
176+
unicode-display_width (3.2.0)
177+
unicode-emoji (~> 4.1)
178+
unicode-emoji (4.1.0)
179179

180180
PLATFORMS
181181
ruby
@@ -188,7 +188,7 @@ DEPENDENCIES
188188
pdf-inspector (~> 1.3.0)
189189
rake (= 13.2.1)
190190
rspec (= 3.13.0)
191-
rubocop (~> 1.75.3)
191+
rubocop (~> 1.81.1)
192192
rubocop-performance (~> 1.19.0)
193193
rubocop-rspec (~> 2.25.0)
194194
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)