Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit cf38505

Browse files
Bump rails from 6.1.2.1 to 6.1.3 (#60)
Bumps [rails](https://github.com/rails/rails) from 6.1.2.1 to 6.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.2.1...v6.1.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc4517f commit cf38505

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git_source(:github) do |repo_name|
55
"https://github.com/#{repo_name}.git"
66
end
77

8-
gem 'rails', '6.1.2.1'
8+
gem 'rails', '6.1.3'
99
gem 'puma', '~> 5.2'
1010
gem 'sass-rails', '~> 6.0'
1111
gem 'uglifier', '>= 1.3.0'

Gemfile.lock

+55-55
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.2.1)
5-
actionpack (= 6.1.2.1)
6-
activesupport (= 6.1.2.1)
4+
actioncable (6.1.3)
5+
actionpack (= 6.1.3)
6+
activesupport (= 6.1.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.2.1)
10-
actionpack (= 6.1.2.1)
11-
activejob (= 6.1.2.1)
12-
activerecord (= 6.1.2.1)
13-
activestorage (= 6.1.2.1)
14-
activesupport (= 6.1.2.1)
9+
actionmailbox (6.1.3)
10+
actionpack (= 6.1.3)
11+
activejob (= 6.1.3)
12+
activerecord (= 6.1.3)
13+
activestorage (= 6.1.3)
14+
activesupport (= 6.1.3)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.2.1)
17-
actionpack (= 6.1.2.1)
18-
actionview (= 6.1.2.1)
19-
activejob (= 6.1.2.1)
20-
activesupport (= 6.1.2.1)
16+
actionmailer (6.1.3)
17+
actionpack (= 6.1.3)
18+
actionview (= 6.1.3)
19+
activejob (= 6.1.3)
20+
activesupport (= 6.1.3)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.2.1)
24-
actionview (= 6.1.2.1)
25-
activesupport (= 6.1.2.1)
23+
actionpack (6.1.3)
24+
actionview (= 6.1.3)
25+
activesupport (= 6.1.3)
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.2.1)
31-
actionpack (= 6.1.2.1)
32-
activerecord (= 6.1.2.1)
33-
activestorage (= 6.1.2.1)
34-
activesupport (= 6.1.2.1)
30+
actiontext (6.1.3)
31+
actionpack (= 6.1.3)
32+
activerecord (= 6.1.3)
33+
activestorage (= 6.1.3)
34+
activesupport (= 6.1.3)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.2.1)
37-
activesupport (= 6.1.2.1)
36+
actionview (6.1.3)
37+
activesupport (= 6.1.3)
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.2.1)
43-
activesupport (= 6.1.2.1)
42+
activejob (6.1.3)
43+
activesupport (= 6.1.3)
4444
globalid (>= 0.3.6)
45-
activemodel (6.1.2.1)
46-
activesupport (= 6.1.2.1)
47-
activerecord (6.1.2.1)
48-
activemodel (= 6.1.2.1)
49-
activesupport (= 6.1.2.1)
50-
activestorage (6.1.2.1)
51-
actionpack (= 6.1.2.1)
52-
activejob (= 6.1.2.1)
53-
activerecord (= 6.1.2.1)
54-
activesupport (= 6.1.2.1)
45+
activemodel (6.1.3)
46+
activesupport (= 6.1.3)
47+
activerecord (6.1.3)
48+
activemodel (= 6.1.3)
49+
activesupport (= 6.1.3)
50+
activestorage (6.1.3)
51+
actionpack (= 6.1.3)
52+
activejob (= 6.1.3)
53+
activerecord (= 6.1.3)
54+
activesupport (= 6.1.3)
5555
marcel (~> 0.3.1)
5656
mimemagic (~> 0.3.2)
57-
activesupport (6.1.2.1)
57+
activesupport (6.1.3)
5858
concurrent-ruby (~> 1.0, >= 1.0.2)
5959
i18n (>= 1.6, < 2)
6060
minitest (>= 5.1)
@@ -111,7 +111,7 @@ GEM
111111
http-parser (1.2.1)
112112
ffi-compiler (>= 1.0, < 2.0)
113113
http_parser.rb (0.6.0)
114-
i18n (1.8.8)
114+
i18n (1.8.9)
115115
concurrent-ruby (~> 1.0)
116116
jbuilder (2.11.2)
117117
activesupport (>= 5.0.0)
@@ -158,29 +158,29 @@ GEM
158158
rack (2.2.3)
159159
rack-test (1.1.0)
160160
rack (>= 1.0, < 3)
161-
rails (6.1.2.1)
162-
actioncable (= 6.1.2.1)
163-
actionmailbox (= 6.1.2.1)
164-
actionmailer (= 6.1.2.1)
165-
actionpack (= 6.1.2.1)
166-
actiontext (= 6.1.2.1)
167-
actionview (= 6.1.2.1)
168-
activejob (= 6.1.2.1)
169-
activemodel (= 6.1.2.1)
170-
activerecord (= 6.1.2.1)
171-
activestorage (= 6.1.2.1)
172-
activesupport (= 6.1.2.1)
161+
rails (6.1.3)
162+
actioncable (= 6.1.3)
163+
actionmailbox (= 6.1.3)
164+
actionmailer (= 6.1.3)
165+
actionpack (= 6.1.3)
166+
actiontext (= 6.1.3)
167+
actionview (= 6.1.3)
168+
activejob (= 6.1.3)
169+
activemodel (= 6.1.3)
170+
activerecord (= 6.1.3)
171+
activestorage (= 6.1.3)
172+
activesupport (= 6.1.3)
173173
bundler (>= 1.15.0)
174-
railties (= 6.1.2.1)
174+
railties (= 6.1.3)
175175
sprockets-rails (>= 2.0.0)
176176
rails-dom-testing (2.0.3)
177177
activesupport (>= 4.2.0)
178178
nokogiri (>= 1.6)
179179
rails-html-sanitizer (1.3.0)
180180
loofah (~> 2.3)
181-
railties (6.1.2.1)
182-
actionpack (= 6.1.2.1)
183-
activesupport (= 6.1.2.1)
181+
railties (6.1.3)
182+
actionpack (= 6.1.3)
183+
activesupport (= 6.1.3)
184184
method_source
185185
rake (>= 0.8.7)
186186
thor (~> 1.0)
@@ -267,7 +267,7 @@ DEPENDENCIES
267267
mysql2
268268
nokogiri (>= 1.8.2)
269269
puma (~> 5.2)
270-
rails (= 6.1.2.1)
270+
rails (= 6.1.3)
271271
sass-rails (~> 6.0)
272272
selenium-webdriver
273273
spring

0 commit comments

Comments
 (0)