Skip to content

Instantly share code, notes, and snippets.

@tdsmith
Created January 30, 2016 19:28
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 tdsmith/1e359036944c2546e9e9 to your computer and use it in GitHub Desktop.
Save tdsmith/1e359036944c2546e9e9 to your computer and use it in GitHub Desktop.
tim@rocketman:autoprotocol-dsl (master #)$ ls
Gemfile Gemfile.lock sketch.rb
tim@rocketman:autoprotocol-dsl (master #)$ cat Gemfile
source 'https://rubygems.org'
gem 'docile'
tim@rocketman:autoprotocol-dsl (master #)$ bundle check
The Gemfile's dependencies are satisfied
tim@rocketman:autoprotocol-dsl (master #)$ head sketch.rb
require 'json'
require 'docile'
#class Protocol
# def initialize(refs = nil, steps = nil)
# @refs = refs or []
# @steps = steps or []
# end
tim@rocketman:autoprotocol-dsl (master #)$ bundle exec ruby sketch.rb
Could not find docile-1.1.5 in any of the sources
Run `bundle install` to install missing gems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment