Skip to content

Instantly share code, notes, and snippets.

@nshki
nshki / issue_39647_bug.rb
Last active June 21, 2020 15:16
Script for Rails issue #39647 that replicates the reported issue.
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem "rails", github: "rails/rails"