Skip to content

Commit a37456a

Browse files
authored
[rails] fix Gemfile after dependabot bump - attempt 2 (#1254)
1 parent aa7bad2 commit a37456a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

ruby-on-rails/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'puma', '~> 6.5.0'
1313
# Reduces boot times through caching; required in config/boot.rb
1414
gem 'bootsnap', '>= 1.1.0', require: false
1515

16-
gem 'nokogiri', '~>1.18.9'
16+
gem 'nokogiri', '~> 1.18.10'
1717

1818
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
1919
gem 'rack-cors'

ruby-on-rails/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,18 +131,18 @@ GEM
131131
net-smtp (0.5.0)
132132
net-protocol
133133
nio4r (2.7.4)
134-
nokogiri (1.18.9)
134+
nokogiri (1.18.10)
135135
mini_portile2 (~> 2.8.2)
136136
racc (~> 1.4)
137-
nokogiri (1.18.9-aarch64-linux-gnu)
137+
nokogiri (1.18.10-aarch64-linux-gnu)
138138
racc (~> 1.4)
139-
nokogiri (1.18.9-arm-linux-gnu)
139+
nokogiri (1.18.10-arm-linux-gnu)
140140
racc (~> 1.4)
141-
nokogiri (1.18.9-arm64-darwin)
141+
nokogiri (1.18.10-arm64-darwin)
142142
racc (~> 1.4)
143-
nokogiri (1.18.9-x86_64-darwin)
143+
nokogiri (1.18.10-x86_64-darwin)
144144
racc (~> 1.4)
145-
nokogiri (1.18.9-x86_64-linux-gnu)
145+
nokogiri (1.18.10-x86_64-linux-gnu)
146146
racc (~> 1.4)
147147
pg (1.5.9)
148148
pp (0.6.2)
@@ -242,7 +242,7 @@ DEPENDENCIES
242242
bootsnap (>= 1.1.0)
243243
dotenv-rails
244244
listen (~> 3.5)
245-
nokogiri (~> 1.18.9)
245+
nokogiri (~> 1.18.10)
246246
pg
247247
puma (~> 6.5.0)
248248
rack

0 commit comments

Comments
 (0)