Skip to content

Instantly share code, notes, and snippets.

Created December 3, 2014 19:30
Show Gist options
  • Save anonymous/8902d11810724d2f5414 to your computer and use it in GitHub Desktop.
Save anonymous/8902d11810724d2f5414 to your computer and use it in GitHub Desktop.
$ ruby -v
ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-darwin14.0]
$ rbenv versions
system
* 2.1.5 (set by RBENV_VERSION environment variable)
$ head Gemfile
# Gemfile
source 'https://rubygems.org'
ruby "2.1.5"
gem "sinatra"
gem "activerecord"
gem "sinatra-activerecord"
gem 'sinatra-flash'
gem 'sinatra-redirect-with-flash'
$ bundle install
Your Ruby version is 2.1.3, but your Gemfile specified 2.1.5
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment