Skip to content

Commit 1cf31d4

Browse files
Update to test with Rails v8.1.0 final
1 parent 141ef37 commit 1cf31d4

2 files changed

Lines changed: 57 additions & 56 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemspec
66

77
gem "omniauth"
88
gem "omniauth-oauth2"
9-
gem "rails", "~> 8.1.0.rc1"
9+
gem "rails", "~> 8.1.0"
1010
gem "rdoc"
1111

1212
gem "rails-controller-testing", github: "rails/rails-controller-testing"

Gemfile.lock

Lines changed: 56 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -22,66 +22,66 @@ GEM
2222
specs:
2323
action_text-trix (2.1.15)
2424
railties
25-
actioncable (8.1.0.rc1)
26-
actionpack (= 8.1.0.rc1)
27-
activesupport (= 8.1.0.rc1)
25+
actioncable (8.1.0)
26+
actionpack (= 8.1.0)
27+
activesupport (= 8.1.0)
2828
nio4r (~> 2.0)
2929
websocket-driver (>= 0.6.1)
3030
zeitwerk (~> 2.6)
31-
actionmailbox (8.1.0.rc1)
32-
actionpack (= 8.1.0.rc1)
33-
activejob (= 8.1.0.rc1)
34-
activerecord (= 8.1.0.rc1)
35-
activestorage (= 8.1.0.rc1)
36-
activesupport (= 8.1.0.rc1)
31+
actionmailbox (8.1.0)
32+
actionpack (= 8.1.0)
33+
activejob (= 8.1.0)
34+
activerecord (= 8.1.0)
35+
activestorage (= 8.1.0)
36+
activesupport (= 8.1.0)
3737
mail (>= 2.8.0)
38-
actionmailer (8.1.0.rc1)
39-
actionpack (= 8.1.0.rc1)
40-
actionview (= 8.1.0.rc1)
41-
activejob (= 8.1.0.rc1)
42-
activesupport (= 8.1.0.rc1)
38+
actionmailer (8.1.0)
39+
actionpack (= 8.1.0)
40+
actionview (= 8.1.0)
41+
activejob (= 8.1.0)
42+
activesupport (= 8.1.0)
4343
mail (>= 2.8.0)
4444
rails-dom-testing (~> 2.2)
45-
actionpack (8.1.0.rc1)
46-
actionview (= 8.1.0.rc1)
47-
activesupport (= 8.1.0.rc1)
45+
actionpack (8.1.0)
46+
actionview (= 8.1.0)
47+
activesupport (= 8.1.0)
4848
nokogiri (>= 1.8.5)
4949
rack (>= 2.2.4)
5050
rack-session (>= 1.0.1)
5151
rack-test (>= 0.6.3)
5252
rails-dom-testing (~> 2.2)
5353
rails-html-sanitizer (~> 1.6)
5454
useragent (~> 0.16)
55-
actiontext (8.1.0.rc1)
55+
actiontext (8.1.0)
5656
action_text-trix (~> 2.1.15)
57-
actionpack (= 8.1.0.rc1)
58-
activerecord (= 8.1.0.rc1)
59-
activestorage (= 8.1.0.rc1)
60-
activesupport (= 8.1.0.rc1)
57+
actionpack (= 8.1.0)
58+
activerecord (= 8.1.0)
59+
activestorage (= 8.1.0)
60+
activesupport (= 8.1.0)
6161
globalid (>= 0.6.0)
6262
nokogiri (>= 1.8.5)
63-
actionview (8.1.0.rc1)
64-
activesupport (= 8.1.0.rc1)
63+
actionview (8.1.0)
64+
activesupport (= 8.1.0)
6565
builder (~> 3.1)
6666
erubi (~> 1.11)
6767
rails-dom-testing (~> 2.2)
6868
rails-html-sanitizer (~> 1.6)
69-
activejob (8.1.0.rc1)
70-
activesupport (= 8.1.0.rc1)
69+
activejob (8.1.0)
70+
activesupport (= 8.1.0)
7171
globalid (>= 0.3.6)
72-
activemodel (8.1.0.rc1)
73-
activesupport (= 8.1.0.rc1)
74-
activerecord (8.1.0.rc1)
75-
activemodel (= 8.1.0.rc1)
76-
activesupport (= 8.1.0.rc1)
72+
activemodel (8.1.0)
73+
activesupport (= 8.1.0)
74+
activerecord (8.1.0)
75+
activemodel (= 8.1.0)
76+
activesupport (= 8.1.0)
7777
timeout (>= 0.4.0)
78-
activestorage (8.1.0.rc1)
79-
actionpack (= 8.1.0.rc1)
80-
activejob (= 8.1.0.rc1)
81-
activerecord (= 8.1.0.rc1)
82-
activesupport (= 8.1.0.rc1)
78+
activestorage (8.1.0)
79+
actionpack (= 8.1.0)
80+
activejob (= 8.1.0)
81+
activerecord (= 8.1.0)
82+
activesupport (= 8.1.0)
8383
marcel (~> 1.0)
84-
activesupport (8.1.0.rc1)
84+
activesupport (8.1.0)
8585
base64
8686
bigdecimal
8787
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -128,7 +128,8 @@ GEM
128128
loofah (2.24.1)
129129
crass (~> 1.0.2)
130130
nokogiri (>= 1.12.0)
131-
mail (2.8.1)
131+
mail (2.9.0)
132+
logger
132133
mini_mime (>= 0.1.1)
133134
net-imap
134135
net-pop
@@ -203,30 +204,30 @@ GEM
203204
rack (>= 1.3)
204205
rackup (2.2.1)
205206
rack (>= 3)
206-
rails (8.1.0.rc1)
207-
actioncable (= 8.1.0.rc1)
208-
actionmailbox (= 8.1.0.rc1)
209-
actionmailer (= 8.1.0.rc1)
210-
actionpack (= 8.1.0.rc1)
211-
actiontext (= 8.1.0.rc1)
212-
actionview (= 8.1.0.rc1)
213-
activejob (= 8.1.0.rc1)
214-
activemodel (= 8.1.0.rc1)
215-
activerecord (= 8.1.0.rc1)
216-
activestorage (= 8.1.0.rc1)
217-
activesupport (= 8.1.0.rc1)
207+
rails (8.1.0)
208+
actioncable (= 8.1.0)
209+
actionmailbox (= 8.1.0)
210+
actionmailer (= 8.1.0)
211+
actionpack (= 8.1.0)
212+
actiontext (= 8.1.0)
213+
actionview (= 8.1.0)
214+
activejob (= 8.1.0)
215+
activemodel (= 8.1.0)
216+
activerecord (= 8.1.0)
217+
activestorage (= 8.1.0)
218+
activesupport (= 8.1.0)
218219
bundler (>= 1.15.0)
219-
railties (= 8.1.0.rc1)
220+
railties (= 8.1.0)
220221
rails-dom-testing (2.3.0)
221222
activesupport (>= 5.0.0)
222223
minitest
223224
nokogiri (>= 1.6)
224225
rails-html-sanitizer (1.6.2)
225226
loofah (~> 2.21)
226227
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
227-
railties (8.1.0.rc1)
228-
actionpack (= 8.1.0.rc1)
229-
activesupport (= 8.1.0.rc1)
228+
railties (8.1.0)
229+
actionpack (= 8.1.0)
230+
activesupport (= 8.1.0)
230231
irb (~> 1.13)
231232
rackup (>= 1.0.0)
232233
rake (>= 12.2)
@@ -284,7 +285,7 @@ DEPENDENCIES
284285
omniauth-facebook
285286
omniauth-oauth2
286287
omniauth-openid
287-
rails (~> 8.1.0.rc1)
288+
rails (~> 8.1.0)
288289
rails-controller-testing!
289290
rdoc
290291
responders (~> 3.1)

0 commit comments

Comments
 (0)