Skip to content

Instantly share code, notes, and snippets.

@katsyoshi
Created November 26, 2011 06:38
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 katsyoshi/1395185 to your computer and use it in GitHub Desktop.
Save katsyoshi/1395185 to your computer and use it in GitHub Desktop.
mikutterのgemfile描いてみた
source :rubygems
platforms :ruby_19 do
gem 'gtk2'
gem 'oauth'
gem 'json_pure'
gem 'ruby-hmac'
gem 'httpclient'
gem 'bsearch', '1.5'
gem 'addressable'
gem 'memoize'
end
group :test do
gem 'mocha'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment