File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
GIT
2
2
remote: foobara
3
- revision: bed98da02523603da9278202fc01c01b4c24f00f
3
+ revision: f97443e06569b022bae15c2b8c1b0c136fc3edf0
4
4
branch: main
5
5
specs:
6
6
foobara (0.0.1 )
7
7
8
8
GIT
9
9
remote: https://github.com/foobara/files-generator.git
10
- revision: d28448337abb3381fa88e6683d0ce3d559743389
10
+ revision: a19a353c050fd802a53f1781c7c4d108a41a1544
11
11
specs:
12
12
foobara-files-generator (0.1.0 )
13
13
@@ -105,18 +105,18 @@ GEM
105
105
diff-lcs (>= 1.2.0 , < 2.0 )
106
106
rspec-support (~> 3.13.0 )
107
107
rspec-support (3.13.1 )
108
- rubocop (1.61.0 )
108
+ rubocop (1.62.1 )
109
109
json (~> 2.3 )
110
110
language_server-protocol (>= 3.17.0 )
111
111
parallel (~> 1.10 )
112
112
parser (>= 3.3.0.2 )
113
113
rainbow (>= 2.2.2 , < 4.0 )
114
114
regexp_parser (>= 1.8 , < 3.0 )
115
115
rexml (>= 3.2.5 , < 4.0 )
116
- rubocop-ast (>= 1.30.0 , < 2.0 )
116
+ rubocop-ast (>= 1.31.1 , < 2.0 )
117
117
ruby-progressbar (~> 1.7 )
118
118
unicode-display_width (>= 2.4.0 , < 3.0 )
119
- rubocop-ast (1.31.1 )
119
+ rubocop-ast (1.31.2 )
120
120
parser (>= 3.3.0.4 )
121
121
rubocop-capybara (2.20.0 )
122
122
rubocop (~> 1.41 )
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ def generator_key
20
20
21
21
def execute
22
22
generate_file_contents
23
- generate_generated_files_json
24
- delete_old_files_if_needed
25
23
write_all_files_to_disk
26
24
run_post_generation_tasks
27
25
You can’t perform that action at this time.
0 commit comments