Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 3396089

Browse files
authored
feat: 🎸 Nokogiri を Update (#147)
1 parent 8940c12 commit 3396089

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'kaminari'
1212
gem 'mysql2'
1313
gem 'nokogiri'
1414
gem 'puma'
15-
gem 'rails', '7.0.4'
15+
gem 'rails'
1616
gem 'sass-rails'
1717
gem 'turbolinks'
1818
gem 'twitter'

Gemfile.lock

+14-16
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ GEM
7373
buftok (0.2.0)
7474
builder (3.2.4)
7575
byebug (11.1.3)
76-
capybara (3.37.1)
76+
capybara (3.38.0)
7777
addressable
7878
matrix
7979
mini_mime (>= 0.1.3)
@@ -102,7 +102,7 @@ GEM
102102
railties (>= 3.2)
103103
equalizer (0.0.11)
104104
erubi (1.11.0)
105-
execjs (2.7.0)
105+
execjs (2.8.1)
106106
factory_bot (6.2.1)
107107
activesupport (>= 5.0.0)
108108
factory_bot_rails (6.2.0)
@@ -119,7 +119,7 @@ GEM
119119
http-cookie (~> 1.0)
120120
http-form_data (~> 2.2)
121121
http-parser (~> 1.2.0)
122-
http-cookie (1.0.3)
122+
http-cookie (1.0.5)
123123
domain_name (~> 0.5)
124124
http-form_data (2.3.0)
125125
http-parser (1.2.3)
@@ -157,9 +157,8 @@ GEM
157157
thread_safe (~> 0.3, >= 0.3.1)
158158
method_source (1.0.0)
159159
mini_mime (1.1.2)
160-
mini_portile2 (2.8.0)
161160
minitest (5.16.3)
162-
multipart-post (2.1.1)
161+
multipart-post (2.2.3)
163162
mysql2 (0.5.4)
164163
naught (1.1.0)
165164
net-imap (0.3.1)
@@ -168,11 +167,10 @@ GEM
168167
net-protocol
169168
net-protocol (0.1.3)
170169
timeout
171-
net-smtp (0.3.2)
170+
net-smtp (0.3.3)
172171
net-protocol
173172
nio4r (2.5.8)
174-
nokogiri (1.13.9)
175-
mini_portile2 (~> 2.8.0)
173+
nokogiri (1.13.9-x86_64-linux)
176174
racc (~> 1.4)
177175
parallel (1.22.1)
178176
parser (3.1.2.1)
@@ -215,7 +213,7 @@ GEM
215213
rb-fsevent (0.11.2)
216214
rb-inotify (0.10.1)
217215
ffi (~> 1.0)
218-
regexp_parser (2.6.0)
216+
regexp_parser (2.6.1)
219217
rexml (3.2.5)
220218
rspec-core (3.12.0)
221219
rspec-support (~> 3.12.0)
@@ -234,7 +232,7 @@ GEM
234232
rspec-mocks (~> 3.11)
235233
rspec-support (~> 3.11)
236234
rspec-support (3.12.0)
237-
rubocop (1.38.0)
235+
rubocop (1.39.0)
238236
json (~> 2.3)
239237
parallel (~> 1.10)
240238
parser (>= 3.1.2.1)
@@ -262,7 +260,7 @@ GEM
262260
sprockets (> 3.0)
263261
sprockets-rails
264262
tilt
265-
selenium-webdriver (4.5.0)
263+
selenium-webdriver (4.6.1)
266264
childprocess (>= 0.5, < 5.0)
267265
rexml (~> 3.2, >= 3.2.5)
268266
rubyzip (>= 1.2.2, < 3.0)
@@ -281,7 +279,7 @@ GEM
281279
sprockets (>= 3.0.0)
282280
thor (1.2.1)
283281
thread_safe (0.3.6)
284-
tilt (2.0.10)
282+
tilt (2.0.11)
285283
timeout (0.3.0)
286284
turbolinks (5.2.1)
287285
turbolinks-source (~> 5.2)
@@ -303,7 +301,7 @@ GEM
303301
execjs (>= 0.3.0, < 3)
304302
unf (0.1.4)
305303
unf_ext
306-
unf_ext (0.0.7.7)
304+
unf_ext (0.0.8.2)
307305
unicode-display_width (2.3.0)
308306
web-console (4.2.0)
309307
actionview (>= 6.0.0)
@@ -325,7 +323,7 @@ GEM
325323
zeitwerk (2.6.6)
326324

327325
PLATFORMS
328-
ruby
326+
x86_64-linux
329327

330328
DEPENDENCIES
331329
byebug
@@ -339,7 +337,7 @@ DEPENDENCIES
339337
mysql2
340338
nokogiri
341339
puma
342-
rails (= 7.0.4)
340+
rails
343341
rspec-rails
344342
rubocop-rails
345343
sass-rails
@@ -354,4 +352,4 @@ DEPENDENCIES
354352
whenever
355353

356354
BUNDLED WITH
357-
2.3.23
355+
2.3.26

0 commit comments

Comments
 (0)