Skip to content

Commit e7681e5

Browse files
authored
Merge pull request opf#16907 from opf/fix/bump_gems
Fix/bump gems
2 parents bb63540 + 432dc83 commit e7681e5

File tree

3 files changed

+37
-35
lines changed

3 files changed

+37
-35
lines changed

Diff for: Gemfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ gem "deckar01-task_list", "~> 2.3.1"
9393
# Requires escape-utils for faster escaping
9494
gem "escape_utils", "~> 1.3"
9595
# Syntax highlighting used in html-pipeline with rouge
96-
gem "rouge", "~> 4.3.0"
96+
gem "rouge", "~> 4.4.0"
9797
# HTML sanitization used for html-pipeline
9898
gem "sanitize", "~> 6.1.0"
9999
# HTML autolinking for mails and urls (replaces autolink)
@@ -167,15 +167,15 @@ gem "matrix", "~> 0.4.2"
167167

168168
gem "meta-tags", "~> 2.22.0"
169169

170-
gem "paper_trail", "~> 15.1.0"
170+
gem "paper_trail", "~> 15.2.0"
171171

172172
gem "op-clamav-client", "~> 3.4", require: "clamav"
173173

174174
group :production do
175175
# we use dalli as standard memcache client
176176
# requires memcached 1.4+
177177
gem "dalli", "~> 3.2.0"
178-
gem "redis", "~> 5.2.0"
178+
gem "redis", "~> 5.3.0"
179179
end
180180

181181
gem "i18n-js", "~> 4.2.3"
@@ -358,7 +358,7 @@ end
358358
gem "bootsnap", "~> 1.18.0", require: false
359359

360360
# API gems
361-
gem "grape", "~> 2.1.0"
361+
gem "grape", "~> 2.2.0"
362362
gem "grape_logging", "~> 1.8.4"
363363
gem "roar", "~> 1.2.0"
364364

Diff for: Gemfile.lock

+32-30
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ PATH
206206
remote: modules/two_factor_authentication
207207
specs:
208208
openproject-two_factor_authentication (1.0.0)
209-
aws-sdk-sns (~> 1.82.0)
209+
aws-sdk-sns (~> 1.88.0)
210210
messagebird-rest (~> 1.4.2)
211211
rotp (~> 6.1)
212212
webauthn (~> 3.0)
@@ -342,21 +342,21 @@ GEM
342342
activerecord (>= 4.0.0, < 8.0)
343343
awrence (1.2.1)
344344
aws-eventstream (1.3.0)
345-
aws-partitions (1.981.0)
345+
aws-partitions (1.985.0)
346346
aws-sdk-core (3.209.1)
347347
aws-eventstream (~> 1, >= 1.3.0)
348348
aws-partitions (~> 1, >= 1.651.0)
349349
aws-sigv4 (~> 1.9)
350350
jmespath (~> 1, >= 1.6.1)
351-
aws-sdk-kms (1.91.0)
352-
aws-sdk-core (~> 3, >= 3.205.0)
351+
aws-sdk-kms (1.94.0)
352+
aws-sdk-core (~> 3, >= 3.207.0)
353353
aws-sigv4 (~> 1.5)
354-
aws-sdk-s3 (1.163.0)
355-
aws-sdk-core (~> 3, >= 3.205.0)
354+
aws-sdk-s3 (1.167.0)
355+
aws-sdk-core (~> 3, >= 3.207.0)
356356
aws-sdk-kms (~> 1)
357357
aws-sigv4 (~> 1.5)
358-
aws-sdk-sns (1.82.0)
359-
aws-sdk-core (~> 3, >= 3.201.0)
358+
aws-sdk-sns (1.88.0)
359+
aws-sdk-core (~> 3, >= 3.207.0)
360360
aws-sigv4 (~> 1.5)
361361
aws-sigv4 (1.10.0)
362362
aws-eventstream (~> 1, >= 1.0.2)
@@ -436,7 +436,7 @@ GEM
436436
bigdecimal
437437
rexml
438438
crass (1.0.6)
439-
css_parser (1.17.1)
439+
css_parser (1.19.0)
440440
addressable
441441
csv (3.3.0)
442442
cuprite (0.15.1)
@@ -539,18 +539,19 @@ GEM
539539
tzinfo
540540
eventmachine (1.2.7)
541541
eventmachine_httpserver (0.2.1)
542-
excon (0.111.0)
542+
excon (0.112.0)
543543
factory_bot (6.5.0)
544544
activesupport (>= 5.0.0)
545545
factory_bot_rails (6.4.3)
546546
factory_bot (~> 6.4)
547547
railties (>= 5.0.0)
548-
faraday (2.10.1)
549-
faraday-net_http (>= 2.0, < 3.2)
548+
faraday (2.12.0)
549+
faraday-net_http (>= 2.0, < 3.4)
550+
json
550551
logger
551552
faraday-follow_redirects (0.3.0)
552553
faraday (>= 1, < 3)
553-
faraday-net_http (3.1.1)
554+
faraday-net_http (3.3.0)
554555
net-http
555556
fastimage (2.3.1)
556557
ferrum (0.15)
@@ -611,16 +612,16 @@ GEM
611612
retriable (>= 2.0, < 4.a)
612613
google-apis-gmail_v1 (0.41.0)
613614
google-apis-core (>= 0.15.0, < 2.a)
614-
google-cloud-env (2.1.1)
615+
google-cloud-env (2.2.1)
615616
faraday (>= 1.0, < 3.a)
616-
googleauth (1.11.0)
617+
googleauth (1.11.1)
617618
faraday (>= 1.0, < 3.a)
618619
google-cloud-env (~> 2.1)
619620
jwt (>= 1.4, < 3.0)
620621
multi_json (~> 1.11)
621622
os (>= 0.9, < 2.0)
622623
signet (>= 0.16, < 2.a)
623-
grape (2.1.3)
624+
grape (2.2.0)
624625
activesupport (>= 6)
625626
dry-types (>= 1.1)
626627
mustermann-grape (~> 1.1.0)
@@ -669,7 +670,7 @@ GEM
669670
ice_nine (0.11.2)
670671
interception (0.5)
671672
io-console (0.7.2)
672-
irb (1.14.0)
673+
irb (1.14.1)
673674
rdoc (>= 4.0.0)
674675
reline (>= 0.4.2)
675676
iso8601 (0.13.0)
@@ -692,7 +693,7 @@ GEM
692693
json_spec (1.1.5)
693694
multi_json (~> 1.0)
694695
rspec (>= 2.0, < 4.0)
695-
jwt (2.8.2)
696+
jwt (2.9.3)
696697
base64
697698
ladle (1.0.1)
698699
open4 (~> 1.0)
@@ -748,14 +749,15 @@ GEM
748749
meta-tags (2.22.1)
749750
actionpack (>= 6.0.0, < 8.1)
750751
method_source (1.1.0)
751-
mime-types (3.5.2)
752+
mime-types (3.6.0)
753+
logger
752754
mime-types-data (~> 3.2015)
753-
mime-types-data (3.2024.0903)
755+
mime-types-data (3.2024.1001)
754756
mini_magick (5.0.1)
755757
mini_mime (1.1.5)
756758
mini_portile2 (2.8.7)
757759
minitest (5.25.1)
758-
msgpack (1.7.2)
760+
msgpack (1.7.3)
759761
multi_json (1.15.0)
760762
mustermann (3.0.3)
761763
ruby2_keywords (~> 0.0.1)
@@ -764,7 +766,7 @@ GEM
764766
mutex_m (0.2.0)
765767
net-http (0.4.1)
766768
uri
767-
net-imap (0.4.14)
769+
net-imap (0.4.16)
768770
date
769771
net-protocol
770772
net-ldap (0.19.0)
@@ -818,7 +820,7 @@ GEM
818820
os (1.1.4)
819821
ostruct (0.6.0)
820822
ox (2.14.18)
821-
paper_trail (15.1.0)
823+
paper_trail (15.2.0)
822824
activerecord (>= 6.1)
823825
request_store (~> 1.4)
824826
parallel (1.26.3)
@@ -956,7 +958,7 @@ GEM
956958
psych (>= 4.0.0)
957959
recaptcha (5.17.0)
958960
redcarpet (3.6.0)
959-
redis (5.2.0)
961+
redis (5.3.0)
960962
redis-client (>= 0.22.0)
961963
redis-client (0.22.2)
962964
connection_pool
@@ -978,7 +980,7 @@ GEM
978980
roar (1.2.0)
979981
representable (~> 3.1)
980982
rotp (6.3.0)
981-
rouge (4.3.0)
983+
rouge (4.4.0)
982984
rspec (3.13.0)
983985
rspec-core (~> 3.13.0)
984986
rspec-expectations (~> 3.13.0)
@@ -988,7 +990,7 @@ GEM
988990
rspec-expectations (3.13.3)
989991
diff-lcs (>= 1.2.0, < 2.0)
990992
rspec-support (~> 3.13.0)
991-
rspec-mocks (3.13.1)
993+
rspec-mocks (3.13.2)
992994
diff-lcs (>= 1.2.0, < 2.0)
993995
rspec-support (~> 3.13.0)
994996
rspec-rails (7.0.1)
@@ -1252,7 +1254,7 @@ DEPENDENCIES
12521254
good_job (= 3.26.2)
12531255
google-apis-gmail_v1
12541256
googleauth
1255-
grape (~> 2.1.0)
1257+
grape (~> 2.2.0)
12561258
grape_logging (~> 1.8.4)
12571259
grids!
12581260
html-pipeline (~> 2.14.0)
@@ -1314,7 +1316,7 @@ DEPENDENCIES
13141316
openproject-xls_export!
13151317
overviews!
13161318
ox
1317-
paper_trail (~> 15.1.0)
1319+
paper_trail (~> 15.2.0)
13181320
parallel_tests (~> 4.0)
13191321
pdf-inspector (~> 1.2)
13201322
pg (~> 1.5.0)
@@ -1339,13 +1341,13 @@ DEPENDENCIES
13391341
rails-i18n (~> 7.0.0)
13401342
rbtrace
13411343
rdoc (>= 2.4.2)
1342-
redis (~> 5.2.0)
1344+
redis (~> 5.3.0)
13431345
request_store (~> 1.7.0)
13441346
responders (~> 3.0)
13451347
retriable (~> 3.1.1)
13461348
rinku (~> 2.0.4)
13471349
roar (~> 1.2.0)
1348-
rouge (~> 4.3.0)
1350+
rouge (~> 4.4.0)
13491351
rspec (~> 3.13.0)
13501352
rspec-rails (~> 7.0.0)
13511353
rspec-retry (~> 0.6.1)

Diff for: modules/two_factor_authentication/openproject-two_factor_authentication.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Gem::Specification.new do |s|
1414
s.add_dependency "rotp", "~> 6.1"
1515
s.add_dependency "webauthn", "~> 3.0"
1616

17-
s.add_dependency "aws-sdk-sns", "~> 1.82.0"
17+
s.add_dependency "aws-sdk-sns", "~> 1.88.0"
1818
s.metadata["rubygems_mfa_required"] = "true"
1919
end

0 commit comments

Comments
 (0)