Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest dependabot updater code; Remove scripts from updater/bin that don't work #1197

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions update-files.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ $files = @(
# "Rakefile"
"updater/.rubocop.yml"

"updater/bin/fetch_files.rb"
"updater/bin/update_files.rb"
# "updater/bin/fetch_files.rb"
# "updater/bin/update_files.rb"

"updater/config/.npmrc"
"updater/config/.yarnrc"
Expand Down
31 changes: 17 additions & 14 deletions updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,22 @@ gem "sentry-opentelemetry", "~> 5.18"
gem "sentry-ruby", "~> 5.17"
gem "terminal-table", "~> 3.0.2"

gem "flamegraph", "~> 0.9.5"

group :test do
gem "debug"
gem "gpgme"
gem "rake"
gem "rspec"
gem "rspec-its"
gem "rspec-sorbet"
gem "rubocop"
gem "rubocop-performance"
gem "rubocop-sorbet"
gem "stackprof"
gem "turbo_tests"
gem "vcr"
gem "webmock"
gem "webrick"
gem "debug", "~> 1.9.2"
gem "gpgme", "~> 2.0"
gem "rake", "~> 13"
gem "rspec", "~> 3.12"
gem "rspec-its", "~> 1.3"
gem "rspec-sorbet", "~> 1.9.2"
gem "rubocop", "~> 1.63.2"
gem "rubocop-performance", "~> 1.21.0"
gem "rubocop-rspec", "~> 2.29.1"
gem "rubocop-sorbet", "~> 0.8.1"
gem "simplecov", "~> 0.22.0"
gem "turbo_tests", "~> 2.2.0"
gem "vcr", "~> 6.1"
gem "webmock", "~> 3.18"
gem "webrick", ">= 1.7"
end
51 changes: 36 additions & 15 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ GEM
dependabot-terraform (0.264.0)
dependabot-common (= 0.264.0)
diff-lcs (1.5.1)
docile (1.4.0)
docker_registry2 (1.18.1)
rest-client (>= 1.8.0)
domain_name (0.6.20240107)
Expand All @@ -128,6 +129,7 @@ GEM
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
flamegraph (0.9.5)
gitlab (4.19.0)
httparty (~> 0.20)
terminal-table (>= 1.5.1)
Expand Down Expand Up @@ -264,7 +266,7 @@ GEM
rspec-sorbet (1.9.2)
sorbet-runtime
rspec-support (3.13.1)
rubocop (1.64.1)
rubocop (1.63.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -277,9 +279,20 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.29.2)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.29.1)
rubocop (~> 1.61)
rubocop-sorbet (0.8.3)
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
Expand All @@ -294,6 +307,12 @@ GEM
sentry-ruby (5.18.1)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet-runtime (0.5.11473)
stackprof (0.2.26)
stringio (3.1.1)
Expand Down Expand Up @@ -321,9 +340,10 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
debug
debug (~> 1.9.2)
dependabot-omnibus (~> 0.264.0)
gpgme
flamegraph (~> 0.9.5)
gpgme (~> 2.0)
http (~> 5.2)
octokit (= 6.1.1)
opentelemetry-exporter-otlp (~> 0.28)
Expand All @@ -332,21 +352,22 @@ DEPENDENCIES
opentelemetry-instrumentation-http (~> 0.23)
opentelemetry-instrumentation-net_http (~> 0.22)
opentelemetry-sdk (~> 1.4)
rake
rspec
rspec-its
rspec-sorbet
rubocop
rubocop-performance
rubocop-sorbet
rake (~> 13)
rspec (~> 3.12)
rspec-its (~> 1.3)
rspec-sorbet (~> 1.9.2)
rubocop (~> 1.63.2)
rubocop-performance (~> 1.21.0)
rubocop-rspec (~> 2.29.1)
rubocop-sorbet (~> 0.8.1)
sentry-opentelemetry (~> 5.18)
sentry-ruby (~> 5.17)
stackprof
simplecov (~> 0.22.0)
terminal-table (~> 3.0.2)
turbo_tests
vcr
webmock
webrick
turbo_tests (~> 2.2.0)
vcr (~> 6.1)
webmock (~> 3.18)
webrick (>= 1.7)

BUNDLED WITH
2.3.26
29 changes: 0 additions & 29 deletions updater/bin/fetch_files.rb

This file was deleted.

2 changes: 1 addition & 1 deletion updater/bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

command="$1"
if [ -z "$command" ]; then
echo "usage: run [update_script|fetch_files|update_files]"
echo "usage: run [update_script]"
exit 1
fi

Expand Down
27 changes: 0 additions & 27 deletions updater/bin/update_files.rb

This file was deleted.

20 changes: 0 additions & 20 deletions updater/config/.npmrc

This file was deleted.

6 changes: 0 additions & 6 deletions updater/config/.yarnrc

This file was deleted.

Loading