Skip to content

Commit e24b190

Browse files
committed
Bump to Rails 8.0.5
1 parent 69cb97f commit e24b190

2 files changed

Lines changed: 31 additions & 30 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44

55
gemspec
6-
rails_version = (ENV["RAILS_VERSION"] || "8.0.4").to_s
6+
rails_version = (ENV["RAILS_VERSION"] || "8.0.5").to_s
77

88
gem "minitest", "~> 5.0"
99
gem "rack-cors"

Gemfile.lock

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actionpack (8.0.2)
14-
actionview (= 8.0.2)
15-
activesupport (= 8.0.2)
13+
actionpack (8.0.5)
14+
actionview (= 8.0.5)
15+
activesupport (= 8.0.5)
1616
nokogiri (>= 1.8.5)
1717
rack (>= 2.2.4)
1818
rack-session (>= 1.0.1)
1919
rack-test (>= 0.6.3)
2020
rails-dom-testing (~> 2.2)
2121
rails-html-sanitizer (~> 1.6)
2222
useragent (~> 0.16)
23-
actionview (8.0.2)
24-
activesupport (= 8.0.2)
23+
actionview (8.0.5)
24+
activesupport (= 8.0.5)
2525
builder (~> 3.1)
2626
erubi (~> 1.11)
2727
rails-dom-testing (~> 2.2)
2828
rails-html-sanitizer (~> 1.6)
29-
activemodel (8.0.2)
30-
activesupport (= 8.0.2)
31-
activesupport (8.0.2)
29+
activemodel (8.0.5)
30+
activesupport (= 8.0.5)
31+
activesupport (8.0.5)
3232
base64
3333
benchmark (>= 0.3)
3434
bigdecimal
@@ -57,7 +57,7 @@ GEM
5757
parser (>= 2.4)
5858
smart_properties
5959
bigdecimal (4.1.2)
60-
bootsnap (1.23.0)
60+
bootsnap (1.24.1)
6161
msgpack (~> 1.2)
6262
builder (3.3.0)
6363
capybara (3.40.0)
@@ -75,7 +75,7 @@ GEM
7575
bigdecimal
7676
rexml
7777
crass (1.0.6)
78-
css_parser (1.21.1)
78+
css_parser (2.1.0)
7979
addressable
8080
cssbundling-rails (1.4.3)
8181
railties (>= 6.0.0)
@@ -89,7 +89,7 @@ GEM
8989
docile (1.4.1)
9090
drb (2.2.3)
9191
dry-cli (1.4.1)
92-
erb (6.0.3)
92+
erb (6.0.4)
9393
erb_lint (0.9.0)
9494
activesupport
9595
better_html (>= 2.0.1)
@@ -119,7 +119,7 @@ GEM
119119
i18n (1.14.8)
120120
concurrent-ruby (~> 1.0)
121121
io-console (0.8.2)
122-
irb (1.17.0)
122+
irb (1.18.0)
123123
pp (>= 0.6.0)
124124
prism (>= 1.3.0)
125125
rdoc (>= 4.0.0)
@@ -158,24 +158,24 @@ GEM
158158
msgpack (1.8.0)
159159
mutex_m (0.3.0)
160160
nio4r (2.7.5)
161-
nokogiri (1.19.2-aarch64-linux-gnu)
161+
nokogiri (1.19.3-aarch64-linux-gnu)
162162
racc (~> 1.4)
163-
nokogiri (1.19.2-aarch64-linux-musl)
163+
nokogiri (1.19.3-aarch64-linux-musl)
164164
racc (~> 1.4)
165-
nokogiri (1.19.2-arm-linux-gnu)
165+
nokogiri (1.19.3-arm-linux-gnu)
166166
racc (~> 1.4)
167-
nokogiri (1.19.2-arm-linux-musl)
167+
nokogiri (1.19.3-arm-linux-musl)
168168
racc (~> 1.4)
169-
nokogiri (1.19.2-arm64-darwin)
169+
nokogiri (1.19.3-arm64-darwin)
170170
racc (~> 1.4)
171-
nokogiri (1.19.2-x86_64-darwin)
171+
nokogiri (1.19.3-x86_64-darwin)
172172
racc (~> 1.4)
173-
nokogiri (1.19.2-x86_64-linux-gnu)
173+
nokogiri (1.19.3-x86_64-linux-gnu)
174174
racc (~> 1.4)
175-
nokogiri (1.19.2-x86_64-linux-musl)
175+
nokogiri (1.19.3-x86_64-linux-musl)
176176
racc (~> 1.4)
177177
openproject-octicons (19.34.0)
178-
parallel (1.28.0)
178+
parallel (2.1.0)
179179
parser (3.3.11.1)
180180
ast (~> 2.4.1)
181181
racc
@@ -210,13 +210,14 @@ GEM
210210
rails-html-sanitizer (1.7.0)
211211
loofah (~> 2.25)
212212
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
213-
railties (8.0.2)
214-
actionpack (= 8.0.2)
215-
activesupport (= 8.0.2)
213+
railties (8.0.5)
214+
actionpack (= 8.0.5)
215+
activesupport (= 8.0.5)
216216
irb (~> 1.13)
217217
rackup (>= 1.0.0)
218218
rake (>= 12.2)
219219
thor (~> 1.0, >= 1.2.2)
220+
tsort (>= 0.2)
220221
zeitwerk (~> 2.6)
221222
rainbow (3.1.1)
222223
rake (13.4.2)
@@ -345,9 +346,9 @@ PLATFORMS
345346
x86_64-linux-musl
346347

347348
DEPENDENCIES
348-
actionview (= 8.0.2)
349-
activemodel (= 8.0.2)
350-
activesupport (= 8.0.2)
349+
actionview (= 8.0.5)
350+
activemodel (= 8.0.5)
351+
activesupport (= 8.0.5)
351352
allocation_stats (~> 0.1)
352353
benchmark
353354
benchmark-ips (~> 2)
@@ -367,7 +368,7 @@ DEPENDENCIES
367368
openproject-primer_view_components!
368369
puma (~> 7.2.0)
369370
rack-cors
370-
railties (= 8.0.2)
371+
railties (= 8.0.5)
371372
rake (~> 13.3)
372373
rubocop
373374
rubocop-github (~> 0.26.0)
@@ -388,4 +389,4 @@ DEPENDENCIES
388389
yard (~> 0.9.38)
389390

390391
BUNDLED WITH
391-
2.5.5
392+
4.0.10

0 commit comments

Comments
 (0)