Skip to content

Commit 42923b5

Browse files
committed
Update back-end dependencies
1 parent 9a79f12 commit 42923b5

File tree

4 files changed

+76
-73
lines changed

4 files changed

+76
-73
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
1414
- Update `cssbundling-rails` to `1.2.0`
1515
- Update `jsbundling-rails` to `1.1.2`
1616
- Update `puma` to `6.3.0`
17-
- Update `rails` to `7.0.6`
17+
- Update `rack-mini-profiler` to `3.1.1`
18+
- Update `rails` to `7.0.7`
19+
- Update `redis` to `5.0.7`
1820
- Update `sidekiq` to `7.1.2`
21+
- Update `stimulus-rails` to `1.2.2`
1922

2023
#### Front-end dependencies
2124

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby "3.2.2"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "~> 7.0.6"
7+
gem "rails", "~> 7.0.7"
88

99
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1010
gem "sprockets-rails"

Gemfile.lock

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,72 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.6)
5-
actionpack (= 7.0.6)
6-
activesupport (= 7.0.6)
4+
actioncable (7.0.7)
5+
actionpack (= 7.0.7)
6+
activesupport (= 7.0.7)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.6)
10-
actionpack (= 7.0.6)
11-
activejob (= 7.0.6)
12-
activerecord (= 7.0.6)
13-
activestorage (= 7.0.6)
14-
activesupport (= 7.0.6)
9+
actionmailbox (7.0.7)
10+
actionpack (= 7.0.7)
11+
activejob (= 7.0.7)
12+
activerecord (= 7.0.7)
13+
activestorage (= 7.0.7)
14+
activesupport (= 7.0.7)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.6)
20-
actionpack (= 7.0.6)
21-
actionview (= 7.0.6)
22-
activejob (= 7.0.6)
23-
activesupport (= 7.0.6)
19+
actionmailer (7.0.7)
20+
actionpack (= 7.0.7)
21+
actionview (= 7.0.7)
22+
activejob (= 7.0.7)
23+
activesupport (= 7.0.7)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.6)
30-
actionview (= 7.0.6)
31-
activesupport (= 7.0.6)
29+
actionpack (7.0.7)
30+
actionview (= 7.0.7)
31+
activesupport (= 7.0.7)
3232
rack (~> 2.0, >= 2.2.4)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.6)
37-
actionpack (= 7.0.6)
38-
activerecord (= 7.0.6)
39-
activestorage (= 7.0.6)
40-
activesupport (= 7.0.6)
36+
actiontext (7.0.7)
37+
actionpack (= 7.0.7)
38+
activerecord (= 7.0.7)
39+
activestorage (= 7.0.7)
40+
activesupport (= 7.0.7)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.6)
44-
activesupport (= 7.0.6)
43+
actionview (7.0.7)
44+
activesupport (= 7.0.7)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.6)
50-
activesupport (= 7.0.6)
49+
activejob (7.0.7)
50+
activesupport (= 7.0.7)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.6)
53-
activesupport (= 7.0.6)
54-
activerecord (7.0.6)
55-
activemodel (= 7.0.6)
56-
activesupport (= 7.0.6)
57-
activestorage (7.0.6)
58-
actionpack (= 7.0.6)
59-
activejob (= 7.0.6)
60-
activerecord (= 7.0.6)
61-
activesupport (= 7.0.6)
52+
activemodel (7.0.7)
53+
activesupport (= 7.0.7)
54+
activerecord (7.0.7)
55+
activemodel (= 7.0.7)
56+
activesupport (= 7.0.7)
57+
activestorage (7.0.7)
58+
actionpack (= 7.0.7)
59+
activejob (= 7.0.7)
60+
activerecord (= 7.0.7)
61+
activesupport (= 7.0.7)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.6)
64+
activesupport (7.0.7)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
6868
tzinfo (~> 2.0)
69-
addressable (2.8.4)
69+
addressable (2.8.5)
7070
public_suffix (>= 2.0.2, < 6.0)
7171
bindex (0.8.1)
7272
bootsnap (1.16.0)
@@ -114,10 +114,10 @@ GEM
114114
marcel (1.0.2)
115115
matrix (0.4.2)
116116
method_source (1.0.0)
117-
mini_mime (1.1.2)
118-
minitest (5.18.1)
117+
mini_mime (1.1.5)
118+
minitest (5.19.0)
119119
msgpack (1.7.2)
120-
net-imap (0.3.6)
120+
net-imap (0.3.7)
121121
date
122122
net-protocol
123123
net-pop (0.1.2)
@@ -134,48 +134,48 @@ GEM
134134
puma (6.3.0)
135135
nio4r (~> 2.0)
136136
racc (1.7.1)
137-
rack (2.2.7)
138-
rack-mini-profiler (3.1.0)
137+
rack (2.2.8)
138+
rack-mini-profiler (3.1.1)
139139
rack (>= 1.2.0)
140140
rack-test (2.1.0)
141141
rack (>= 1.3)
142-
rails (7.0.6)
143-
actioncable (= 7.0.6)
144-
actionmailbox (= 7.0.6)
145-
actionmailer (= 7.0.6)
146-
actionpack (= 7.0.6)
147-
actiontext (= 7.0.6)
148-
actionview (= 7.0.6)
149-
activejob (= 7.0.6)
150-
activemodel (= 7.0.6)
151-
activerecord (= 7.0.6)
152-
activestorage (= 7.0.6)
153-
activesupport (= 7.0.6)
142+
rails (7.0.7)
143+
actioncable (= 7.0.7)
144+
actionmailbox (= 7.0.7)
145+
actionmailer (= 7.0.7)
146+
actionpack (= 7.0.7)
147+
actiontext (= 7.0.7)
148+
actionview (= 7.0.7)
149+
activejob (= 7.0.7)
150+
activemodel (= 7.0.7)
151+
activerecord (= 7.0.7)
152+
activestorage (= 7.0.7)
153+
activesupport (= 7.0.7)
154154
bundler (>= 1.15.0)
155-
railties (= 7.0.6)
156-
rails-dom-testing (2.1.1)
155+
railties (= 7.0.7)
156+
rails-dom-testing (2.2.0)
157157
activesupport (>= 5.0.0)
158158
minitest
159159
nokogiri (>= 1.6)
160160
rails-html-sanitizer (1.6.0)
161161
loofah (~> 2.21)
162162
nokogiri (~> 1.14)
163-
railties (7.0.6)
164-
actionpack (= 7.0.6)
165-
activesupport (= 7.0.6)
163+
railties (7.0.7)
164+
actionpack (= 7.0.7)
165+
activesupport (= 7.0.7)
166166
method_source
167167
rake (>= 12.2)
168168
thor (~> 1.0)
169169
zeitwerk (~> 2.5)
170170
rake (13.0.6)
171-
redis (5.0.6)
171+
redis (5.0.7)
172172
redis-client (>= 0.9.0)
173-
redis-client (0.14.1)
173+
redis-client (0.15.0)
174174
connection_pool
175175
regexp_parser (2.8.1)
176-
reline (0.3.6)
176+
reline (0.3.7)
177177
io-console (~> 0.5)
178-
rexml (3.2.5)
178+
rexml (3.2.6)
179179
rubyzip (2.3.2)
180180
selenium-webdriver (4.10.0)
181181
rexml (~> 3.2, >= 3.2.5)
@@ -193,7 +193,7 @@ GEM
193193
actionpack (>= 5.2)
194194
activesupport (>= 5.2)
195195
sprockets (>= 3.0.0)
196-
stimulus-rails (1.2.1)
196+
stimulus-rails (1.2.2)
197197
railties (>= 6.0.0)
198198
thor (1.2.2)
199199
timeout (0.4.0)
@@ -208,17 +208,17 @@ GEM
208208
activemodel (>= 6.0.0)
209209
bindex (>= 0.4.0)
210210
railties (>= 6.0.0)
211-
webdrivers (5.2.0)
211+
webdrivers (5.3.1)
212212
nokogiri (~> 1.6)
213213
rubyzip (>= 1.3.0)
214-
selenium-webdriver (~> 4.0)
214+
selenium-webdriver (~> 4.0, < 4.11)
215215
websocket (1.2.9)
216-
websocket-driver (0.7.5)
216+
websocket-driver (0.7.6)
217217
websocket-extensions (>= 0.1.0)
218218
websocket-extensions (0.1.5)
219219
xpath (3.2.0)
220220
nokogiri (~> 1.8)
221-
zeitwerk (2.6.8)
221+
zeitwerk (2.6.11)
222222

223223
PLATFORMS
224224
x86_64-linux
@@ -233,7 +233,7 @@ DEPENDENCIES
233233
pg (~> 1.1)
234234
puma (~> 6.3)
235235
rack-mini-profiler
236-
rails (~> 7.0.6)
236+
rails (~> 7.0.7)
237237
redis (~> 5.0)
238238
selenium-webdriver
239239
sidekiq (~> 7.1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ practices](https://nickjanetakis.com/blog/best-practices-around-production-ready
1414
based on building and deploying dozens of assorted Dockerized web apps since
1515
late 2014.
1616

17-
**This app is using Rails 7.0.6 and Ruby 3.2.2**. The screenshot doesn't get
17+
**This app is using Rails 7.0.7 and Ruby 3.2.2**. The screenshot doesn't get
1818
updated every time I bump the versions:
1919

2020
[![Screenshot](.github/docs/screenshot.jpg)](https://github.com/nickjj/docker-rails-example/blob/main/.github/docs/screenshot.jpg?raw=true)

0 commit comments

Comments
 (0)