Skip to content

Commit 0ba0b9b

Browse files
committed
Rails 6.1.4.1
1 parent f0c4f49 commit 0ba0b9b

File tree

4 files changed

+60
-60
lines changed

4 files changed

+60
-60
lines changed

Gemfile

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

66
ruby '3.0.2'
7-
gem 'rails', '6.1.4'
7+
gem 'rails', '6.1.4.1'
88

99
# Use postgresql as the database for Active Record
1010
gem 'pg', '~> 1.2'

Gemfile.lock

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.4)
5-
actionpack (= 6.1.4)
6-
activesupport (= 6.1.4)
4+
actioncable (6.1.4.1)
5+
actionpack (= 6.1.4.1)
6+
activesupport (= 6.1.4.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.4)
10-
actionpack (= 6.1.4)
11-
activejob (= 6.1.4)
12-
activerecord (= 6.1.4)
13-
activestorage (= 6.1.4)
14-
activesupport (= 6.1.4)
9+
actionmailbox (6.1.4.1)
10+
actionpack (= 6.1.4.1)
11+
activejob (= 6.1.4.1)
12+
activerecord (= 6.1.4.1)
13+
activestorage (= 6.1.4.1)
14+
activesupport (= 6.1.4.1)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.4)
17-
actionpack (= 6.1.4)
18-
actionview (= 6.1.4)
19-
activejob (= 6.1.4)
20-
activesupport (= 6.1.4)
16+
actionmailer (6.1.4.1)
17+
actionpack (= 6.1.4.1)
18+
actionview (= 6.1.4.1)
19+
activejob (= 6.1.4.1)
20+
activesupport (= 6.1.4.1)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.4)
24-
actionview (= 6.1.4)
25-
activesupport (= 6.1.4)
23+
actionpack (6.1.4.1)
24+
actionview (= 6.1.4.1)
25+
activesupport (= 6.1.4.1)
2626
rack (~> 2.0, >= 2.0.9)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.4)
31-
actionpack (= 6.1.4)
32-
activerecord (= 6.1.4)
33-
activestorage (= 6.1.4)
34-
activesupport (= 6.1.4)
30+
actiontext (6.1.4.1)
31+
actionpack (= 6.1.4.1)
32+
activerecord (= 6.1.4.1)
33+
activestorage (= 6.1.4.1)
34+
activesupport (= 6.1.4.1)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.4)
37-
activesupport (= 6.1.4)
36+
actionview (6.1.4.1)
37+
activesupport (= 6.1.4.1)
3838
builder (~> 3.1)
3939
erubi (~> 1.4)
4040
rails-dom-testing (~> 2.0)
4141
rails-html-sanitizer (~> 1.1, >= 1.2.0)
42-
activejob (6.1.4)
43-
activesupport (= 6.1.4)
42+
activejob (6.1.4.1)
43+
activesupport (= 6.1.4.1)
4444
globalid (>= 0.3.6)
45-
activemodel (6.1.4)
46-
activesupport (= 6.1.4)
47-
activerecord (6.1.4)
48-
activemodel (= 6.1.4)
49-
activesupport (= 6.1.4)
50-
activestorage (6.1.4)
51-
actionpack (= 6.1.4)
52-
activejob (= 6.1.4)
53-
activerecord (= 6.1.4)
54-
activesupport (= 6.1.4)
45+
activemodel (6.1.4.1)
46+
activesupport (= 6.1.4.1)
47+
activerecord (6.1.4.1)
48+
activemodel (= 6.1.4.1)
49+
activesupport (= 6.1.4.1)
50+
activestorage (6.1.4.1)
51+
actionpack (= 6.1.4.1)
52+
activejob (= 6.1.4.1)
53+
activerecord (= 6.1.4.1)
54+
activesupport (= 6.1.4.1)
5555
marcel (~> 1.0.0)
5656
mini_mime (>= 1.1.0)
57-
activesupport (6.1.4)
57+
activesupport (6.1.4.1)
5858
concurrent-ruby (~> 1.0, >= 1.0.2)
5959
i18n (>= 1.6, < 2)
6060
minitest (>= 5.1)
@@ -105,7 +105,7 @@ GEM
105105
concurrent-ruby (~> 1.0)
106106
launchy (2.5.0)
107107
addressable (~> 2.7)
108-
listen (3.6.0)
108+
listen (3.7.0)
109109
rb-fsevent (~> 0.10, >= 0.10.3)
110110
rb-inotify (~> 0.9, >= 0.9.10)
111111
loofah (2.12.0)
@@ -146,29 +146,29 @@ GEM
146146
rack-test (1.1.0)
147147
rack (>= 1.0, < 3)
148148
rack-timeout (0.6.0)
149-
rails (6.1.4)
150-
actioncable (= 6.1.4)
151-
actionmailbox (= 6.1.4)
152-
actionmailer (= 6.1.4)
153-
actionpack (= 6.1.4)
154-
actiontext (= 6.1.4)
155-
actionview (= 6.1.4)
156-
activejob (= 6.1.4)
157-
activemodel (= 6.1.4)
158-
activerecord (= 6.1.4)
159-
activestorage (= 6.1.4)
160-
activesupport (= 6.1.4)
149+
rails (6.1.4.1)
150+
actioncable (= 6.1.4.1)
151+
actionmailbox (= 6.1.4.1)
152+
actionmailer (= 6.1.4.1)
153+
actionpack (= 6.1.4.1)
154+
actiontext (= 6.1.4.1)
155+
actionview (= 6.1.4.1)
156+
activejob (= 6.1.4.1)
157+
activemodel (= 6.1.4.1)
158+
activerecord (= 6.1.4.1)
159+
activestorage (= 6.1.4.1)
160+
activesupport (= 6.1.4.1)
161161
bundler (>= 1.15.0)
162-
railties (= 6.1.4)
162+
railties (= 6.1.4.1)
163163
sprockets-rails (>= 2.0.0)
164164
rails-dom-testing (2.0.3)
165165
activesupport (>= 4.2.0)
166166
nokogiri (>= 1.6)
167-
rails-html-sanitizer (1.3.0)
167+
rails-html-sanitizer (1.4.1)
168168
loofah (~> 2.3)
169-
railties (6.1.4)
170-
actionpack (= 6.1.4)
171-
activesupport (= 6.1.4)
169+
railties (6.1.4.1)
170+
actionpack (= 6.1.4.1)
171+
activesupport (= 6.1.4.1)
172172
method_source
173173
rake (>= 0.13)
174174
thor (~> 1.0)
@@ -196,7 +196,7 @@ GEM
196196
rspec-mocks (~> 3.10)
197197
rspec-support (~> 3.10)
198198
rspec-support (3.10.2)
199-
rubocop (1.19.0)
199+
rubocop (1.19.1)
200200
parallel (~> 1.10)
201201
parser (>= 3.0.0.0)
202202
rainbow (>= 2.2.2, < 4.0)
@@ -301,7 +301,7 @@ DEPENDENCIES
301301
pry-rails (~> 0.3.9)
302302
puma (~> 5.4)
303303
rack-timeout (~> 0.6.0)
304-
rails (= 6.1.4)
304+
rails (= 6.1.4.1)
305305
rspec-rails (~> 5.0)
306306
rubocop (~> 1.19)
307307
rubocop-performance (~> 1.11)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This is an opinionated starter web application based on the following technology stack:
99

1010
* [Ruby 3.0.2][1]
11-
* [Rails 6.1.4][2]
11+
* [Rails 6.1.4.1][2]
1212
* [Webpack 4][15]
1313
* [Yarn][16]
1414
* [Puma][3]

app/views/pages/home.html.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ul.list-inline.lead
1010
small.text-muted< 3.0.2
1111
li.list-inline-item
1212
| Rails
13-
small.text-muted< 6.1.4
13+
small.text-muted< 6.1.4.1
1414
li.list-inline-item
1515
| Bootstrap
1616
small.text-muted< 5.1.0

0 commit comments

Comments
 (0)