We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc125c6 commit eaa15b2Copy full SHA for eaa15b2
Gemfile.lock
@@ -110,6 +110,10 @@ GEM
110
nio4r (2.7.0)
111
nokogiri (1.16.6-arm64-darwin)
112
racc (~> 1.4)
113
+ nokogiri (1.16.6-x86_64-darwin)
114
+ racc (~> 1.4)
115
+ nokogiri (1.16.6-x86_64-linux)
116
117
pry (0.14.2)
118
coderay (~> 1.1)
119
method_source (~> 1.0)
@@ -154,9 +158,9 @@ GEM
154
158
psych (>= 4.0.0)
155
159
reline (0.4.2)
156
160
io-console (~> 0.5)
157
- sqlite3 (1.6.2-arm64-darwin)
- sqlite3 (1.6.2-x86_64-darwin)
- sqlite3 (1.6.2-x86_64-linux)
161
+ sqlite3 (1.7.3-arm64-darwin)
162
+ sqlite3 (1.7.3-x86_64-darwin)
163
+ sqlite3 (1.7.3-x86_64-linux)
164
stringio (3.1.0)
165
thor (1.3.1)
166
timeout (0.4.1)
0 commit comments