I hereby claim:
- I am rdunlop on github.
- I am robindunlop (https://keybase.io/robindunlop) on keybase.
- I have a public key whose fingerprint is 7483 389D 9542 A9AF 0D05 07FF E9DE 759B E45C 6D95
To claim this, I am signing this object:
| #!/usr/bin/env ruby | |
| require 'rubocop' | |
| ADDED_OR_MODIFIED = /A|AM|^M/ | |
| # to prevent code injection: system is a dangerous call | |
| def raise_single_quote_error | |
| raise ArgumentError, 'Single quotes are not allowed in filenames here.' | |
| end |
| source 'https://rubygems.org' | |
| gem 'rspec' |
| 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 | |
| source "https://rubygems.org" | |
| # Activate the gem you are reporting the issue against. |
I hereby claim:
To claim this, I am signing this object: