Skip to content

Commit 9ad68c1

Browse files
committed
Updated dependencies
1 parent b157bb5 commit 9ad68c1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Gemfile.lock

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
next_rails_scaffold (0.1.12)
5-
rails (~> 7.1.2)
4+
next_rails_scaffold (0.1.13)
5+
rails (>= 7.1.2)
66

77
GEM
88
remote: https://rubygems.org/
@@ -112,6 +112,7 @@ GEM
112112
net-smtp
113113
marcel (1.0.2)
114114
mini_mime (1.1.5)
115+
mini_portile2 (2.8.8)
115116
minitest (5.20.0)
116117
mutex_m (0.2.0)
117118
net-imap (0.4.5)
@@ -124,7 +125,8 @@ GEM
124125
net-smtp (0.4.0)
125126
net-protocol
126127
nio4r (2.5.9)
127-
nokogiri (1.15.4-arm64-darwin)
128+
nokogiri (1.15.4)
129+
mini_portile2 (~> 2.8.2)
128130
racc (~> 1.4)
129131
parallel (1.23.0)
130132
parser (3.2.2.4)
@@ -208,6 +210,8 @@ GEM
208210
PLATFORMS
209211
arm64-darwin-21
210212
arm64-darwin-22
213+
arm64-darwin-23
214+
x86_64-linux
211215

212216
DEPENDENCIES
213217
minitest (~> 5.0)

0 commit comments

Comments
 (0)