-
-
Save anonymous/8902d11810724d2f5414 to your computer and use it in GitHub Desktop.
This file contains 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
$ 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