Skip to content

Commit aecbc0f

Browse files
committed
Do not write generated files json
1 parent 75b0338 commit aecbc0f

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GIT
22
remote: foobara
3-
revision: bed98da02523603da9278202fc01c01b4c24f00f
3+
revision: f97443e06569b022bae15c2b8c1b0c136fc3edf0
44
branch: main
55
specs:
66
foobara (0.0.1)
77

88
GIT
99
remote: https://github.com/foobara/files-generator.git
10-
revision: d28448337abb3381fa88e6683d0ce3d559743389
10+
revision: a19a353c050fd802a53f1781c7c4d108a41a1544
1111
specs:
1212
foobara-files-generator (0.1.0)
1313

@@ -105,18 +105,18 @@ GEM
105105
diff-lcs (>= 1.2.0, < 2.0)
106106
rspec-support (~> 3.13.0)
107107
rspec-support (3.13.1)
108-
rubocop (1.61.0)
108+
rubocop (1.62.1)
109109
json (~> 2.3)
110110
language_server-protocol (>= 3.17.0)
111111
parallel (~> 1.10)
112112
parser (>= 3.3.0.2)
113113
rainbow (>= 2.2.2, < 4.0)
114114
regexp_parser (>= 1.8, < 3.0)
115115
rexml (>= 3.2.5, < 4.0)
116-
rubocop-ast (>= 1.30.0, < 2.0)
116+
rubocop-ast (>= 1.31.1, < 2.0)
117117
ruby-progressbar (~> 1.7)
118118
unicode-display_width (>= 2.4.0, < 3.0)
119-
rubocop-ast (1.31.1)
119+
rubocop-ast (1.31.2)
120120
parser (>= 3.3.0.4)
121121
rubocop-capybara (2.20.0)
122122
rubocop (~> 1.41)

src/write_organization_to_disk.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ def generator_key
2020

2121
def execute
2222
generate_file_contents
23-
generate_generated_files_json
24-
delete_old_files_if_needed
2523
write_all_files_to_disk
2624
run_post_generation_tasks
2725

0 commit comments

Comments
 (0)