Skip to content

Commit 2fb60a9

Browse files
authored
Merge pull request #571 from Shopify/dependabot/bundler/dev/activemodel-8.0.1
Bump activemodel from 7.2.2 to 8.0.1 in /dev
2 parents 69e89b0 + 06803fd commit 2fb60a9

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

dev/Gemfile.lock

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (7.2.2)
5-
activesupport (= 7.2.2)
6-
activesupport (7.2.2)
4+
activemodel (8.0.1)
5+
activesupport (= 8.0.1)
6+
activesupport (8.0.1)
77
base64
88
benchmark (>= 0.3)
99
bigdecimal
@@ -15,15 +15,16 @@ GEM
1515
minitest (>= 5.1)
1616
securerandom (>= 0.3)
1717
tzinfo (~> 2.0, >= 2.0.5)
18+
uri (>= 0.13.1)
1819
addressable (2.8.7)
1920
public_suffix (>= 2.0.2, < 7.0)
2021
ast (2.4.2)
2122
base64 (0.2.0)
22-
benchmark (0.3.0)
23-
bigdecimal (3.1.8)
23+
benchmark (0.4.0)
24+
bigdecimal (3.1.9)
2425
colorator (1.1.0)
25-
concurrent-ruby (1.3.4)
26-
connection_pool (2.4.1)
26+
concurrent-ruby (1.3.5)
27+
connection_pool (2.5.0)
2728
csv (3.3.2)
2829
drb (2.2.1)
2930
em-websocket (0.5.3)
@@ -61,7 +62,7 @@ GEM
6162
bigdecimal
6263
rake (>= 13)
6364
http_parser.rb (0.8.0)
64-
i18n (1.14.6)
65+
i18n (1.14.7)
6566
concurrent-ruby (~> 1.0)
6667
jekyll (4.4.1)
6768
addressable (~> 2.4)
@@ -98,7 +99,7 @@ GEM
9899
listen (3.9.0)
99100
rb-fsevent (~> 0.10, >= 0.10.3)
100101
rb-inotify (~> 0.9, >= 0.9.10)
101-
logger (1.6.1)
102+
logger (1.6.6)
102103
mercenary (0.4.0)
103104
minitest (5.25.1)
104105
minitest-hooks (1.5.2)
@@ -173,13 +174,14 @@ GEM
173174
google-protobuf (~> 4.29)
174175
sass-embedded (1.83.4-x86_64-linux-musl)
175176
google-protobuf (~> 4.29)
176-
securerandom (0.3.1)
177+
securerandom (0.4.1)
177178
terminal-table (3.0.2)
178179
unicode-display_width (>= 1.1.1, < 3)
179180
thor (1.3.2)
180181
tzinfo (2.0.6)
181182
concurrent-ruby (~> 1.0)
182183
unicode-display_width (2.6.0)
184+
uri (1.0.2)
183185
webrick (1.9.1)
184186

185187
PLATFORMS

0 commit comments

Comments
 (0)