diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-17 18:36:42 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-03-23 17:18:49 +0900 |
commit | f24a86d83f07f214e97aa98da190cda55092805f () | |
tree | 58ca875b56af42b90288e014cf1d9757b641e7c1 /lib/rubygems/request_set | |
parent | 4dd418f87783ba982a1ef7211bc675ed64bcb447 (diff) |
util/rubocop -A --only Layout/EmptyLineAfterMagicComment
Notes: Merged: https://.com/ruby/ruby/pull/7582
-rw-r--r-- | lib/rubygems/request_set/gem_dependency_api.rb | 1 | ||||
-rw-r--r-- | lib/rubygems/request_set/lockfile.rb | 1 | ||||
-rw-r--r-- | lib/rubygems/request_set/lockfile/parser.rb | 1 | ||||
-rw-r--r-- | lib/rubygems/request_set/lockfile/tokenizer.rb | 1 |
4 files changed, 4 insertions, 0 deletions
@@ -1,4 +1,5 @@ # frozen_string_literal: true ## # A semi-compatible DSL for the Bundler Gemfile and Isolate gem dependencies # files. @@ -1,4 +1,5 @@ # frozen_string_literal: true ## # Parses a gem.deps.rb.lock file and constructs a LockSet containing the # dependencies found inside. If the lock file is missing no LockSet is @@ -1,4 +1,5 @@ # frozen_string_literal: true class Gem::RequestSet::Lockfile::Parser ### # Parses lockfiles @@ -1,4 +1,5 @@ # frozen_string_literal: true # ) frozen_string_literal: true require_relative "parser" |