Skip to content

Commit 09ed1a4

Browse files
authored
Merge branch 'rails:main' into main
2 parents 6845bb3 + ad2cbb5 commit 09ed1a4

28 files changed

+1134
-568
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ on: [push, pull_request]
33
jobs:
44
tests:
55
strategy:
6+
fail-fast: false
67
matrix:
78
ruby-version:
89
- "2.7"
910
- "3.0"
11+
- "3.1"
12+
- "3.2"
1013
gemfile:
1114
- Gemfile
1215
- gemfiles/rails_7_propshaft.gemfile
@@ -21,7 +24,7 @@ jobs:
2124
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
2225

2326
steps:
24-
- uses: actions/checkout@v1
27+
- uses: actions/checkout@v3
2528

2629
- name: Install Ruby
2730
uses: ruby/setup-ruby@v1

Appraisals

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
appraise "rails_7_sprockets" do
2-
gem "rails", "7.0.0.rc1"
2+
gem "rails", "~> 7.0.0"
33
gem "sprockets-rails"
44
end
55

66
appraise "rails_7_propshaft" do
7-
gem "rails", "7.0.0.rc1"
7+
gem "rails", "~> 7.0.0"
88
gem "propshaft"
99
end

Gemfile.lock

+102-94
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
PATH
22
remote: .
33
specs:
4-
importmap-rails (1.0.1)
4+
importmap-rails (1.1.5)
55
actionpack (>= 6.0.0)
66
railties (>= 6.0.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (6.1.3.1)
12-
actionpack (= 6.1.3.1)
13-
activesupport (= 6.1.3.1)
11+
actioncable (6.1.6)
12+
actionpack (= 6.1.6)
13+
activesupport (= 6.1.6)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
16-
actionmailbox (6.1.3.1)
17-
actionpack (= 6.1.3.1)
18-
activejob (= 6.1.3.1)
19-
activerecord (= 6.1.3.1)
20-
activestorage (= 6.1.3.1)
21-
activesupport (= 6.1.3.1)
16+
actionmailbox (6.1.6)
17+
actionpack (= 6.1.6)
18+
activejob (= 6.1.6)
19+
activerecord (= 6.1.6)
20+
activestorage (= 6.1.6)
21+
activesupport (= 6.1.6)
2222
mail (>= 2.7.1)
23-
actionmailer (6.1.3.1)
24-
actionpack (= 6.1.3.1)
25-
actionview (= 6.1.3.1)
26-
activejob (= 6.1.3.1)
27-
activesupport (= 6.1.3.1)
23+
actionmailer (6.1.6)
24+
actionpack (= 6.1.6)
25+
actionview (= 6.1.6)
26+
activejob (= 6.1.6)
27+
activesupport (= 6.1.6)
2828
mail (~> 2.5, >= 2.5.4)
2929
rails-dom-testing (~> 2.0)
30-
actionpack (6.1.3.1)
31-
actionview (= 6.1.3.1)
32-
activesupport (= 6.1.3.1)
30+
actionpack (6.1.6)
31+
actionview (= 6.1.6)
32+
activesupport (= 6.1.6)
3333
rack (~> 2.0, >= 2.0.9)
3434
rack-test (>= 0.6.3)
3535
rails-dom-testing (~> 2.0)
3636
rails-html-sanitizer (~> 1.0, >= 1.2.0)
37-
actiontext (6.1.3.1)
38-
actionpack (= 6.1.3.1)
39-
activerecord (= 6.1.3.1)
40-
activestorage (= 6.1.3.1)
41-
activesupport (= 6.1.3.1)
37+
actiontext (6.1.6)
38+
actionpack (= 6.1.6)
39+
activerecord (= 6.1.6)
40+
activestorage (= 6.1.6)
41+
activesupport (= 6.1.6)
4242
nokogiri (>= 1.8.5)
43-
actionview (6.1.3.1)
44-
activesupport (= 6.1.3.1)
43+
actionview (6.1.6)
44+
activesupport (= 6.1.6)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (6.1.3.1)
50-
activesupport (= 6.1.3.1)
49+
activejob (6.1.6)
50+
activesupport (= 6.1.6)
5151
globalid (>= 0.3.6)
52-
activemodel (6.1.3.1)
53-
activesupport (= 6.1.3.1)
54-
activerecord (6.1.3.1)
55-
activemodel (= 6.1.3.1)
56-
activesupport (= 6.1.3.1)
57-
activestorage (6.1.3.1)
58-
actionpack (= 6.1.3.1)
59-
activejob (= 6.1.3.1)
60-
activerecord (= 6.1.3.1)
61-
activesupport (= 6.1.3.1)
62-
marcel (~> 1.0.0)
63-
mini_mime (~> 1.0.2)
64-
activesupport (6.1.3.1)
52+
activemodel (6.1.6)
53+
activesupport (= 6.1.6)
54+
activerecord (6.1.6)
55+
activemodel (= 6.1.6)
56+
activesupport (= 6.1.6)
57+
activestorage (6.1.6)
58+
actionpack (= 6.1.6)
59+
activejob (= 6.1.6)
60+
activerecord (= 6.1.6)
61+
activesupport (= 6.1.6)
62+
marcel (~> 1.0)
63+
mini_mime (>= 1.1.0)
64+
activesupport (6.1.6)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -75,107 +75,115 @@ GEM
7575
thor (>= 0.14.0)
7676
builder (3.2.4)
7777
byebug (11.1.3)
78-
capybara (3.35.3)
78+
capybara (3.37.1)
7979
addressable
80+
matrix
8081
mini_mime (>= 0.1.3)
8182
nokogiri (~> 1.8)
8283
rack (>= 1.6.0)
8384
rack-test (>= 0.6.3)
8485
regexp_parser (>= 1.5, < 3.0)
8586
xpath (~> 3.2)
86-
childprocess (3.0.0)
87-
concurrent-ruby (1.1.9)
87+
childprocess (4.1.0)
88+
concurrent-ruby (1.1.10)
8889
crass (1.0.6)
8990
erubi (1.10.0)
90-
globalid (0.5.1)
91+
globalid (1.0.0)
9192
activesupport (>= 5.0)
92-
i18n (1.8.10)
93+
i18n (1.10.0)
9394
concurrent-ruby (~> 1.0)
94-
loofah (2.10.0)
95+
loofah (2.18.0)
9596
crass (~> 1.0.2)
9697
nokogiri (>= 1.5.9)
9798
mail (2.7.1)
9899
mini_mime (>= 0.1.1)
99-
marcel (1.0.1)
100+
marcel (1.0.2)
101+
matrix (0.4.2)
100102
method_source (1.0.0)
101-
mini_mime (1.0.3)
102-
minitest (5.14.4)
103-
nio4r (2.5.7)
104-
nokogiri (1.11.7-arm64-darwin)
103+
mini_mime (1.1.2)
104+
minitest (5.16.2)
105+
nio4r (2.5.8)
106+
nokogiri (1.14.0-arm64-darwin)
105107
racc (~> 1.4)
106-
nokogiri (1.11.7-x86_64-darwin)
108+
nokogiri (1.14.0-x86_64-darwin)
107109
racc (~> 1.4)
108-
nokogiri (1.11.7-x86_64-linux)
110+
nokogiri (1.14.0-x86_64-linux)
109111
racc (~> 1.4)
110-
public_suffix (4.0.6)
111-
racc (1.5.2)
112-
rack (2.2.3)
113-
rack-test (1.1.0)
114-
rack (>= 1.0, < 3)
115-
rails (6.1.3.1)
116-
actioncable (= 6.1.3.1)
117-
actionmailbox (= 6.1.3.1)
118-
actionmailer (= 6.1.3.1)
119-
actionpack (= 6.1.3.1)
120-
actiontext (= 6.1.3.1)
121-
actionview (= 6.1.3.1)
122-
activejob (= 6.1.3.1)
123-
activemodel (= 6.1.3.1)
124-
activerecord (= 6.1.3.1)
125-
activestorage (= 6.1.3.1)
126-
activesupport (= 6.1.3.1)
112+
public_suffix (4.0.7)
113+
racc (1.6.2)
114+
rack (2.2.4)
115+
rack-test (2.0.2)
116+
rack (>= 1.3)
117+
rails (6.1.6)
118+
actioncable (= 6.1.6)
119+
actionmailbox (= 6.1.6)
120+
actionmailer (= 6.1.6)
121+
actionpack (= 6.1.6)
122+
actiontext (= 6.1.6)
123+
actionview (= 6.1.6)
124+
activejob (= 6.1.6)
125+
activemodel (= 6.1.6)
126+
activerecord (= 6.1.6)
127+
activestorage (= 6.1.6)
128+
activesupport (= 6.1.6)
127129
bundler (>= 1.15.0)
128-
railties (= 6.1.3.1)
130+
railties (= 6.1.6)
129131
sprockets-rails (>= 2.0.0)
130132
rails-dom-testing (2.0.3)
131133
activesupport (>= 4.2.0)
132134
nokogiri (>= 1.6)
133-
rails-html-sanitizer (1.3.0)
135+
rails-html-sanitizer (1.4.3)
134136
loofah (~> 2.3)
135-
railties (6.1.3.1)
136-
actionpack (= 6.1.3.1)
137-
activesupport (= 6.1.3.1)
137+
railties (6.1.6)
138+
actionpack (= 6.1.6)
139+
activesupport (= 6.1.6)
138140
method_source
139-
rake (>= 0.8.7)
141+
rake (>= 12.2)
140142
thor (~> 1.0)
141143
rake (13.0.6)
142-
regexp_parser (2.1.1)
144+
regexp_parser (2.5.0)
143145
rexml (3.2.5)
144146
rubyzip (2.3.2)
145-
selenium-webdriver (3.142.7)
146-
childprocess (>= 0.5, < 4.0)
147-
rubyzip (>= 1.2.2)
148-
sprockets (4.0.2)
147+
selenium-webdriver (4.3.0)
148+
childprocess (>= 0.5, < 5.0)
149+
rexml (~> 3.2, >= 3.2.5)
150+
rubyzip (>= 1.2.2, < 3.0)
151+
websocket (~> 1.0)
152+
sprockets (4.1.1)
149153
concurrent-ruby (~> 1.0)
150154
rack (> 1, < 3)
151-
sprockets-rails (3.2.2)
152-
actionpack (>= 4.0)
153-
activesupport (>= 4.0)
155+
sprockets-rails (3.4.2)
156+
actionpack (>= 5.2)
157+
activesupport (>= 5.2)
154158
sprockets (>= 3.0.0)
155-
sqlite3 (1.4.2)
156-
stimulus-rails (0.3.8)
157-
rails (>= 6.0.0)
158-
thor (1.1.0)
159-
turbo-rails (0.7.4)
160-
rails (>= 6.0.0)
159+
sqlite3 (1.4.4)
160+
stimulus-rails (1.0.4)
161+
railties (>= 6.0.0)
162+
thor (1.2.1)
163+
turbo-rails (1.1.1)
164+
actionpack (>= 6.0.0)
165+
activejob (>= 6.0.0)
166+
railties (>= 6.0.0)
161167
tzinfo (2.0.4)
162168
concurrent-ruby (~> 1.0)
163-
webdrivers (4.6.0)
169+
webdrivers (5.0.0)
164170
nokogiri (~> 1.6)
165171
rubyzip (>= 1.3.0)
166-
selenium-webdriver (>= 3.0, < 4.0)
172+
selenium-webdriver (~> 4.0)
173+
websocket (1.2.9)
167174
websocket-driver (0.7.5)
168175
websocket-extensions (>= 0.1.0)
169176
websocket-extensions (0.1.5)
170177
xpath (3.2.0)
171178
nokogiri (~> 1.8)
172-
zeitwerk (2.4.2)
179+
zeitwerk (2.6.0)
173180

174181
PLATFORMS
175182
arm64-darwin-20
176183
arm64-darwin-21
177184
x86_64-darwin-20
178185
x86_64-darwin-21
186+
x86_64-darwin-22
179187
x86_64-linux
180188

181189
DEPENDENCIES
@@ -192,4 +200,4 @@ DEPENDENCIES
192200
webdrivers
193201

194202
BUNDLED WITH
195-
2.2.33
203+
2.4.3

MIT-LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021 Basecamp
1+
Copyright (c) 2022 Basecamp
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)