Skip to content

Instantly share code, notes, and snippets.

View abepetrillo's full-sized avatar
🏠
Working from home

Abraham Petrillo abepetrillo

🏠
Working from home
View GitHub Profile
@abepetrillo
abepetrillo / rails_4.2.11.3_test.rb
Last active September 2, 2020 21:32
Testing bug with instance variables and security patch
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Activate the gem you are reporting the issue against.