Skip to content

Commit 30e6669

Browse files
authored
Merge pull request opf#15231 from opf/fix/bump_gems
Fix/bump gems
2 parents 9a22d67 + 7bfa3af commit 30e6669

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ gem "prawn", "~> 2.4"
160160
# prawn implicitly depends on matrix gem no longer in ruby core with 3.1
161161
gem "matrix", "~> 0.4.2"
162162

163-
gem "meta-tags", "~> 2.20.0"
163+
gem "meta-tags", "~> 2.21.0"
164164

165165
gem "paper_trail", "~> 15.1.0"
166166

@@ -264,7 +264,7 @@ group :test do
264264
gem "capybara-screenshot", "~> 1.0.17"
265265
gem "cuprite", "~> 0.15.0"
266266
gem "selenium-devtools"
267-
gem "selenium-webdriver", "~> 4.18.0"
267+
gem "selenium-webdriver", "~> 4.19.0"
268268

269269
gem "fuubar", "~> 2.5.0"
270270
gem "timecop", "~> 0.9.0"
@@ -322,7 +322,7 @@ group :development, :test do
322322
gem "pry-rescue", "~> 1.6.0"
323323

324324
# ruby linting
325-
gem "rubocop", "~> 1.62.1", require: false
325+
gem "rubocop", "~> 1.63.0", require: false
326326
gem "rubocop-inflector", require: false
327327
gem "rubocop-performance", require: false
328328
gem "rubocop-rails", require: false

Gemfile.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ GEM
348348
activerecord (>= 4.0.0, < 7.2)
349349
awrence (1.2.1)
350350
aws-eventstream (1.3.0)
351-
aws-partitions (1.907.0)
351+
aws-partitions (1.913.0)
352352
aws-sdk-core (3.191.6)
353353
aws-eventstream (~> 1, >= 1.3.0)
354354
aws-partitions (~> 1, >= 1.651.0)
@@ -441,7 +441,7 @@ GEM
441441
bigdecimal
442442
rexml
443443
crass (1.0.6)
444-
css_parser (1.16.0)
444+
css_parser (1.17.1)
445445
addressable
446446
cuprite (0.15)
447447
capybara (~> 3.0)
@@ -658,7 +658,7 @@ GEM
658658
bindata
659659
faraday (~> 2.0)
660660
faraday-follow_redirects
661-
json-schema (4.2.0)
661+
json-schema (4.3.0)
662662
addressable (>= 2.8)
663663
json_schemer (2.2.1)
664664
base64
@@ -677,7 +677,7 @@ GEM
677677
launchy (3.0.0)
678678
addressable (~> 2.8)
679679
childprocess (~> 5.0)
680-
lefthook (1.6.9)
680+
lefthook (1.6.10)
681681
letter_opener (1.10.0)
682682
launchy (>= 2.2, < 4)
683683
letter_opener_web (2.0.0)
@@ -721,7 +721,7 @@ GEM
721721
markly (0.10.0)
722722
matrix (0.4.2)
723723
messagebird-rest (1.4.2)
724-
meta-tags (2.20.0)
724+
meta-tags (2.21.0)
725725
actionpack (>= 6.0.0, < 7.2)
726726
method_source (1.0.0)
727727
mime-types (3.5.2)
@@ -751,7 +751,7 @@ GEM
751751
net-smtp (0.5.0)
752752
net-protocol
753753
nio4r (2.7.1)
754-
nokogiri (1.16.3)
754+
nokogiri (1.16.4)
755755
mini_portile2 (~> 2.8.2)
756756
racc (~> 1.4)
757757
oj (3.16.3)
@@ -921,18 +921,18 @@ GEM
921921
rb-fsevent (0.11.2)
922922
rb-inotify (0.10.1)
923923
ffi (~> 1.0)
924-
rb_sys (0.9.91)
924+
rb_sys (0.9.94)
925925
rbtree3 (0.7.1)
926926
rdoc (6.6.3.1)
927927
psych (>= 4.0.0)
928928
recaptcha (5.16.0)
929929
redcarpet (3.6.0)
930930
redis (5.1.0)
931931
redis-client (>= 0.17.0)
932-
redis-client (0.21.0)
932+
redis-client (0.21.1)
933933
connection_pool
934934
regexp_parser (2.9.0)
935-
reline (0.5.0)
935+
reline (0.5.1)
936936
io-console (~> 0.5)
937937
representable (3.2.0)
938938
declarative (< 0.1.0)
@@ -973,7 +973,7 @@ GEM
973973
rspec-retry (0.6.2)
974974
rspec-core (> 3.3)
975975
rspec-support (3.13.1)
976-
rubocop (1.62.1)
976+
rubocop (1.63.1)
977977
json (~> 2.3)
978978
language_server-protocol (>= 3.17.0)
979979
parallel (~> 1.10)
@@ -1007,7 +1007,7 @@ GEM
10071007
rubocop-capybara (~> 2.17)
10081008
rubocop-factory_bot (~> 2.22)
10091009
rubocop-rspec_rails (~> 2.28)
1010-
rubocop-rspec_rails (2.28.2)
1010+
rubocop-rspec_rails (2.28.3)
10111011
rubocop (~> 1.40)
10121012
ruby-duration (3.2.3)
10131013
activesupport (>= 3.0.0)
@@ -1032,7 +1032,7 @@ GEM
10321032
secure_headers (6.5.0)
10331033
selenium-devtools (0.123.0)
10341034
selenium-webdriver (~> 4.2)
1035-
selenium-webdriver (4.18.1)
1035+
selenium-webdriver (4.19.0)
10361036
base64 (~> 0.2)
10371037
rexml (~> 3.2, >= 3.2.5)
10381038
rubyzip (>= 1.2.2, < 3.0)
@@ -1245,7 +1245,7 @@ DEPENDENCIES
12451245
mail (= 2.8.1)
12461246
matrix (~> 0.4.2)
12471247
md_to_pdf!
1248-
meta-tags (~> 2.20.0)
1248+
meta-tags (~> 2.21.0)
12491249
mini_magick (~> 4.12.0)
12501250
multi_json (~> 1.15.0)
12511251
my_page!
@@ -1319,7 +1319,7 @@ DEPENDENCIES
13191319
rspec (~> 3.13.0)
13201320
rspec-rails (~> 6.1.0)
13211321
rspec-retry (~> 0.6.1)
1322-
rubocop (~> 1.62.1)
1322+
rubocop (~> 1.63.0)
13231323
rubocop-inflector
13241324
rubocop-performance
13251325
rubocop-rails
@@ -1331,7 +1331,7 @@ DEPENDENCIES
13311331
sanitize (~> 6.1.0)
13321332
secure_headers (~> 6.5.0)
13331333
selenium-devtools
1334-
selenium-webdriver (~> 4.18.0)
1334+
selenium-webdriver (~> 4.19.0)
13351335
semantic (~> 1.6.1)
13361336
shoulda-context (~> 2.0)
13371337
shoulda-matchers (~> 6.0)

0 commit comments

Comments
 (0)