File tree Expand file tree Collapse file tree 2 files changed +4
-26
lines changed
Expand file tree Collapse file tree 2 files changed +4
-26
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ gem 'puma', '~> 6.5.0'
1313# Reduces boot times through caching; required in config/boot.rb
1414gem 'bootsnap' , '>= 1.1.0' , require : false
1515
16- gem 'nokogiri' , '~> 1.18.10'
16+ gem 'nokogiri'
1717
1818# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
1919gem 'rack-cors'
Original file line number Diff line number Diff line change 8989 drb (2.2.3 )
9090 erb (5.0.1 )
9191 erubi (1.13.1 )
92- ffi (1.17.1-aarch64-linux-gnu )
93- ffi (1.17.1-arm-linux-gnu )
94- ffi (1.17.1-arm64-darwin )
95- ffi (1.17.1-x86-linux-gnu )
96- ffi (1.17.1-x86_64-darwin )
97- ffi (1.17.1-x86_64-linux-gnu )
92+ ffi (1.17.1 )
9893 globalid (1.2.1 )
9994 activesupport (>= 6.1 )
10095 i18n (1.14.7 )
131126 net-smtp (0.5.0 )
132127 net-protocol
133128 nio4r (2.7.4 )
134- nokogiri (1.18.10 )
129+ nokogiri (1.19.0 )
135130 mini_portile2 (~> 2.8.2 )
136131 racc (~> 1.4 )
137- nokogiri (1.18.10-aarch64-linux-gnu )
138- racc (~> 1.4 )
139- nokogiri (1.18.10-arm-linux-gnu )
140- racc (~> 1.4 )
141- nokogiri (1.18.10-arm64-darwin )
142- racc (~> 1.4 )
143- nokogiri (1.18.10-x86_64-darwin )
144- racc (~> 1.4 )
145- nokogiri (1.18.10-x86_64-linux-gnu )
146- racc (~> 1.4 )
147132 pg (1.5.9 )
148133 pp (0.6.2 )
149134 prettyprint
@@ -226,23 +211,16 @@ GEM
226211 zeitwerk (2.7.3 )
227212
228213PLATFORMS
229- aarch64-linux
230- aarch64-linux-gnu
231- arm-linux
232- arm-linux-gnu
233214 arm64-darwin
234- x86-linux
235- x86-linux-gnu
236215 x86_64-darwin
237216 x86_64-linux
238- x86_64-linux-gnu
239217 ruby
240218
241219DEPENDENCIES
242220 bootsnap (>= 1.1.0 )
243221 dotenv-rails
244222 listen (~> 3.5 )
245- nokogiri ( ~> 1.18.10 )
223+ nokogiri
246224 pg
247225 puma (~> 6.5.0 )
248226 rack
You can’t perform that action at this time.
0 commit comments