Skip to content

Commit 5bc7b7f

Browse files
authored
Merge pull request #43 from splitrb/dependabot/bundler/rails-6.1.3.1
Bump rails from 6.0.3.3 to 6.1.3.1
2 parents a08c174 + 3f98823 commit 5bc7b7f

2 files changed

Lines changed: 80 additions & 81 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'http://rubygems.org'
22

3-
gem 'rails', '~> 6.0'
3+
gem 'rails', '~> 6.1'
44

55
gem 'listen'
66
gem 'sqlite3'

Gemfile.lock

Lines changed: 79 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,127 +1,127 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
actioncable (6.0.3.3)
5-
actionpack (= 6.0.3.3)
4+
actioncable (6.1.3.1)
5+
actionpack (= 6.1.3.1)
6+
activesupport (= 6.1.3.1)
67
nio4r (~> 2.0)
78
websocket-driver (>= 0.6.1)
8-
actionmailbox (6.0.3.3)
9-
actionpack (= 6.0.3.3)
10-
activejob (= 6.0.3.3)
11-
activerecord (= 6.0.3.3)
12-
activestorage (= 6.0.3.3)
13-
activesupport (= 6.0.3.3)
9+
actionmailbox (6.1.3.1)
10+
actionpack (= 6.1.3.1)
11+
activejob (= 6.1.3.1)
12+
activerecord (= 6.1.3.1)
13+
activestorage (= 6.1.3.1)
14+
activesupport (= 6.1.3.1)
1415
mail (>= 2.7.1)
15-
actionmailer (6.0.3.3)
16-
actionpack (= 6.0.3.3)
17-
actionview (= 6.0.3.3)
18-
activejob (= 6.0.3.3)
16+
actionmailer (6.1.3.1)
17+
actionpack (= 6.1.3.1)
18+
actionview (= 6.1.3.1)
19+
activejob (= 6.1.3.1)
20+
activesupport (= 6.1.3.1)
1921
mail (~> 2.5, >= 2.5.4)
2022
rails-dom-testing (~> 2.0)
21-
actionpack (6.0.3.3)
22-
actionview (= 6.0.3.3)
23-
activesupport (= 6.0.3.3)
24-
rack (~> 2.0, >= 2.0.8)
23+
actionpack (6.1.3.1)
24+
actionview (= 6.1.3.1)
25+
activesupport (= 6.1.3.1)
26+
rack (~> 2.0, >= 2.0.9)
2527
rack-test (>= 0.6.3)
2628
rails-dom-testing (~> 2.0)
2729
rails-html-sanitizer (~> 1.0, >= 1.2.0)
28-
actiontext (6.0.3.3)
29-
actionpack (= 6.0.3.3)
30-
activerecord (= 6.0.3.3)
31-
activestorage (= 6.0.3.3)
32-
activesupport (= 6.0.3.3)
30+
actiontext (6.1.3.1)
31+
actionpack (= 6.1.3.1)
32+
activerecord (= 6.1.3.1)
33+
activestorage (= 6.1.3.1)
34+
activesupport (= 6.1.3.1)
3335
nokogiri (>= 1.8.5)
34-
actionview (6.0.3.3)
35-
activesupport (= 6.0.3.3)
36+
actionview (6.1.3.1)
37+
activesupport (= 6.1.3.1)
3638
builder (~> 3.1)
3739
erubi (~> 1.4)
3840
rails-dom-testing (~> 2.0)
3941
rails-html-sanitizer (~> 1.1, >= 1.2.0)
40-
activejob (6.0.3.3)
41-
activesupport (= 6.0.3.3)
42+
activejob (6.1.3.1)
43+
activesupport (= 6.1.3.1)
4244
globalid (>= 0.3.6)
43-
activemodel (6.0.3.3)
44-
activesupport (= 6.0.3.3)
45-
activerecord (6.0.3.3)
46-
activemodel (= 6.0.3.3)
47-
activesupport (= 6.0.3.3)
48-
activestorage (6.0.3.3)
49-
actionpack (= 6.0.3.3)
50-
activejob (= 6.0.3.3)
51-
activerecord (= 6.0.3.3)
52-
marcel (~> 0.3.1)
53-
activesupport (6.0.3.3)
45+
activemodel (6.1.3.1)
46+
activesupport (= 6.1.3.1)
47+
activerecord (6.1.3.1)
48+
activemodel (= 6.1.3.1)
49+
activesupport (= 6.1.3.1)
50+
activestorage (6.1.3.1)
51+
actionpack (= 6.1.3.1)
52+
activejob (= 6.1.3.1)
53+
activerecord (= 6.1.3.1)
54+
activesupport (= 6.1.3.1)
55+
marcel (~> 1.0.0)
56+
mini_mime (~> 1.0.2)
57+
activesupport (6.1.3.1)
5458
concurrent-ruby (~> 1.0, >= 1.0.2)
55-
i18n (>= 0.7, < 2)
56-
minitest (~> 5.1)
57-
tzinfo (~> 1.1)
58-
zeitwerk (~> 2.2, >= 2.2.2)
59+
i18n (>= 1.6, < 2)
60+
minitest (>= 5.1)
61+
tzinfo (~> 2.0)
62+
zeitwerk (~> 2.3)
5963
builder (3.2.4)
60-
concurrent-ruby (1.1.7)
64+
concurrent-ruby (1.1.8)
6165
crass (1.0.6)
62-
erubi (1.9.0)
66+
erubi (1.10.0)
6367
ffi (1.15.0)
6468
globalid (0.4.2)
6569
activesupport (>= 4.2.0)
66-
i18n (1.8.5)
70+
i18n (1.8.10)
6771
concurrent-ruby (~> 1.0)
6872
listen (3.5.1)
6973
rb-fsevent (~> 0.10, >= 0.10.3)
7074
rb-inotify (~> 0.9, >= 0.9.10)
71-
loofah (2.7.0)
75+
loofah (2.9.0)
7276
crass (~> 1.0.2)
7377
nokogiri (>= 1.5.9)
7478
mail (2.7.1)
7579
mini_mime (>= 0.1.1)
76-
marcel (0.3.3)
77-
mimemagic (~> 0.3.2)
80+
marcel (1.0.1)
7881
method_source (1.0.0)
79-
mimemagic (0.3.10)
80-
nokogiri (~> 1)
81-
rake
82-
mini_mime (1.0.2)
82+
mini_mime (1.0.3)
8383
mini_portile2 (2.5.0)
84-
minitest (5.14.2)
84+
minitest (5.14.4)
8585
mustermann (1.0.3)
86-
nio4r (2.5.3)
87-
nokogiri (1.11.1)
86+
nio4r (2.5.7)
87+
nokogiri (1.11.2)
8888
mini_portile2 (~> 2.5.0)
8989
racc (~> 1.4)
90-
nokogiri (1.11.1-x86_64-darwin)
90+
nokogiri (1.11.2-x86_64-darwin)
9191
racc (~> 1.4)
9292
racc (1.5.2)
9393
rack (2.2.3)
9494
rack-protection (2.0.7)
9595
rack
9696
rack-test (1.1.0)
9797
rack (>= 1.0, < 3)
98-
rails (6.0.3.3)
99-
actioncable (= 6.0.3.3)
100-
actionmailbox (= 6.0.3.3)
101-
actionmailer (= 6.0.3.3)
102-
actionpack (= 6.0.3.3)
103-
actiontext (= 6.0.3.3)
104-
actionview (= 6.0.3.3)
105-
activejob (= 6.0.3.3)
106-
activemodel (= 6.0.3.3)
107-
activerecord (= 6.0.3.3)
108-
activestorage (= 6.0.3.3)
109-
activesupport (= 6.0.3.3)
110-
bundler (>= 1.3.0)
111-
railties (= 6.0.3.3)
98+
rails (6.1.3.1)
99+
actioncable (= 6.1.3.1)
100+
actionmailbox (= 6.1.3.1)
101+
actionmailer (= 6.1.3.1)
102+
actionpack (= 6.1.3.1)
103+
actiontext (= 6.1.3.1)
104+
actionview (= 6.1.3.1)
105+
activejob (= 6.1.3.1)
106+
activemodel (= 6.1.3.1)
107+
activerecord (= 6.1.3.1)
108+
activestorage (= 6.1.3.1)
109+
activesupport (= 6.1.3.1)
110+
bundler (>= 1.15.0)
111+
railties (= 6.1.3.1)
112112
sprockets-rails (>= 2.0.0)
113113
rails-dom-testing (2.0.3)
114114
activesupport (>= 4.2.0)
115115
nokogiri (>= 1.6)
116116
rails-html-sanitizer (1.3.0)
117117
loofah (~> 2.3)
118-
railties (6.0.3.3)
119-
actionpack (= 6.0.3.3)
120-
activesupport (= 6.0.3.3)
118+
railties (6.1.3.1)
119+
actionpack (= 6.1.3.1)
120+
activesupport (= 6.1.3.1)
121121
method_source
122122
rake (>= 0.8.7)
123-
thor (>= 0.20.3, < 2.0)
124-
rake (13.0.1)
123+
thor (~> 1.0)
124+
rake (13.0.3)
125125
rb-fsevent (0.10.4)
126126
rb-inotify (0.10.1)
127127
ffi (~> 1.0)
@@ -139,20 +139,19 @@ GEM
139139
sprockets (4.0.2)
140140
concurrent-ruby (~> 1.0)
141141
rack (> 1, < 3)
142-
sprockets-rails (3.2.1)
142+
sprockets-rails (3.2.2)
143143
actionpack (>= 4.0)
144144
activesupport (>= 4.0)
145145
sprockets (>= 3.0.0)
146146
sqlite3 (1.4.2)
147-
thor (1.0.1)
148-
thread_safe (0.3.6)
147+
thor (1.1.0)
149148
tilt (2.0.10)
150-
tzinfo (1.2.7)
151-
thread_safe (~> 0.1)
149+
tzinfo (2.0.4)
150+
concurrent-ruby (~> 1.0)
152151
websocket-driver (0.7.3)
153152
websocket-extensions (>= 0.1.0)
154153
websocket-extensions (0.1.5)
155-
zeitwerk (2.4.0)
154+
zeitwerk (2.4.2)
156155

157156
PLATFORMS
158157
ruby
@@ -161,7 +160,7 @@ PLATFORMS
161160

162161
DEPENDENCIES
163162
listen
164-
rails (~> 6.0)
163+
rails (~> 6.1)
165164
split (~> 3.4.1)
166165
sqlite3
167166

0 commit comments

Comments
 (0)