Skip to content

Instantly share code, notes, and snippets.

@iphoting
Created January 22, 2013 15:32
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 iphoting/4595539 to your computer and use it in GitHub Desktop.
Save iphoting/4595539 to your computer and use it in GitHub Desktop.
Bundler < 1.2.0 compatible Gemfile
source :rubygems
ruby "1.9.3" if Gem::Version.new(Bundler::VERSION) > Gem::Version.new('1.2.0')
gem 'sinatra'
@iphoting
Copy link
Author

Does not work well with rvm if .rvmrc does not exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment