Created
April 19, 2013 05:05
-
-
Save davidpelaez/5418267 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
| source 'https://rubygems.org' | |
| ruby '1.9.3' | |
| gem 'httparty' |
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
| #!/usr/bin/ruby | |
| require 'rubygems' | |
| require 'bundler/setup' | |
| puts "hi There!" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running test.rb results in:
Your Ruby version is 1.8.7, but your Gemfile specified 1.9.3Running
ruby -vhowever:ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-darwin12.2.1]rbenv installed via Github's boxen.