Skip to content

Commit 2428538

Browse files
committed
Bump Rubotop to 1.64
1 parent e6e9aa2 commit 2428538

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "nokogiri", "~> 1.13"
1313
gem "pry-byebug", "~> 3.7"
1414
gem "rest-client", "~> 2.0"
1515
gem "rspec-rails", "~> 3.8"
16-
gem "rubocop", "~> 1.50"
16+
gem "rubocop", "~> 1.64"
1717
gem "sinatra", "~> 2.2", require: false
1818
gem "sinatra-contrib", "~> 2.2", require: false
1919
gem "sqlite3", "~> 1.4"

Gemfile.lock

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GEM
5959
irb (1.11.1)
6060
rdoc
6161
reline (>= 0.4.2)
62-
json (2.7.1)
62+
json (2.7.2)
6363
language_server-protocol (3.17.0.3)
6464
loofah (2.22.0)
6565
crass (~> 1.0.2)
@@ -74,10 +74,14 @@ GEM
7474
ruby2_keywords (~> 0.0.1)
7575
mutex_m (0.2.0)
7676
netrc (0.11.0)
77+
nokogiri (1.16.0-arm64-darwin)
78+
racc (~> 1.4)
7779
nokogiri (1.16.0-x86_64-darwin)
7880
racc (~> 1.4)
81+
nokogiri (1.16.0-x86_64-linux)
82+
racc (~> 1.4)
7983
parallel (1.24.0)
80-
parser (3.3.0.5)
84+
parser (3.3.1.0)
8185
ast (~> 2.4.1)
8286
racc
8387
pry (0.14.2)
@@ -118,15 +122,16 @@ GEM
118122
rake (13.1.0)
119123
rdoc (6.6.2)
120124
psych (>= 4.0.0)
121-
regexp_parser (2.9.0)
125+
regexp_parser (2.9.2)
122126
reline (0.4.2)
123127
io-console (~> 0.5)
124128
rest-client (2.1.0)
125129
http-accept (>= 1.7.0, < 2.0)
126130
http-cookie (>= 1.0.2, < 2.0)
127131
mime-types (>= 1.16, < 4.0)
128132
netrc (~> 0.8)
129-
rexml (3.2.6)
133+
rexml (3.2.8)
134+
strscan (>= 3.0.9)
130135
rspec-core (3.9.3)
131136
rspec-support (~> 3.9.3)
132137
rspec-expectations (3.9.4)
@@ -144,19 +149,19 @@ GEM
144149
rspec-mocks (~> 3.9.0)
145150
rspec-support (~> 3.9.0)
146151
rspec-support (3.9.4)
147-
rubocop (1.60.2)
152+
rubocop (1.64.0)
148153
json (~> 2.3)
149154
language_server-protocol (>= 3.17.0)
150155
parallel (~> 1.10)
151156
parser (>= 3.3.0.2)
152157
rainbow (>= 2.2.2, < 4.0)
153158
regexp_parser (>= 1.8, < 3.0)
154159
rexml (>= 3.2.5, < 4.0)
155-
rubocop-ast (>= 1.30.0, < 2.0)
160+
rubocop-ast (>= 1.31.1, < 2.0)
156161
ruby-progressbar (~> 1.7)
157162
unicode-display_width (>= 2.4.0, < 3.0)
158-
rubocop-ast (1.30.0)
159-
parser (>= 3.2.1.0)
163+
rubocop-ast (1.31.3)
164+
parser (>= 3.3.1.0)
160165
ruby-progressbar (1.13.0)
161166
ruby2_keywords (0.0.5)
162167
sinatra (2.2.4)
@@ -170,8 +175,11 @@ GEM
170175
rack-protection (= 2.2.4)
171176
sinatra (= 2.2.4)
172177
tilt (~> 2.0)
178+
sqlite3 (1.7.2-arm64-darwin)
173179
sqlite3 (1.7.2-x86_64-darwin)
180+
sqlite3 (1.7.2-x86_64-linux)
174181
stringio (3.1.0)
182+
strscan (3.1.0)
175183
thor (1.3.0)
176184
tilt (2.3.0)
177185
timeout (0.4.1)
@@ -195,7 +203,7 @@ DEPENDENCIES
195203
pry-byebug (~> 3.7)
196204
rest-client (~> 2.0)
197205
rspec-rails (~> 3.8)
198-
rubocop (~> 1.50)
206+
rubocop (~> 1.64)
199207
sinatra (~> 2.2)
200208
sinatra-contrib (~> 2.2)
201209
sqlite3 (~> 1.4)

0 commit comments

Comments
 (0)