We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b157bb5 commit 9ad68c1Copy full SHA for 9ad68c1
Gemfile.lock
@@ -1,8 +1,8 @@
1
PATH
2
remote: .
3
specs:
4
- next_rails_scaffold (0.1.12)
5
- rails (~> 7.1.2)
+ next_rails_scaffold (0.1.13)
+ rails (>= 7.1.2)
6
7
GEM
8
remote: https://rubygems.org/
@@ -112,6 +112,7 @@ GEM
112
net-smtp
113
marcel (1.0.2)
114
mini_mime (1.1.5)
115
+ mini_portile2 (2.8.8)
116
minitest (5.20.0)
117
mutex_m (0.2.0)
118
net-imap (0.4.5)
@@ -124,7 +125,8 @@ GEM
124
125
net-smtp (0.4.0)
126
net-protocol
127
nio4r (2.5.9)
- nokogiri (1.15.4-arm64-darwin)
128
+ nokogiri (1.15.4)
129
+ mini_portile2 (~> 2.8.2)
130
racc (~> 1.4)
131
parallel (1.23.0)
132
parser (3.2.2.4)
@@ -208,6 +210,8 @@ GEM
208
210
PLATFORMS
209
211
arm64-darwin-21
212
arm64-darwin-22
213
+ arm64-darwin-23
214
+ x86_64-linux
215
216
DEPENDENCIES
217
minitest (~> 5.0)
0 commit comments