We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b4fbf commit cd6322fCopy full SHA for cd6322f
Gemfile.lock
@@ -151,7 +151,9 @@ GEM
151
net-smtp (0.3.3)
152
net-protocol
153
nio4r (2.5.9)
154
- nokogiri (1.15.4-arm64-darwin)
+ nokogiri (1.16.3-arm64-darwin)
155
+ racc (~> 1.4)
156
+ nokogiri (1.16.3-x86_64-linux)
157
racc (~> 1.4)
158
octokit (4.25.1)
159
faraday (>= 1, < 3)
@@ -164,7 +166,7 @@ GEM
164
166
protocol-hpack (~> 1.4)
165
167
protocol-http (~> 0.18)
168
public_suffix (5.0.3)
- racc (1.7.1)
169
+ racc (1.7.3)
170
rack (2.2.8)
171
rack-test (2.1.0)
172
rack (>= 1.3)
@@ -230,6 +232,7 @@ GEM
230
232
231
233
PLATFORMS
234
arm64-darwin-22
235
+ x86_64-linux
236
237
DEPENDENCIES
238
github_changelog_generator (~> 1.16)
0 commit comments