Skip to content

Instantly share code, notes, and snippets.

@daneshd
daneshd / paper_trail_issue_594.rb
Last active January 8, 2016 18:13
Paper Trail Issue 594 reproducer
# https://github.com/airblade/paper_trail/issues/594
# Use this template to report PaperTrail bugs.
# It is based on the ActiveRecord template.
# https://github.com/rails/rails/blob/master/guides/bug_report_templates/active_record_gem.rb
begin
require 'bundler/inline'
rescue LoadError => e
$stderr.puts 'Bundler version 1.10 or later is required. Please update your Bundler'
raise e