Skip to content

Commit 4269c80

Browse files
author
Stephen
committed
Merge branch 'master' into dependabot/bundler/json-2.7.2
2 parents 67da254 + e610f99 commit 4269c80

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ gem 'ansi', '~> 1.5'
2020
gem 'term-ansicolor', :require => 'term/ansicolor'
2121
gem 'rubyzip', '~> 2.3'
2222
gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
23-
gem 'rake', '~> 13.1'
23+
gem 'rake', '~> 13.2'
2424
gem 'otr-activerecord', '~> 2.2.0'
2525
gem 'sqlite3', '~> 1.7'
26-
gem 'rubocop', '~> 1.62.1', require: false
26+
gem 'rubocop', '~> 1.63.2', require: false
2727

2828
# Geolocation support
2929
group :geoip do

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ GEM
139139
rack-test (2.1.0)
140140
rack (>= 1.3)
141141
rainbow (3.1.1)
142-
rake (13.1.0)
142+
rake (13.2.1)
143143
rdoc (6.6.3.1)
144144
psych (>= 4.0.0)
145145
regexp_parser (2.9.0)
@@ -166,7 +166,7 @@ GEM
166166
diff-lcs (>= 1.2.0, < 2.0)
167167
rspec-support (~> 3.13.0)
168168
rspec-support (3.13.0)
169-
rubocop (1.62.1)
169+
rubocop (1.63.2)
170170
json (~> 2.3)
171171
language_server-protocol (>= 3.17.0)
172172
parallel (~> 1.10)
@@ -200,7 +200,7 @@ GEM
200200
sqlite3 (1.7.3-x86_64-linux)
201201
stringio (3.1.0)
202202
sync (0.5.0)
203-
term-ansicolor (1.7.2)
203+
term-ansicolor (1.8.0)
204204
tins (~> 1.0)
205205
test-unit (3.6.1)
206206
power_assert
@@ -273,11 +273,11 @@ DEPENDENCIES
273273
qr4r (~> 0.6.1)
274274
rack (~> 2.2)
275275
rack-protection (~> 3.2.0)
276-
rake (~> 13.1)
276+
rake (~> 13.2)
277277
rdoc (~> 6.6)
278278
rest-client (~> 2.1.0)
279279
rspec (~> 3.13)
280-
rubocop (~> 1.62.1)
280+
rubocop (~> 1.63.2)
281281
rubyzip (~> 2.3)
282282
rushover (~> 0.3.0)
283283
selenium-webdriver (~> 4.19)

0 commit comments

Comments
 (0)