Skip to content

Commit 03c375d

Browse files
Run tests with latest gems, specifically country_select v9.0.0
Trying to see if we get a build failure, related to report #1833
1 parent 8f77f59 commit 03c375d

File tree

1 file changed

+37
-38
lines changed

1 file changed

+37
-38
lines changed

Gemfile.lock

+37-38
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,25 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (7.1.0)
12-
actionview (= 7.1.0)
13-
activesupport (= 7.1.0)
11+
actionpack (7.1.3.2)
12+
actionview (= 7.1.3.2)
13+
activesupport (= 7.1.3.2)
1414
nokogiri (>= 1.8.5)
15+
racc
1516
rack (>= 2.2.4)
1617
rack-session (>= 1.0.1)
1718
rack-test (>= 0.6.3)
1819
rails-dom-testing (~> 2.2)
1920
rails-html-sanitizer (~> 1.6)
20-
actionview (7.1.0)
21-
activesupport (= 7.1.0)
21+
actionview (7.1.3.2)
22+
activesupport (= 7.1.3.2)
2223
builder (~> 3.1)
2324
erubi (~> 1.11)
2425
rails-dom-testing (~> 2.2)
2526
rails-html-sanitizer (~> 1.6)
26-
activemodel (7.1.0)
27-
activesupport (= 7.1.0)
28-
activesupport (7.1.0)
27+
activemodel (7.1.3.2)
28+
activesupport (= 7.1.3.2)
29+
activesupport (7.1.3.2)
2930
base64
3031
bigdecimal
3132
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -35,38 +36,37 @@ GEM
3536
minitest (>= 5.1)
3637
mutex_m
3738
tzinfo (~> 2.0)
38-
base64 (0.1.1)
39-
bigdecimal (3.1.4)
39+
base64 (0.2.0)
40+
bigdecimal (3.1.6)
4041
builder (3.2.4)
41-
concurrent-ruby (1.2.2)
42+
concurrent-ruby (1.2.3)
4243
connection_pool (2.4.1)
43-
countries (5.7.0)
44+
countries (6.0.0)
4445
unaccent (~> 0.3)
45-
country_select (8.0.3)
46-
countries (~> 5.0)
46+
country_select (9.0.0)
47+
countries (> 5.0, < 7.0)
4748
crass (1.0.6)
48-
drb (2.1.1)
49-
ruby2_keywords
49+
drb (2.2.1)
5050
erubi (1.12.0)
5151
i18n (1.14.1)
5252
concurrent-ruby (~> 1.0)
53-
io-console (0.6.0)
54-
irb (1.8.1)
53+
io-console (0.7.2)
54+
irb (1.11.2)
5555
rdoc
56-
reline (>= 0.3.8)
57-
loofah (2.21.4)
56+
reline (>= 0.4.2)
57+
loofah (2.22.0)
5858
crass (~> 1.0.2)
5959
nokogiri (>= 1.12.0)
60-
mini_portile2 (2.8.4)
61-
minitest (5.20.0)
62-
mutex_m (0.1.2)
63-
nokogiri (1.15.4)
60+
mini_portile2 (2.8.5)
61+
minitest (5.22.2)
62+
mutex_m (0.2.0)
63+
nokogiri (1.16.2)
6464
mini_portile2 (~> 2.8.2)
6565
racc (~> 1.4)
66-
psych (5.1.0)
66+
psych (5.1.2)
6767
stringio
68-
racc (1.7.1)
69-
rack (3.0.8)
68+
racc (1.7.3)
69+
rack (3.0.9.1)
7070
rack-session (2.0.0)
7171
rack (>= 3.0.0)
7272
rack-test (2.1.0)
@@ -81,27 +81,26 @@ GEM
8181
rails-html-sanitizer (1.6.0)
8282
loofah (~> 2.21)
8383
nokogiri (~> 1.14)
84-
railties (7.1.0)
85-
actionpack (= 7.1.0)
86-
activesupport (= 7.1.0)
84+
railties (7.1.3.2)
85+
actionpack (= 7.1.3.2)
86+
activesupport (= 7.1.3.2)
8787
irb
8888
rackup (>= 1.0.0)
8989
rake (>= 12.2)
9090
thor (~> 1.0, >= 1.2.2)
9191
zeitwerk (~> 2.6)
92-
rake (13.0.6)
93-
rdoc (6.5.0)
92+
rake (13.1.0)
93+
rdoc (6.6.2)
9494
psych (>= 4.0.0)
95-
reline (0.3.9)
95+
reline (0.4.3)
9696
io-console (~> 0.5)
97-
ruby2_keywords (0.0.5)
98-
stringio (3.0.8)
99-
thor (1.2.2)
97+
stringio (3.1.0)
98+
thor (1.3.1)
10099
tzinfo (2.0.6)
101100
concurrent-ruby (~> 1.0)
102101
unaccent (0.4.0)
103102
webrick (1.8.1)
104-
zeitwerk (2.6.12)
103+
zeitwerk (2.6.13)
105104

106105
PLATFORMS
107106
ruby
@@ -115,4 +114,4 @@ DEPENDENCIES
115114
simple_form!
116115

117116
BUNDLED WITH
118-
2.4.20
117+
2.4.22

0 commit comments

Comments
 (0)