Skip to content

Commit c19a553

Browse files
committed
Bump rails from 7.1.0 to 7.1.3
1 parent a7f29d5 commit c19a553

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

Gemfile.lock

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.2)
4+
activesupport (7.1.3.4)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -11,17 +11,17 @@ GEM
1111
minitest (>= 5.1)
1212
mutex_m
1313
tzinfo (~> 2.0)
14-
addressable (2.8.6)
15-
public_suffix (>= 2.0.2, < 6.0)
14+
addressable (2.8.7)
15+
public_suffix (>= 2.0.2, < 7.0)
1616
base64 (0.2.0)
17-
bigdecimal (3.1.7)
17+
bigdecimal (3.1.8)
1818
coffee-script (2.4.1)
1919
coffee-script-source
2020
execjs
2121
coffee-script-source (1.12.2)
2222
colorator (1.1.0)
2323
commonmarker (0.23.10)
24-
concurrent-ruby (1.2.3)
24+
concurrent-ruby (1.3.3)
2525
connection_pool (2.4.1)
2626
dnsruby (1.72.1)
2727
simpleidn (~> 0.2.1)
@@ -38,7 +38,8 @@ GEM
3838
faraday-net_http (>= 2.0, < 3.1)
3939
ruby2_keywords (>= 0.0.4)
4040
faraday-net_http (3.0.2)
41-
ffi (1.16.3)
41+
ffi (1.17.0)
42+
ffi (1.17.0-arm64-darwin)
4243
forwardable-extended (2.6.0)
4344
gemoji (4.1.0)
4445
github-pages (231)
@@ -218,12 +219,12 @@ GEM
218219
rb-fsevent (~> 0.10, >= 0.10.3)
219220
rb-inotify (~> 0.9, >= 0.9.10)
220221
mercenary (0.3.6)
221-
mini_portile2 (2.8.6)
222+
mini_portile2 (2.8.7)
222223
minima (2.5.1)
223224
jekyll (>= 3.5, < 5.0)
224225
jekyll-feed (~> 0.9)
225226
jekyll-seo-tag (~> 2.1)
226-
minitest (5.22.3)
227+
minitest (5.24.1)
227228
mutex_m (0.2.0)
228229
nokogiri (1.15.6)
229230
mini_portile2 (~> 2.8.2)
@@ -233,14 +234,14 @@ GEM
233234
sawyer (~> 0.9)
234235
pathutil (0.16.2)
235236
forwardable-extended (~> 2.6)
236-
public_suffix (5.0.5)
237+
public_suffix (5.1.1)
237238
racc (1.8.0)
238239
rake (13.2.1)
239240
rb-fsevent (0.11.2)
240241
rb-inotify (0.11.1)
241242
ffi (~> 1.0)
242-
rexml (3.2.8)
243-
strscan (>= 3.0.9)
243+
rexml (3.3.1)
244+
strscan
244245
rouge (3.30.0)
245246
ruby2_keywords (0.0.5)
246247
rubyzip (2.3.2)
@@ -253,22 +254,19 @@ GEM
253254
sawyer (0.9.2)
254255
addressable (>= 2.3.5)
255256
faraday (>= 0.17.3, < 3)
256-
simpleidn (0.2.1)
257-
unf (~> 0.1.4)
257+
simpleidn (0.2.3)
258258
strscan (3.1.0)
259259
terminal-table (1.8.0)
260260
unicode-display_width (~> 1.1, >= 1.1.1)
261261
typhoeus (1.4.1)
262262
ethon (>= 0.9.0)
263263
tzinfo (2.0.6)
264264
concurrent-ruby (~> 1.0)
265-
unf (0.1.4)
266-
unf_ext
267-
unf_ext (0.0.9.1)
268265
unicode-display_width (1.8.0)
269266
webrick (1.8.1)
270267

271268
PLATFORMS
269+
arm64-darwin-23
272270
ruby
273271

274272
DEPENDENCIES
@@ -282,4 +280,4 @@ DEPENDENCIES
282280
webrick
283281

284282
BUNDLED WITH
285-
2.4.22
283+
2.5.11

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ title: RailsDoc(β)
22
description: Ruby on Rails API Documentation.
33
url: https://railsdoc.github.io
44
source: src
5-
default_rails_version: '7.1.0'
5+
default_rails_version: '7.1.3'
66
rails_versions:
77
"7.1":
8-
specific_version: "7.1.0"
8+
specific_version: "7.1.3"
99
latest: true
1010
"7.0":
1111
specific_version: "7.0.8"

rails

Submodule rails updated 417 files

0 commit comments

Comments
 (0)