Skip to content

Commit b930f9d

Browse files
Update to test with Rails v8.1.0.rc1
1 parent 2f5d481 commit b930f9d

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ source "https://rubygems.org"
22

33
gemspec
44

5-
gem "activemodel", "~> 8.1.0.beta1"
6-
gem "actionpack", "~> 8.1.0.beta1"
7-
gem "railties", "~> 8.1.0.beta1"
5+
gem "activemodel", "~> 8.1.0.rc1"
6+
gem "actionpack", "~> 8.1.0.rc1"
7+
gem "railties", "~> 8.1.0.rc1"

Gemfile.lock

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,39 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (8.1.0.beta1)
12-
actionview (= 8.1.0.beta1)
13-
activesupport (= 8.1.0.beta1)
11+
actionpack (8.1.0.rc1)
12+
actionview (= 8.1.0.rc1)
13+
activesupport (= 8.1.0.rc1)
1414
nokogiri (>= 1.8.5)
1515
rack (>= 2.2.4)
1616
rack-session (>= 1.0.1)
1717
rack-test (>= 0.6.3)
1818
rails-dom-testing (~> 2.2)
1919
rails-html-sanitizer (~> 1.6)
2020
useragent (~> 0.16)
21-
actionview (8.1.0.beta1)
22-
activesupport (= 8.1.0.beta1)
21+
actionview (8.1.0.rc1)
22+
activesupport (= 8.1.0.rc1)
2323
builder (~> 3.1)
2424
erubi (~> 1.11)
2525
rails-dom-testing (~> 2.2)
2626
rails-html-sanitizer (~> 1.6)
27-
activemodel (8.1.0.beta1)
28-
activesupport (= 8.1.0.beta1)
29-
activesupport (8.1.0.beta1)
27+
activemodel (8.1.0.rc1)
28+
activesupport (= 8.1.0.rc1)
29+
activesupport (8.1.0.rc1)
3030
base64
31-
benchmark (>= 0.3)
3231
bigdecimal
3332
concurrent-ruby (~> 1.0, >= 1.3.1)
3433
connection_pool (>= 2.2.5)
3534
drb
3635
i18n (>= 1.6, < 2)
36+
json
3737
logger (>= 1.4.2)
3838
minitest (>= 5.1)
3939
securerandom (>= 0.3)
4040
tzinfo (~> 2.0, >= 2.0.5)
4141
uri (>= 0.13.1)
4242
base64 (0.3.0)
43-
benchmark (0.4.1)
44-
bigdecimal (3.2.3)
43+
bigdecimal (3.3.1)
4544
builder (3.3.0)
4645
concurrent-ruby (1.3.5)
4746
connection_pool (2.5.4)
@@ -52,7 +51,7 @@ GEM
5251
crass (1.0.6)
5352
date (3.4.1)
5453
drb (2.2.3)
55-
erb (5.0.2)
54+
erb (5.1.1)
5655
erubi (1.13.1)
5756
i18n (1.14.7)
5857
concurrent-ruby (~> 1.0)
@@ -61,23 +60,24 @@ GEM
6160
pp (>= 0.6.0)
6261
rdoc (>= 4.0.0)
6362
reline (>= 0.4.2)
63+
json (2.15.1)
6464
logger (1.7.0)
6565
loofah (2.24.1)
6666
crass (~> 1.0.2)
6767
nokogiri (>= 1.12.0)
6868
mini_portile2 (2.8.9)
69-
minitest (5.25.5)
69+
minitest (5.26.0)
7070
nokogiri (1.18.10)
7171
mini_portile2 (~> 2.8.2)
7272
racc (~> 1.4)
73-
pp (0.6.2)
73+
pp (0.6.3)
7474
prettyprint
7575
prettyprint (0.2.0)
7676
psych (5.2.6)
7777
date
7878
stringio
7979
racc (1.8.1)
80-
rack (3.2.1)
80+
rack (3.2.3)
8181
rack-session (2.1.1)
8282
base64 (>= 0.1.0)
8383
rack (>= 3.0.0)
@@ -92,19 +92,20 @@ GEM
9292
rails-html-sanitizer (1.6.2)
9393
loofah (~> 2.21)
9494
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)
95-
railties (8.1.0.beta1)
96-
actionpack (= 8.1.0.beta1)
97-
activesupport (= 8.1.0.beta1)
95+
railties (8.1.0.rc1)
96+
actionpack (= 8.1.0.rc1)
97+
activesupport (= 8.1.0.rc1)
9898
irb (~> 1.13)
9999
rackup (>= 1.0.0)
100100
rake (>= 12.2)
101101
thor (~> 1.0, >= 1.2.2)
102102
tsort (>= 0.2)
103103
zeitwerk (~> 2.6)
104104
rake (13.3.0)
105-
rdoc (6.14.2)
105+
rdoc (6.15.0)
106106
erb
107107
psych (>= 4.0.0)
108+
tsort
108109
reline (0.6.2)
109110
io-console (~> 0.5)
110111
securerandom (0.4.1)
@@ -114,18 +115,18 @@ GEM
114115
tzinfo (2.0.6)
115116
concurrent-ruby (~> 1.0)
116117
unaccent (0.4.0)
117-
uri (1.0.3)
118+
uri (1.0.4)
118119
useragent (0.16.11)
119120
zeitwerk (2.7.3)
120121

121122
PLATFORMS
122123
ruby
123124

124125
DEPENDENCIES
125-
actionpack (~> 8.1.0.beta1)
126-
activemodel (~> 8.1.0.beta1)
126+
actionpack (~> 8.1.0.rc1)
127+
activemodel (~> 8.1.0.rc1)
127128
country_select
128-
railties (~> 8.1.0.beta1)
129+
railties (~> 8.1.0.rc1)
129130
rake
130131
simple_form!
131132

0 commit comments

Comments
 (0)