File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 5454 memfs (1.0.0 )
5555 minitest (5.20.0 )
5656 mutex_m (0.1.2 )
57- octokit (6.1.1 )
57+ octokit (8.0.0 )
5858 faraday (>= 1 , < 3 )
5959 sawyer (~> 0.9 )
6060 open4 (1.3.4 )
6363 ast (~> 2.4.1 )
6464 racc
6565 public_suffix (5.0.3 )
66- racc (1.7.1 )
66+ racc (1.7.3 )
6767 rainbow (3.1.1 )
6868 rake (13.1.0 )
6969 rake_circle_ci (0.11.0 )
7474 rake_factory (0.32.0.pre.2 )
7575 activesupport (>= 4 )
7676 rake (~> 13.0 )
77- rake_git (0.1.0.pre.9 )
77+ rake_git (0.1.0.pre.10 )
7878 colored2 (~> 3.1 )
7979 git (~> 1.13 , >= 1.13.2 )
8080 rake_factory (= 0.32.0.pre.2 )
81- rake_git_crypt (0.1.0.pre.28 )
81+ rake_git_crypt (0.1.0.pre.29 )
8282 colored2 (~> 3.1 )
8383 rake_factory (= 0.32.0.pre.2 )
84- ruby_git_crypt (= 0.1.0.pre.2 )
84+ ruby_git_crypt (= 0.1.0.pre.4 )
8585 ruby_gpg2 (~> 0.6 )
86- rake_github (0.11 .0 )
86+ rake_github (0.13 .0 )
8787 colored2 (~> 3.1 )
88- octokit (>= 4.16 , < 7 .0 )
88+ octokit (>= 4.16 , < 9 .0 )
8989 rake_factory (~> 0.23 )
9090 sshkey (~> 2.0 )
9191 rake_gpg (0.18.0 )
132132 rubocop-factory_bot (~> 2.22 )
133133 ruby-progressbar (1.13.0 )
134134 ruby2_keywords (0.0.5 )
135- ruby_git_crypt (0.1.0.pre.2 )
135+ ruby_git_crypt (0.1.0.pre.4 )
136136 immutable-struct (~> 2.4 )
137137 lino (~> 3.0 )
138138 ruby_gpg2 (0.10.0 )
Original file line number Diff line number Diff line change 146146RakeGithub . define_repository_tasks (
147147 namespace : :github ,
148148 repository : 'infrablocks/rake_ssh'
149- ) do |t , args |
149+ ) do |t |
150150 github_config =
151151 YAML . load_file ( 'config/secrets/github/config.yaml' )
152152
@@ -157,8 +157,6 @@ RakeGithub.define_repository_tasks(
157157 public_key : File . read ( 'config/secrets/ci/ssh.public' )
158158 }
159159 ]
160- t . branch_name = args . branch_name
161- t . commit_message = args . commit_message
162160end
163161
164162namespace :pipeline do
You can’t perform that action at this time.
0 commit comments