We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92935e commit a5f03d9Copy full SHA for a5f03d9
Gemfile.lock
@@ -110,14 +110,16 @@ GEM
110
net-smtp (0.3.3)
111
net-protocol
112
nio4r (2.5.9)
113
- nokogiri (1.14.3-aarch64-linux)
+ nokogiri (1.16.5-aarch64-linux)
114
racc (~> 1.4)
115
- nokogiri (1.14.3-arm64-darwin)
+ nokogiri (1.16.5-arm64-darwin)
116
+ racc (~> 1.4)
117
+ nokogiri (1.16.5-x86_64-linux)
118
119
pry (0.14.2)
120
coderay (~> 1.1)
121
method_source (~> 1.0)
- racc (1.6.2)
122
+ racc (1.8.0)
123
rack (2.2.6.4)
124
rack-test (2.1.0)
125
rack (>= 1.3)
@@ -162,6 +164,7 @@ GEM
162
164
PLATFORMS
163
165
aarch64-linux
166
arm64-darwin-22
167
+ x86_64-linux
168
169
DEPENDENCIES
170
lambda_punch!
0 commit comments