Skip to content

Instantly share code, notes, and snippets.

View tomgi's full-sized avatar
🙃

Tomasz Gieniusz tomgi

🙃
  • Certsy
  • Melbourne, Australia
  • 02:18 (UTC +10:00)
View GitHub Profile
#!/bin/bash
QUERY=$(cat <<-END
{
"query": "{
organization(login: \"certsy\") {
repositories(first: 100, orderBy:{direction:DESC, field:UPDATED_AT}) {
nodes {
pullRequests(first: 100, labels:[\"dependencies\"], states:[OPEN]) {
nodes {

Keybase proof

I hereby claim:

  • I am tomgi on github.
  • I am tomgi (https://keybase.io/tomgi) on keybase.
  • I have a public key ASD7QyODZxcjinkVQN3ZaAFQy9U9e4__VL3ohh80-wLmHwo

To claim this, I am signing this object:

# frozen_string_literal: true
begin
require "bundler/inline"
rescue LoadError => e
$stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler"
raise e
end
gemfile(true) do