Skip to content

Commit b935cd6

Browse files
committed
Merge remote-tracking branch 'upstream/pull/5246'
2 parents cef8137 + 0218e98 commit b935cd6

File tree

2 files changed

+65
-58
lines changed

2 files changed

+65
-58
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ gem "dalli"
118118
gem "kgio"
119119

120120
# Load canonical-rails to generate canonical URLs
121-
gem "canonical-rails"
121+
# Use unreleased version for rails 7.2.1+ compatibility
122+
gem "canonical-rails", :github => "jumph4x/canonical-rails", :ref => "fbc1c88c"
122123

123124
# Used to generate logstash friendly log files
124125
gem "logstasher"

Gemfile.lock

Lines changed: 63 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,39 @@
1+
GIT
2+
remote: https://github.com/jumph4x/canonical-rails.git
3+
revision: fbc1c88c71131ddb1352953cd6048033fd2473e5
4+
ref: fbc1c88c
5+
specs:
6+
canonical-rails (0.2.15)
7+
actionview (>= 4.1, < 7.3)
8+
19
GEM
210
remote: https://rubygems.org/
311
specs:
412
aasm (5.5.0)
513
concurrent-ruby (~> 1.0)
6-
actioncable (7.2.0)
7-
actionpack (= 7.2.0)
8-
activesupport (= 7.2.0)
14+
actioncable (7.2.1)
15+
actionpack (= 7.2.1)
16+
activesupport (= 7.2.1)
917
nio4r (~> 2.0)
1018
websocket-driver (>= 0.6.1)
1119
zeitwerk (~> 2.6)
12-
actionmailbox (7.2.0)
13-
actionpack (= 7.2.0)
14-
activejob (= 7.2.0)
15-
activerecord (= 7.2.0)
16-
activestorage (= 7.2.0)
17-
activesupport (= 7.2.0)
20+
actionmailbox (7.2.1)
21+
actionpack (= 7.2.1)
22+
activejob (= 7.2.1)
23+
activerecord (= 7.2.1)
24+
activestorage (= 7.2.1)
25+
activesupport (= 7.2.1)
1826
mail (>= 2.8.0)
19-
actionmailer (7.2.0)
20-
actionpack (= 7.2.0)
21-
actionview (= 7.2.0)
22-
activejob (= 7.2.0)
23-
activesupport (= 7.2.0)
27+
actionmailer (7.2.1)
28+
actionpack (= 7.2.1)
29+
actionview (= 7.2.1)
30+
activejob (= 7.2.1)
31+
activesupport (= 7.2.1)
2432
mail (>= 2.8.0)
2533
rails-dom-testing (~> 2.2)
26-
actionpack (7.2.0)
27-
actionview (= 7.2.0)
28-
activesupport (= 7.2.0)
34+
actionpack (7.2.1)
35+
actionview (= 7.2.1)
36+
activesupport (= 7.2.1)
2937
nokogiri (>= 1.8.5)
3038
racc
3139
rack (>= 2.2.4, < 3.2)
@@ -36,39 +44,39 @@ GEM
3644
useragent (~> 0.16)
3745
actionpack-page_caching (1.2.4)
3846
actionpack (>= 4.0.0)
39-
actiontext (7.2.0)
40-
actionpack (= 7.2.0)
41-
activerecord (= 7.2.0)
42-
activestorage (= 7.2.0)
43-
activesupport (= 7.2.0)
47+
actiontext (7.2.1)
48+
actionpack (= 7.2.1)
49+
activerecord (= 7.2.1)
50+
activestorage (= 7.2.1)
51+
activesupport (= 7.2.1)
4452
globalid (>= 0.6.0)
4553
nokogiri (>= 1.8.5)
46-
actionview (7.2.0)
47-
activesupport (= 7.2.0)
54+
actionview (7.2.1)
55+
activesupport (= 7.2.1)
4856
builder (~> 3.1)
4957
erubi (~> 1.11)
5058
rails-dom-testing (~> 2.2)
5159
rails-html-sanitizer (~> 1.6)
5260
active_record_union (1.3.0)
5361
activerecord (>= 4.0)
54-
activejob (7.2.0)
55-
activesupport (= 7.2.0)
62+
activejob (7.2.1)
63+
activesupport (= 7.2.1)
5664
globalid (>= 0.3.6)
57-
activemodel (7.2.0)
58-
activesupport (= 7.2.0)
59-
activerecord (7.2.0)
60-
activemodel (= 7.2.0)
61-
activesupport (= 7.2.0)
65+
activemodel (7.2.1)
66+
activesupport (= 7.2.1)
67+
activerecord (7.2.1)
68+
activemodel (= 7.2.1)
69+
activesupport (= 7.2.1)
6270
timeout (>= 0.4.0)
6371
activerecord-import (1.8.1)
6472
activerecord (>= 4.2)
65-
activestorage (7.2.0)
66-
actionpack (= 7.2.0)
67-
activejob (= 7.2.0)
68-
activerecord (= 7.2.0)
69-
activesupport (= 7.2.0)
73+
activestorage (7.2.1)
74+
actionpack (= 7.2.1)
75+
activejob (= 7.2.1)
76+
activerecord (= 7.2.1)
77+
activesupport (= 7.2.1)
7078
marcel (~> 1.0)
71-
activesupport (7.2.0)
79+
activesupport (7.2.1)
7280
base64
7381
bigdecimal
7482
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -137,8 +145,6 @@ GEM
137145
bzip2-ffi (1.1.1)
138146
ffi (~> 1.0)
139147
cancancan (3.6.1)
140-
canonical-rails (0.2.15)
141-
actionview (>= 4.1, <= 7.2)
142148
capybara (3.40.0)
143149
addressable
144150
matrix
@@ -480,20 +486,20 @@ GEM
480486
rackup (1.0.0)
481487
rack (< 3)
482488
webrick
483-
rails (7.2.0)
484-
actioncable (= 7.2.0)
485-
actionmailbox (= 7.2.0)
486-
actionmailer (= 7.2.0)
487-
actionpack (= 7.2.0)
488-
actiontext (= 7.2.0)
489-
actionview (= 7.2.0)
490-
activejob (= 7.2.0)
491-
activemodel (= 7.2.0)
492-
activerecord (= 7.2.0)
493-
activestorage (= 7.2.0)
494-
activesupport (= 7.2.0)
489+
rails (7.2.1)
490+
actioncable (= 7.2.1)
491+
actionmailbox (= 7.2.1)
492+
actionmailer (= 7.2.1)
493+
actionpack (= 7.2.1)
494+
actiontext (= 7.2.1)
495+
actionview (= 7.2.1)
496+
activejob (= 7.2.1)
497+
activemodel (= 7.2.1)
498+
activerecord (= 7.2.1)
499+
activestorage (= 7.2.1)
500+
activesupport (= 7.2.1)
495501
bundler (>= 1.15.0)
496-
railties (= 7.2.0)
502+
railties (= 7.2.1)
497503
rails-controller-testing (1.0.5)
498504
actionpack (>= 5.0.1.rc1)
499505
actionview (>= 5.0.1.rc1)
@@ -511,9 +517,9 @@ GEM
511517
rails_param (1.3.1)
512518
actionpack (>= 3.2.0)
513519
activesupport (>= 3.2.0)
514-
railties (7.2.0)
515-
actionpack (= 7.2.0)
516-
activesupport (= 7.2.0)
520+
railties (7.2.1)
521+
actionpack (= 7.2.1)
522+
activesupport (= 7.2.1)
517523
irb (~> 1.13)
518524
rackup (>= 1.0.0)
519525
rake (>= 12.2)
@@ -583,7 +589,7 @@ GEM
583589
addressable (>= 2.3.5)
584590
faraday (>= 0.17.3, < 3)
585591
securerandom (0.3.1)
586-
selenium-webdriver (4.23.0)
592+
selenium-webdriver (4.25.0)
587593
base64 (~> 0.2)
588594
logger (~> 1.4)
589595
rexml (~> 3.2, >= 3.2.5)
@@ -673,7 +679,7 @@ DEPENDENCIES
673679
browser (< 6)
674680
bzip2-ffi
675681
cancancan
676-
canonical-rails
682+
canonical-rails!
677683
capybara (>= 2.15)
678684
config
679685
connection_pool

0 commit comments

Comments
 (0)