Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mvz
Created February 14, 2017 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvz/b4d55c88279a4e809c6c2ae09bf20b8a to your computer and use it in GitHub Desktop.
Save mvz/b4d55c88279a4e809c6c2ae09bf20b8a to your computer and use it in GitHub Desktop.
#!/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