Created
February 14, 2017 06:48
-
-
Save mvz/b4d55c88279a4e809c6c2ae09bf20b8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -ex | |
mkdir /tmp/repro-5430 | |
cd /tmp/repro-5430 | |
bundle env | |
cat > Gemfile <<EOF | |
source 'https://rubygems.org' | |
gem 'reek', '4.5.5' | |
EOF | |
bundle | |
gem update parser | |
gem show parser | |
bundle outdated --local | |
bundle outdated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment