Skip to content

Commit 257aeb8

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 d5eb263 commit 257aeb8

File tree

2 files changed

+106
-71
lines changed

2 files changed

+106
-71
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: 105 additions & 70 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,7 @@ GEM
18451857
dotenv-rails (3.1.8)
18461858
dotenv (= 3.1.8)
18471859
railties (>= 6.1)
1860+
drb (2.2.1)
18481861
erubi (1.13.1)
18491862
event_emitter (0.2.6)
18501863
eventmachine (1.2.7)
@@ -1923,6 +1936,11 @@ GEM
19231936
inline_svg (1.10.0)
19241937
activesupport (>= 3.0)
19251938
nokogiri (>= 1.6)
1939+
io-console (0.8.0)
1940+
irb (1.15.2)
1941+
pp (>= 0.6.0)
1942+
rdoc (>= 4.0.0)
1943+
reline (>= 0.4.2)
19261944
jmespath (1.6.2)
19271945
json (2.11.3)
19281946
jwt (2.2.3)
@@ -2036,9 +2054,15 @@ GEM
20362054
paypalhttp (1.0.1)
20372055
pg (1.5.9)
20382056
pkg-config (1.6.2)
2057+
pp (0.6.2)
2058+
prettyprint
2059+
prettyprint (0.2.0)
20392060
pry (0.15.2)
20402061
coderay (~> 1.1)
20412062
method_source (~> 1.0)
2063+
psych (5.2.4)
2064+
date
2065+
stringio
20422066
public_suffix (6.0.2)
20432067
puma (5.6.9)
20442068
nio4r (~> 2.0)
@@ -2055,26 +2079,27 @@ GEM
20552079
rack (~> 2.2, >= 2.2.4)
20562080
rack-proxy (0.7.7)
20572081
rack
2082+
rack-session (1.0.2)
2083+
rack (< 3)
20582084
rack-test (2.2.0)
20592085
rack (>= 1.3)
20602086
rackup (1.0.1)
20612087
rack (< 3)
20622088
webrick
2063-
rails (6.1.7.10)
2064-
actioncable (= 6.1.7.10)
2065-
actionmailbox (= 6.1.7.10)
2066-
actionmailer (= 6.1.7.10)
2067-
actionpack (= 6.1.7.10)
2068-
actiontext (= 6.1.7.10)
2069-
actionview (= 6.1.7.10)
2070-
activejob (= 6.1.7.10)
2071-
activemodel (= 6.1.7.10)
2072-
activerecord (= 6.1.7.10)
2073-
activestorage (= 6.1.7.10)
2074-
activesupport (= 6.1.7.10)
2089+
rails (8.0.2)
2090+
actioncable (= 8.0.2)
2091+
actionmailbox (= 8.0.2)
2092+
actionmailer (= 8.0.2)
2093+
actionpack (= 8.0.2)
2094+
actiontext (= 8.0.2)
2095+
actionview (= 8.0.2)
2096+
activejob (= 8.0.2)
2097+
activemodel (= 8.0.2)
2098+
activerecord (= 8.0.2)
2099+
activestorage (= 8.0.2)
2100+
activesupport (= 8.0.2)
20752101
bundler (>= 1.15.0)
2076-
railties (= 6.1.7.10)
2077-
sprockets-rails (>= 2.0.0)
2102+
railties (= 8.0.2)
20782103
rails-dom-testing (2.2.0)
20792104
activesupport (>= 5.0.0)
20802105
minitest
@@ -2095,16 +2120,20 @@ GEM
20952120
turbo-rails (>= 1.0, < 3)
20962121
rails_gravatar (1.0.4)
20972122
actionview
2098-
railties (6.1.7.10)
2099-
actionpack (= 6.1.7.10)
2100-
activesupport (= 6.1.7.10)
2101-
method_source
2123+
railties (8.0.2)
2124+
actionpack (= 8.0.2)
2125+
activesupport (= 8.0.2)
2126+
irb (~> 1.13)
2127+
rackup (>= 1.0.0)
21022128
rake (>= 12.2)
2103-
thor (~> 1.0)
2129+
thor (~> 1.0, >= 1.2.2)
2130+
zeitwerk (~> 2.6)
21042131
rake (13.2.1)
21052132
rb-fsevent (0.11.2)
21062133
rb-inotify (0.11.1)
21072134
ffi (~> 1.0)
2135+
rdoc (6.13.1)
2136+
psych (>= 4.0.0)
21082137
react-rails (3.2.1)
21092138
babel-transpiler (>= 0.7.0)
21102139
connection_pool
@@ -2113,6 +2142,8 @@ GEM
21132142
tilt
21142143
redcarpet (3.6.1)
21152144
redis (4.8.1)
2145+
reline (0.6.1)
2146+
io-console (~> 0.5)
21162147
responders (3.1.1)
21172148
actionpack (>= 5.2)
21182149
railties (>= 5.2)
@@ -2145,6 +2176,7 @@ GEM
21452176
sprockets (> 3.0)
21462177
sprockets-rails
21472178
tilt
2179+
securerandom (0.4.1)
21482180
selenium-webdriver (4.31.0)
21492181
base64 (~> 0.2)
21502182
logger (~> 1.4)
@@ -2186,6 +2218,7 @@ GEM
21862218
sqlite3 (1.7.3-x86_64-linux)
21872219
stackprof (0.2.27)
21882220
statsd-ruby (1.5.0)
2221+
stringio (3.1.7)
21892222
stripe (15.1.0)
21902223
stripe_event (2.12.0)
21912224
activesupport (>= 3.1)
@@ -2210,6 +2243,8 @@ GEM
22102243
uglifier (4.2.1)
22112244
execjs (>= 0.3.0, < 3)
22122245
uniform_notifier (1.16.0)
2246+
uri (1.0.3)
2247+
useragent (0.16.11)
22132248
warden (1.2.9)
22142249
rack (>= 2.0.9)
22152250
web-console (4.2.1)
@@ -2290,7 +2325,7 @@ DEPENDENCIES
22902325
pry
22912326
puma-heroku
22922327
rack-mini-profiler
2293-
rails (~> 6.1)
2328+
rails (~> 8.0)
22942329
rails-jquery-autocomplete
22952330
rails-ujs
22962331
rails_admin

0 commit comments

Comments
 (0)