Skip to content

Commit

Permalink
Spoom
Browse files Browse the repository at this point in the history
  • Loading branch information
jurre committed Apr 24, 2024
1 parent 7ed9d4c commit 52b3b8b
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion bin/bump-version.rb
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# typed: false
# typed: true
# frozen_string_literal: true

unless %w(minor patch).include?(ARGV[0])
Expand Down
2 changes: 1 addition & 1 deletion bin/dry-run.rb
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# typed: false
# typed: true
# frozen_string_literal: true

# This script executes a full update run for a given repo (optionally for a
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "bundler/definition"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "bundler/definition"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "bundler/vendor/fileutils/lib/fileutils"
Expand Down
2 changes: 1 addition & 1 deletion bundler/helpers/v1/monkey_patches/object_untaint_patch.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "bundler/definition"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "bundler/resolver/spec_group"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "bundler/definition"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "bundler/definition"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "parser/current"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "parser/current"
Expand Down
2 changes: 1 addition & 1 deletion bundler/lib/dependabot/bundler/file_updater.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "dependabot/file_updaters"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "parser/current"
Expand Down
2 changes: 1 addition & 1 deletion bundler/lib/dependabot/bundler/metadata_finder.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "excon"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "excon"
Expand Down
2 changes: 1 addition & 1 deletion gradle/lib/dependabot/gradle/file_fetcher.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "sorbet-runtime"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "dependabot/gradle/file_fetcher"
Expand Down
2 changes: 1 addition & 1 deletion gradle/lib/dependabot/gradle/file_parser.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "toml-rb"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "dependabot/gradle/file_parser"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "dependabot/gradle/file_parser"
Expand Down
2 changes: 1 addition & 1 deletion gradle/lib/dependabot/gradle/file_updater.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "dependabot/file_updaters"
Expand Down
2 changes: 1 addition & 1 deletion hex/lib/dependabot/hex/update_checker/file_preparer.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "dependabot/dependency_file"
Expand Down
2 changes: 1 addition & 1 deletion hex/lib/dependabot/hex/version.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "dependabot/version"
Expand Down
2 changes: 1 addition & 1 deletion maven/lib/dependabot/maven/file_fetcher.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "nokogiri"
Expand Down
2 changes: 1 addition & 1 deletion maven/lib/dependabot/maven/file_parser.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "nokogiri"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "nokogiri"
Expand Down
2 changes: 1 addition & 1 deletion maven/lib/dependabot/maven/metadata_finder.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "nokogiri"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "dependabot/npm_and_yarn/file_updater"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "dependabot/npm_and_yarn/file_updater"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "uri"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "excon"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "dependabot/dependency"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "dependabot/errors"
Expand Down
2 changes: 1 addition & 1 deletion pub/lib/dependabot/pub/helpers.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "json"
Expand Down
2 changes: 1 addition & 1 deletion python/lib/dependabot/python/file_fetcher.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "toml-rb"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "open3"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "dependabot/dependency"
Expand Down
2 changes: 1 addition & 1 deletion python/lib/dependabot/python/metadata_finder.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "excon"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "dependabot/python/update_checker"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "open3"
Expand Down
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "excon"
Expand Down
2 changes: 1 addition & 1 deletion terraform/lib/dependabot/terraform/file_fetcher.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "sorbet-runtime"
Expand Down
2 changes: 1 addition & 1 deletion terraform/lib/dependabot/terraform/file_selector.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

module FileSelector
Expand Down
2 changes: 1 addition & 1 deletion terraform/lib/dependabot/terraform/file_updater.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "dependabot/file_updaters"
Expand Down
2 changes: 1 addition & 1 deletion updater/bin/update_files.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

$LOAD_PATH.unshift(__dir__ + "/../lib")
Expand Down
2 changes: 1 addition & 1 deletion updater/lib/dependabot/updater/group_update_creation.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

require "dependabot/dependency_change_builder"
Expand Down
2 changes: 1 addition & 1 deletion updater/lib/dependabot/updater/group_update_refreshing.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

# This module contains the methods required to refresh (upsert or recreate)
Expand Down
2 changes: 1 addition & 1 deletion updater/lib/dependabot/updater/security_update_helpers.rb
@@ -1,4 +1,4 @@
# typed: false
# typed: true
# frozen_string_literal: true

# This module extracts all helpers required to perform additional update job
Expand Down

0 comments on commit 52b3b8b

Please sign in to comment.