Skip to content

Commit 6882e11

Browse files
authored
Test against rails v7.0.0.rc1 (#81)
1 parent 4290515 commit 6882e11

File tree

5 files changed

+142
-152
lines changed

5 files changed

+142
-152
lines changed

Appraisals

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
appraise "rails_7_sprockets" do
2-
gem "rails", github: "rails/rails", ref: "main"
2+
gem "rails", "7.0.0.rc1"
33
gem "sprockets-rails"
44
end
55

66
appraise "rails_7_propshaft" do
7-
gem "rails", github: "rails/rails", ref: "main"
7+
gem "rails", "7.0.0.rc1"
88
gem "propshaft"
99
end

gemfiles/rails_7_propshaft.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "rails", ref: "main", git: "https://github.com/rails/rails.git"
5+
gem "rails", "7.0.0.rc1"
66
gem "sqlite3"
77
gem "propshaft"
88

gemfiles/rails_7_propshaft.gemfile.lock

Lines changed: 69 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,71 @@
1-
GIT
2-
remote: https://github.com/rails/rails.git
3-
revision: 6e1694275007b94b8112455ac53e8a345938376e
4-
ref: main
1+
PATH
2+
remote: ..
3+
specs:
4+
importmap-rails (0.9.3)
5+
rails (>= 6.0.0)
6+
7+
GEM
8+
remote: https://rubygems.org/
59
specs:
6-
actioncable (7.0.0.alpha2)
7-
actionpack (= 7.0.0.alpha2)
8-
activesupport (= 7.0.0.alpha2)
10+
actioncable (7.0.0.rc1)
11+
actionpack (= 7.0.0.rc1)
12+
activesupport (= 7.0.0.rc1)
913
nio4r (~> 2.0)
1014
websocket-driver (>= 0.6.1)
11-
actionmailbox (7.0.0.alpha2)
12-
actionpack (= 7.0.0.alpha2)
13-
activejob (= 7.0.0.alpha2)
14-
activerecord (= 7.0.0.alpha2)
15-
activestorage (= 7.0.0.alpha2)
16-
activesupport (= 7.0.0.alpha2)
15+
actionmailbox (7.0.0.rc1)
16+
actionpack (= 7.0.0.rc1)
17+
activejob (= 7.0.0.rc1)
18+
activerecord (= 7.0.0.rc1)
19+
activestorage (= 7.0.0.rc1)
20+
activesupport (= 7.0.0.rc1)
1721
mail (>= 2.7.1)
18-
actionmailer (7.0.0.alpha2)
19-
actionpack (= 7.0.0.alpha2)
20-
actionview (= 7.0.0.alpha2)
21-
activejob (= 7.0.0.alpha2)
22-
activesupport (= 7.0.0.alpha2)
22+
actionmailer (7.0.0.rc1)
23+
actionpack (= 7.0.0.rc1)
24+
actionview (= 7.0.0.rc1)
25+
activejob (= 7.0.0.rc1)
26+
activesupport (= 7.0.0.rc1)
2327
mail (~> 2.5, >= 2.5.4)
2428
rails-dom-testing (~> 2.0)
25-
actionpack (7.0.0.alpha2)
26-
actionview (= 7.0.0.alpha2)
27-
activesupport (= 7.0.0.alpha2)
29+
actionpack (7.0.0.rc1)
30+
actionview (= 7.0.0.rc1)
31+
activesupport (= 7.0.0.rc1)
2832
rack (~> 2.0, >= 2.2.0)
2933
rack-test (>= 0.6.3)
3034
rails-dom-testing (~> 2.0)
3135
rails-html-sanitizer (~> 1.0, >= 1.2.0)
32-
actiontext (7.0.0.alpha2)
33-
actionpack (= 7.0.0.alpha2)
34-
activerecord (= 7.0.0.alpha2)
35-
activestorage (= 7.0.0.alpha2)
36-
activesupport (= 7.0.0.alpha2)
36+
actiontext (7.0.0.rc1)
37+
actionpack (= 7.0.0.rc1)
38+
activerecord (= 7.0.0.rc1)
39+
activestorage (= 7.0.0.rc1)
40+
activesupport (= 7.0.0.rc1)
41+
globalid (>= 0.6.0)
3742
nokogiri (>= 1.8.5)
38-
actionview (7.0.0.alpha2)
39-
activesupport (= 7.0.0.alpha2)
43+
actionview (7.0.0.rc1)
44+
activesupport (= 7.0.0.rc1)
4045
builder (~> 3.1)
4146
erubi (~> 1.4)
4247
rails-dom-testing (~> 2.0)
4348
rails-html-sanitizer (~> 1.1, >= 1.2.0)
44-
activejob (7.0.0.alpha2)
45-
activesupport (= 7.0.0.alpha2)
49+
activejob (7.0.0.rc1)
50+
activesupport (= 7.0.0.rc1)
4651
globalid (>= 0.3.6)
47-
activemodel (7.0.0.alpha2)
48-
activesupport (= 7.0.0.alpha2)
49-
activerecord (7.0.0.alpha2)
50-
activemodel (= 7.0.0.alpha2)
51-
activesupport (= 7.0.0.alpha2)
52-
activestorage (7.0.0.alpha2)
53-
actionpack (= 7.0.0.alpha2)
54-
activejob (= 7.0.0.alpha2)
55-
activerecord (= 7.0.0.alpha2)
56-
activesupport (= 7.0.0.alpha2)
52+
activemodel (7.0.0.rc1)
53+
activesupport (= 7.0.0.rc1)
54+
activerecord (7.0.0.rc1)
55+
activemodel (= 7.0.0.rc1)
56+
activesupport (= 7.0.0.rc1)
57+
activestorage (7.0.0.rc1)
58+
actionpack (= 7.0.0.rc1)
59+
activejob (= 7.0.0.rc1)
60+
activerecord (= 7.0.0.rc1)
61+
activesupport (= 7.0.0.rc1)
5762
marcel (~> 1.0)
5863
mini_mime (>= 1.1.0)
59-
activesupport (7.0.0.alpha2)
64+
activesupport (7.0.0.rc1)
6065
concurrent-ruby (~> 1.0, >= 1.0.2)
6166
i18n (>= 1.6, < 2)
6267
minitest (>= 5.1)
6368
tzinfo (~> 2.0)
64-
rails (7.0.0.alpha2)
65-
actioncable (= 7.0.0.alpha2)
66-
actionmailbox (= 7.0.0.alpha2)
67-
actionmailer (= 7.0.0.alpha2)
68-
actionpack (= 7.0.0.alpha2)
69-
actiontext (= 7.0.0.alpha2)
70-
actionview (= 7.0.0.alpha2)
71-
activejob (= 7.0.0.alpha2)
72-
activemodel (= 7.0.0.alpha2)
73-
activerecord (= 7.0.0.alpha2)
74-
activestorage (= 7.0.0.alpha2)
75-
activesupport (= 7.0.0.alpha2)
76-
bundler (>= 1.15.0)
77-
railties (= 7.0.0.alpha2)
78-
railties (7.0.0.alpha2)
79-
actionpack (= 7.0.0.alpha2)
80-
activesupport (= 7.0.0.alpha2)
81-
method_source
82-
rake (>= 12.2)
83-
thor (~> 1.0)
84-
zeitwerk (~> 2.5)
85-
86-
PATH
87-
remote: ..
88-
specs:
89-
importmap-rails (0.9.3)
90-
rails (>= 6.0.0)
91-
92-
GEM
93-
remote: https://rubygems.org/
94-
specs:
9569
addressable (2.8.0)
9670
public_suffix (>= 2.0.2, < 5.0)
9771
appraisal (2.4.1)
@@ -113,7 +87,7 @@ GEM
11387
concurrent-ruby (1.1.9)
11488
crass (1.0.6)
11589
erubi (1.10.0)
116-
globalid (0.5.2)
90+
globalid (1.0.0)
11791
activesupport (>= 5.0)
11892
i18n (1.8.11)
11993
concurrent-ruby (~> 1.0)
@@ -139,11 +113,32 @@ GEM
139113
rack (2.2.3)
140114
rack-test (1.1.0)
141115
rack (>= 1.0, < 3)
116+
rails (7.0.0.rc1)
117+
actioncable (= 7.0.0.rc1)
118+
actionmailbox (= 7.0.0.rc1)
119+
actionmailer (= 7.0.0.rc1)
120+
actionpack (= 7.0.0.rc1)
121+
actiontext (= 7.0.0.rc1)
122+
actionview (= 7.0.0.rc1)
123+
activejob (= 7.0.0.rc1)
124+
activemodel (= 7.0.0.rc1)
125+
activerecord (= 7.0.0.rc1)
126+
activestorage (= 7.0.0.rc1)
127+
activesupport (= 7.0.0.rc1)
128+
bundler (>= 1.15.0)
129+
railties (= 7.0.0.rc1)
142130
rails-dom-testing (2.0.3)
143131
activesupport (>= 4.2.0)
144132
nokogiri (>= 1.6)
145133
rails-html-sanitizer (1.4.2)
146134
loofah (~> 2.3)
135+
railties (7.0.0.rc1)
136+
actionpack (= 7.0.0.rc1)
137+
activesupport (= 7.0.0.rc1)
138+
method_source
139+
rake (>= 12.2)
140+
thor (~> 1.0)
141+
zeitwerk (~> 2.5)
147142
rake (13.0.6)
148143
regexp_parser (2.1.1)
149144
rexml (3.2.5)
@@ -181,7 +176,7 @@ DEPENDENCIES
181176
capybara
182177
importmap-rails!
183178
propshaft
184-
rails!
179+
rails (= 7.0.0.rc1)
185180
rexml
186181
selenium-webdriver
187182
sqlite3

gemfiles/rails_7_sprockets.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "rails", ref: "main", git: "https://github.com/rails/rails.git"
5+
gem "rails", "7.0.0.rc1"
66
gem "sqlite3"
77
gem "sprockets-rails"
88

0 commit comments

Comments
 (0)