Skip to content

Commit f7f6609

Browse files
Bump rails from 6.1.7.10 to 8.0.2
Bumps [rails](https://github.com/rails/rails) from 6.1.7.10 to 8.0.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.7.10...v8.0.2) --- updated-dependencies: - dependency-name: rails dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85ea317 commit f7f6609

File tree

2 files changed

+112
-75
lines changed

2 files changed

+112
-75
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22
ruby "~> 3.2"
33

44
# Server core
5-
gem 'rails', '~> 6.1'
5+
gem 'rails', '~> 8.0'
66

77
#gem 'puma', '~> 5.6'
88
gem 'passenger'

Gemfile.lock

Lines changed: 111 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -62,44 +62,49 @@ GIT
6262
GEM
6363
remote: https://rubygems.org/
6464
specs:
65-
actioncable (6.1.7.10)
66-
actionpack (= 6.1.7.10)
67-
activesupport (= 6.1.7.10)
65+
actioncable (8.0.2)
66+
actionpack (= 8.0.2)
67+
activesupport (= 8.0.2)
6868
nio4r (~> 2.0)
6969
websocket-driver (>= 0.6.1)
70-
actionmailbox (6.1.7.10)
71-
actionpack (= 6.1.7.10)
72-
activejob (= 6.1.7.10)
73-
activerecord (= 6.1.7.10)
74-
activestorage (= 6.1.7.10)
75-
activesupport (= 6.1.7.10)
76-
mail (>= 2.7.1)
77-
actionmailer (6.1.7.10)
78-
actionpack (= 6.1.7.10)
79-
actionview (= 6.1.7.10)
80-
activejob (= 6.1.7.10)
81-
activesupport (= 6.1.7.10)
82-
mail (~> 2.5, >= 2.5.4)
83-
rails-dom-testing (~> 2.0)
84-
actionpack (6.1.7.10)
85-
actionview (= 6.1.7.10)
86-
activesupport (= 6.1.7.10)
87-
rack (~> 2.0, >= 2.0.9)
70+
zeitwerk (~> 2.6)
71+
actionmailbox (8.0.2)
72+
actionpack (= 8.0.2)
73+
activejob (= 8.0.2)
74+
activerecord (= 8.0.2)
75+
activestorage (= 8.0.2)
76+
activesupport (= 8.0.2)
77+
mail (>= 2.8.0)
78+
actionmailer (8.0.2)
79+
actionpack (= 8.0.2)
80+
actionview (= 8.0.2)
81+
activejob (= 8.0.2)
82+
activesupport (= 8.0.2)
83+
mail (>= 2.8.0)
84+
rails-dom-testing (~> 2.2)
85+
actionpack (8.0.2)
86+
actionview (= 8.0.2)
87+
activesupport (= 8.0.2)
88+
nokogiri (>= 1.8.5)
89+
rack (>= 2.2.4)
90+
rack-session (>= 1.0.1)
8891
rack-test (>= 0.6.3)
89-
rails-dom-testing (~> 2.0)
90-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
91-
actiontext (6.1.7.10)
92-
actionpack (= 6.1.7.10)
93-
activerecord (= 6.1.7.10)
94-
activestorage (= 6.1.7.10)
95-
activesupport (= 6.1.7.10)
92+
rails-dom-testing (~> 2.2)
93+
rails-html-sanitizer (~> 1.6)
94+
useragent (~> 0.16)
95+
actiontext (8.0.2)
96+
actionpack (= 8.0.2)
97+
activerecord (= 8.0.2)
98+
activestorage (= 8.0.2)
99+
activesupport (= 8.0.2)
100+
globalid (>= 0.6.0)
96101
nokogiri (>= 1.8.5)
97-
actionview (6.1.7.10)
98-
activesupport (= 6.1.7.10)
102+
actionview (8.0.2)
103+
activesupport (= 8.0.2)
99104
builder (~> 3.1)
100-
erubi (~> 1.4)
101-
rails-dom-testing (~> 2.0)
102-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
105+
erubi (~> 1.11)
106+
rails-dom-testing (~> 2.2)
107+
rails-html-sanitizer (~> 1.6)
103108
active_record_union (1.3.0)
104109
activerecord (>= 4.0)
105110
active_storage_validations (2.0.3)
@@ -108,31 +113,38 @@ GEM
108113
activestorage (>= 6.1.4)
109114
activesupport (>= 6.1.4)
110115
marcel (>= 1.0.3)
111-
activejob (6.1.7.10)
112-
activesupport (= 6.1.7.10)
116+
activejob (8.0.2)
117+
activesupport (= 8.0.2)
113118
globalid (>= 0.3.6)
114-
activemodel (6.1.7.10)
115-
activesupport (= 6.1.7.10)
119+
activemodel (8.0.2)
120+
activesupport (= 8.0.2)
116121
activemodel-serializers-xml (1.0.3)
117122
activemodel (>= 5.0.0.a)
118123
activesupport (>= 5.0.0.a)
119124
builder (~> 3.1)
120-
activerecord (6.1.7.10)
121-
activemodel (= 6.1.7.10)
122-
activesupport (= 6.1.7.10)
123-
activestorage (6.1.7.10)
124-
actionpack (= 6.1.7.10)
125-
activejob (= 6.1.7.10)
126-
activerecord (= 6.1.7.10)
127-
activesupport (= 6.1.7.10)
125+
activerecord (8.0.2)
126+
activemodel (= 8.0.2)
127+
activesupport (= 8.0.2)
128+
timeout (>= 0.4.0)
129+
activestorage (8.0.2)
130+
actionpack (= 8.0.2)
131+
activejob (= 8.0.2)
132+
activerecord (= 8.0.2)
133+
activesupport (= 8.0.2)
128134
marcel (~> 1.0)
129-
mini_mime (>= 1.1.0)
130-
activesupport (6.1.7.10)
131-
concurrent-ruby (~> 1.0, >= 1.0.2)
135+
activesupport (8.0.2)
136+
base64
137+
benchmark (>= 0.3)
138+
bigdecimal
139+
concurrent-ruby (~> 1.0, >= 1.3.1)
140+
connection_pool (>= 2.2.5)
141+
drb
132142
i18n (>= 1.6, < 2)
143+
logger (>= 1.4.2)
133144
minitest (>= 5.1)
134-
tzinfo (~> 2.0)
135-
zeitwerk (~> 2.3)
145+
securerandom (>= 0.3)
146+
tzinfo (~> 2.0, >= 2.0.5)
147+
uri (>= 0.13.1)
136148
acts_as_list (1.2.4)
137149
activerecord (>= 6.1)
138150
activesupport (>= 6.1)
@@ -1845,6 +1857,8 @@ GEM
18451857
dotenv-rails (3.1.8)
18461858
dotenv (= 3.1.8)
18471859
railties (>= 6.1)
1860+
drb (2.2.3)
1861+
erb (5.0.1)
18481862
erubi (1.13.1)
18491863
event_emitter (0.2.6)
18501864
eventmachine (1.2.7)
@@ -1923,6 +1937,11 @@ GEM
19231937
inline_svg (1.10.0)
19241938
activesupport (>= 3.0)
19251939
nokogiri (>= 1.6)
1940+
io-console (0.8.0)
1941+
irb (1.15.2)
1942+
pp (>= 0.6.0)
1943+
rdoc (>= 4.0.0)
1944+
reline (>= 0.4.2)
19261945
jmespath (1.6.2)
19271946
json (2.11.3)
19281947
jwt (2.2.3)
@@ -1959,7 +1978,7 @@ GEM
19591978
rb-fsevent (~> 0.10, >= 0.10.3)
19601979
rb-inotify (~> 0.9, >= 0.9.10)
19611980
logger (1.7.0)
1962-
loofah (2.24.0)
1981+
loofah (2.24.1)
19631982
crass (~> 1.0.2)
19641983
nokogiri (>= 1.12.0)
19651984
mail (2.8.1)
@@ -2036,9 +2055,15 @@ GEM
20362055
paypalhttp (1.0.1)
20372056
pg (1.5.9)
20382057
pkg-config (1.6.2)
2058+
pp (0.6.2)
2059+
prettyprint
2060+
prettyprint (0.2.0)
20392061
pry (0.15.2)
20402062
coderay (~> 1.1)
20412063
method_source (~> 1.0)
2064+
psych (5.2.6)
2065+
date
2066+
stringio
20422067
public_suffix (6.0.2)
20432068
puma (5.6.9)
20442069
nio4r (~> 2.0)
@@ -2047,32 +2072,33 @@ GEM
20472072
pundit (2.5.0)
20482073
activesupport (>= 3.0.0)
20492074
racc (1.8.1)
2050-
rack (2.2.13)
2075+
rack (2.2.16)
20512076
rack-mini-profiler (3.3.1)
20522077
rack (>= 1.2.0)
20532078
rack-proxy (0.7.7)
20542079
rack
2080+
rack-session (1.0.2)
2081+
rack (< 3)
20552082
rack-test (2.2.0)
20562083
rack (>= 1.3)
20572084
rackup (1.0.1)
20582085
rack (< 3)
20592086
webrick
2060-
rails (6.1.7.10)
2061-
actioncable (= 6.1.7.10)
2062-
actionmailbox (= 6.1.7.10)
2063-
actionmailer (= 6.1.7.10)
2064-
actionpack (= 6.1.7.10)
2065-
actiontext (= 6.1.7.10)
2066-
actionview (= 6.1.7.10)
2067-
activejob (= 6.1.7.10)
2068-
activemodel (= 6.1.7.10)
2069-
activerecord (= 6.1.7.10)
2070-
activestorage (= 6.1.7.10)
2071-
activesupport (= 6.1.7.10)
2087+
rails (8.0.2)
2088+
actioncable (= 8.0.2)
2089+
actionmailbox (= 8.0.2)
2090+
actionmailer (= 8.0.2)
2091+
actionpack (= 8.0.2)
2092+
actiontext (= 8.0.2)
2093+
actionview (= 8.0.2)
2094+
activejob (= 8.0.2)
2095+
activemodel (= 8.0.2)
2096+
activerecord (= 8.0.2)
2097+
activestorage (= 8.0.2)
2098+
activesupport (= 8.0.2)
20722099
bundler (>= 1.15.0)
2073-
railties (= 6.1.7.10)
2074-
sprockets-rails (>= 2.0.0)
2075-
rails-dom-testing (2.2.0)
2100+
railties (= 8.0.2)
2101+
rails-dom-testing (2.3.0)
20762102
activesupport (>= 5.0.0)
20772103
minitest
20782104
nokogiri (>= 1.6)
@@ -2092,16 +2118,21 @@ GEM
20922118
turbo-rails (>= 1.0, < 3)
20932119
rails_gravatar (1.0.4)
20942120
actionview
2095-
railties (6.1.7.10)
2096-
actionpack (= 6.1.7.10)
2097-
activesupport (= 6.1.7.10)
2098-
method_source
2121+
railties (8.0.2)
2122+
actionpack (= 8.0.2)
2123+
activesupport (= 8.0.2)
2124+
irb (~> 1.13)
2125+
rackup (>= 1.0.0)
20992126
rake (>= 12.2)
2100-
thor (~> 1.0)
2127+
thor (~> 1.0, >= 1.2.2)
2128+
zeitwerk (~> 2.6)
21012129
rake (13.2.1)
21022130
rb-fsevent (0.11.2)
21032131
rb-inotify (0.11.1)
21042132
ffi (~> 1.0)
2133+
rdoc (6.14.0)
2134+
erb
2135+
psych (>= 4.0.0)
21052136
react-rails (3.2.1)
21062137
babel-transpiler (>= 0.7.0)
21072138
connection_pool
@@ -2113,6 +2144,8 @@ GEM
21132144
redis-client (>= 0.17.0)
21142145
redis-client (0.24.0)
21152146
connection_pool
2147+
reline (0.6.1)
2148+
io-console (~> 0.5)
21162149
responders (3.1.1)
21172150
actionpack (>= 5.2)
21182151
railties (>= 5.2)
@@ -2145,6 +2178,7 @@ GEM
21452178
sprockets (> 3.0)
21462179
sprockets-rails
21472180
tilt
2181+
securerandom (0.4.1)
21482182
selenium-webdriver (4.31.0)
21492183
base64 (~> 0.2)
21502184
logger (~> 1.4)
@@ -2187,6 +2221,7 @@ GEM
21872221
sqlite3 (1.7.3-x86_64-linux)
21882222
stackprof (0.2.27)
21892223
statsd-ruby (1.5.0)
2224+
stringio (3.1.7)
21902225
stripe (15.1.0)
21912226
stripe_event (2.12.0)
21922227
activesupport (>= 3.1)
@@ -2211,6 +2246,8 @@ GEM
22112246
uglifier (4.2.1)
22122247
execjs (>= 0.3.0, < 3)
22132248
uniform_notifier (1.16.0)
2249+
uri (1.0.3)
2250+
useragent (0.16.11)
22142251
warden (1.2.9)
22152252
rack (>= 2.0.9)
22162253
web-console (4.2.1)
@@ -2237,7 +2274,7 @@ GEM
22372274
will_paginate (4.0.1)
22382275
word_count_analyzer (1.0.1)
22392276
engtagger
2240-
zeitwerk (2.7.2)
2277+
zeitwerk (2.7.3)
22412278

22422279
PLATFORMS
22432280
x86_64-linux
@@ -2291,7 +2328,7 @@ DEPENDENCIES
22912328
pry
22922329
puma-heroku
22932330
rack-mini-profiler
2294-
rails (~> 6.1)
2331+
rails (~> 8.0)
22952332
rails-jquery-autocomplete
22962333
rails-ujs
22972334
rails_admin

0 commit comments

Comments
 (0)