Skip to content

Commit 01dfe7b

Browse files
authored
Merge pull request #22 from doximity/bump-rails-test-version
Bump rails dependencies to 6.1.4.4.
2 parents e4897b0 + 29fa1ec commit 01dfe7b

File tree

3 files changed

+115
-112
lines changed

3 files changed

+115
-112
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [0.1.0]
8-
8+
* Update the referenced rails version for testing
9+
[#22](https://github.com/doximity/rake-ui/pull/22)
910
* Adds `allow_production` configuration option
11+
[#20](https://github.com/doximity/rake-ui/pull/20)
1012

1113
## [0.0.1]
1214
* Setup CI and Gem Publishing, add better form Validations

Gemfile.lock

+105-104
Original file line numberDiff line numberDiff line change
@@ -10,166 +10,167 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (6.0.3.4)
14-
actionpack (= 6.0.3.4)
13+
actioncable (6.1.4.4)
14+
actionpack (= 6.1.4.4)
15+
activesupport (= 6.1.4.4)
1516
nio4r (~> 2.0)
1617
websocket-driver (>= 0.6.1)
17-
actionmailbox (6.0.3.4)
18-
actionpack (= 6.0.3.4)
19-
activejob (= 6.0.3.4)
20-
activerecord (= 6.0.3.4)
21-
activestorage (= 6.0.3.4)
22-
activesupport (= 6.0.3.4)
18+
actionmailbox (6.1.4.4)
19+
actionpack (= 6.1.4.4)
20+
activejob (= 6.1.4.4)
21+
activerecord (= 6.1.4.4)
22+
activestorage (= 6.1.4.4)
23+
activesupport (= 6.1.4.4)
2324
mail (>= 2.7.1)
24-
actionmailer (6.0.3.4)
25-
actionpack (= 6.0.3.4)
26-
actionview (= 6.0.3.4)
27-
activejob (= 6.0.3.4)
25+
actionmailer (6.1.4.4)
26+
actionpack (= 6.1.4.4)
27+
actionview (= 6.1.4.4)
28+
activejob (= 6.1.4.4)
29+
activesupport (= 6.1.4.4)
2830
mail (~> 2.5, >= 2.5.4)
2931
rails-dom-testing (~> 2.0)
30-
actionpack (6.0.3.4)
31-
actionview (= 6.0.3.4)
32-
activesupport (= 6.0.3.4)
33-
rack (~> 2.0, >= 2.0.8)
32+
actionpack (6.1.4.4)
33+
actionview (= 6.1.4.4)
34+
activesupport (= 6.1.4.4)
35+
rack (~> 2.0, >= 2.0.9)
3436
rack-test (>= 0.6.3)
3537
rails-dom-testing (~> 2.0)
3638
rails-html-sanitizer (~> 1.0, >= 1.2.0)
37-
actiontext (6.0.3.4)
38-
actionpack (= 6.0.3.4)
39-
activerecord (= 6.0.3.4)
40-
activestorage (= 6.0.3.4)
41-
activesupport (= 6.0.3.4)
39+
actiontext (6.1.4.4)
40+
actionpack (= 6.1.4.4)
41+
activerecord (= 6.1.4.4)
42+
activestorage (= 6.1.4.4)
43+
activesupport (= 6.1.4.4)
4244
nokogiri (>= 1.8.5)
43-
actionview (6.0.3.4)
44-
activesupport (= 6.0.3.4)
45+
actionview (6.1.4.4)
46+
activesupport (= 6.1.4.4)
4547
builder (~> 3.1)
4648
erubi (~> 1.4)
4749
rails-dom-testing (~> 2.0)
4850
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (6.0.3.4)
50-
activesupport (= 6.0.3.4)
51+
activejob (6.1.4.4)
52+
activesupport (= 6.1.4.4)
5153
globalid (>= 0.3.6)
52-
activemodel (6.0.3.4)
53-
activesupport (= 6.0.3.4)
54-
activerecord (6.0.3.4)
55-
activemodel (= 6.0.3.4)
56-
activesupport (= 6.0.3.4)
57-
activestorage (6.0.3.4)
58-
actionpack (= 6.0.3.4)
59-
activejob (= 6.0.3.4)
60-
activerecord (= 6.0.3.4)
61-
marcel (~> 0.3.1)
62-
activesupport (6.0.3.4)
54+
activemodel (6.1.4.4)
55+
activesupport (= 6.1.4.4)
56+
activerecord (6.1.4.4)
57+
activemodel (= 6.1.4.4)
58+
activesupport (= 6.1.4.4)
59+
activestorage (6.1.4.4)
60+
actionpack (= 6.1.4.4)
61+
activejob (= 6.1.4.4)
62+
activerecord (= 6.1.4.4)
63+
activesupport (= 6.1.4.4)
64+
marcel (~> 1.0.0)
65+
mini_mime (>= 1.1.0)
66+
activesupport (6.1.4.4)
6367
concurrent-ruby (~> 1.0, >= 1.0.2)
64-
i18n (>= 0.7, < 2)
65-
minitest (~> 5.1)
66-
tzinfo (~> 1.1)
67-
zeitwerk (~> 2.2, >= 2.2.2)
68+
i18n (>= 1.6, < 2)
69+
minitest (>= 5.1)
70+
tzinfo (~> 2.0)
71+
zeitwerk (~> 2.3)
6872
ast (2.4.2)
6973
builder (3.2.4)
7074
coderay (1.1.3)
71-
concurrent-ruby (1.1.8)
75+
concurrent-ruby (1.1.9)
7276
crass (1.0.6)
7377
erubi (1.10.0)
74-
globalid (0.4.2)
75-
activesupport (>= 4.2.0)
76-
i18n (1.8.8)
78+
globalid (1.0.0)
79+
activesupport (>= 5.0)
80+
i18n (1.9.1)
7781
concurrent-ruby (~> 1.0)
78-
loofah (2.9.0)
82+
loofah (2.13.0)
7983
crass (~> 1.0.2)
8084
nokogiri (>= 1.5.9)
8185
mail (2.7.1)
8286
mini_mime (>= 0.1.1)
83-
marcel (0.3.3)
84-
mimemagic (~> 0.3.2)
87+
marcel (1.0.2)
8588
method_source (1.0.0)
86-
mimemagic (0.3.5)
87-
mini_mime (1.0.2)
88-
mini_portile2 (2.5.0)
89-
minitest (5.14.3)
90-
nio4r (2.5.4)
91-
nokogiri (1.11.1)
92-
mini_portile2 (~> 2.5.0)
89+
mini_mime (1.1.2)
90+
mini_portile2 (2.7.1)
91+
minitest (5.15.0)
92+
nio4r (2.5.8)
93+
nokogiri (1.13.1)
94+
mini_portile2 (~> 2.7.0)
9395
racc (~> 1.4)
94-
nokogiri (1.11.1-x86_64-linux)
96+
nokogiri (1.13.1-x86_64-linux)
9597
racc (~> 1.4)
96-
parallel (1.20.1)
97-
parser (3.0.0.0)
98+
parallel (1.21.0)
99+
parser (3.1.0.0)
98100
ast (~> 2.4.1)
99-
pry (0.13.1)
101+
pry (0.14.1)
100102
coderay (~> 1.1)
101103
method_source (~> 1.0)
102-
racc (1.5.2)
104+
racc (1.6.0)
103105
rack (2.2.3)
104106
rack-test (1.1.0)
105107
rack (>= 1.0, < 3)
106-
rails (6.0.3.4)
107-
actioncable (= 6.0.3.4)
108-
actionmailbox (= 6.0.3.4)
109-
actionmailer (= 6.0.3.4)
110-
actionpack (= 6.0.3.4)
111-
actiontext (= 6.0.3.4)
112-
actionview (= 6.0.3.4)
113-
activejob (= 6.0.3.4)
114-
activemodel (= 6.0.3.4)
115-
activerecord (= 6.0.3.4)
116-
activestorage (= 6.0.3.4)
117-
activesupport (= 6.0.3.4)
118-
bundler (>= 1.3.0)
119-
railties (= 6.0.3.4)
108+
rails (6.1.4.4)
109+
actioncable (= 6.1.4.4)
110+
actionmailbox (= 6.1.4.4)
111+
actionmailer (= 6.1.4.4)
112+
actionpack (= 6.1.4.4)
113+
actiontext (= 6.1.4.4)
114+
actionview (= 6.1.4.4)
115+
activejob (= 6.1.4.4)
116+
activemodel (= 6.1.4.4)
117+
activerecord (= 6.1.4.4)
118+
activestorage (= 6.1.4.4)
119+
activesupport (= 6.1.4.4)
120+
bundler (>= 1.15.0)
121+
railties (= 6.1.4.4)
120122
sprockets-rails (>= 2.0.0)
121123
rails-dom-testing (2.0.3)
122124
activesupport (>= 4.2.0)
123125
nokogiri (>= 1.6)
124-
rails-html-sanitizer (1.3.0)
126+
rails-html-sanitizer (1.4.2)
125127
loofah (~> 2.3)
126-
railties (6.0.3.4)
127-
actionpack (= 6.0.3.4)
128-
activesupport (= 6.0.3.4)
128+
railties (6.1.4.4)
129+
actionpack (= 6.1.4.4)
130+
activesupport (= 6.1.4.4)
129131
method_source
130-
rake (>= 0.8.7)
131-
thor (>= 0.20.3, < 2.0)
132-
rainbow (3.0.0)
133-
rake (13.0.3)
134-
regexp_parser (2.0.3)
135-
rexml (3.2.4)
136-
rubocop (1.8.1)
132+
rake (>= 0.13)
133+
thor (~> 1.0)
134+
rainbow (3.1.1)
135+
rake (13.0.6)
136+
regexp_parser (2.2.0)
137+
rexml (3.2.5)
138+
rubocop (1.25.0)
137139
parallel (~> 1.10)
138-
parser (>= 3.0.0.0)
140+
parser (>= 3.1.0.0)
139141
rainbow (>= 2.2.2, < 4.0)
140142
regexp_parser (>= 1.8, < 3.0)
141143
rexml
142-
rubocop-ast (>= 1.2.0, < 2.0)
144+
rubocop-ast (>= 1.15.1, < 2.0)
143145
ruby-progressbar (~> 1.7)
144146
unicode-display_width (>= 1.4.0, < 3.0)
145-
rubocop-ast (1.4.1)
146-
parser (>= 2.7.1.5)
147-
rubocop-performance (1.9.2)
148-
rubocop (>= 0.90.0, < 2.0)
147+
rubocop-ast (1.15.1)
148+
parser (>= 3.0.1.1)
149+
rubocop-performance (1.13.2)
150+
rubocop (>= 1.7.0, < 2.0)
149151
rubocop-ast (>= 0.4.0)
150152
ruby-progressbar (1.11.0)
151153
sprockets (4.0.2)
152154
concurrent-ruby (~> 1.0)
153155
rack (> 1, < 3)
154-
sprockets-rails (3.2.2)
155-
actionpack (>= 4.0)
156-
activesupport (>= 4.0)
156+
sprockets-rails (3.4.2)
157+
actionpack (>= 5.2)
158+
activesupport (>= 5.2)
157159
sprockets (>= 3.0.0)
158160
sqlite3 (1.4.2)
159-
standard (0.12.0)
160-
rubocop (= 1.8.1)
161-
rubocop-performance (= 1.9.2)
162-
standardrb (1.0.0)
161+
standard (1.7.0)
162+
rubocop (= 1.25.0)
163+
rubocop-performance (= 1.13.2)
164+
standardrb (1.0.1)
163165
standard
164-
thor (1.1.0)
165-
thread_safe (0.3.6)
166-
tzinfo (1.2.9)
167-
thread_safe (~> 0.1)
168-
unicode-display_width (2.0.0)
169-
websocket-driver (0.7.3)
166+
thor (1.2.1)
167+
tzinfo (2.0.4)
168+
concurrent-ruby (~> 1.0)
169+
unicode-display_width (2.1.0)
170+
websocket-driver (0.7.5)
170171
websocket-extensions (>= 0.1.0)
171172
websocket-extensions (0.1.5)
172-
zeitwerk (2.4.2)
173+
zeitwerk (2.5.4)
173174

174175
PLATFORMS
175176
ruby

app/models/rake_ui/rake_task_log.rb

+7-7
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ def self.build_new_for_command(name:, rake_definition_file:, rake_command:, rake
5353
end
5454

5555
new(id: id,
56-
name: name,
57-
args: args,
58-
environment: environment,
59-
rake_command: rake_command,
60-
rake_definition_file: rake_definition_file,
61-
log_file_name: log_file_name,
62-
log_file_full_path: log_file_full_path)
56+
name: name,
57+
args: args,
58+
environment: environment,
59+
rake_command: rake_command,
60+
rake_definition_file: rake_definition_file,
61+
log_file_name: log_file_name,
62+
log_file_full_path: log_file_full_path)
6363
end
6464

6565
def self.all

0 commit comments

Comments
 (0)