/Gemfile

https://github.com/gthole/rubyfish · Gemfile · 9 lines · 4 code · 2 blank · 3 comment · 0 complexity · b1bf02153688f89e8bf007ebd7411ad7 MD5 · raw file

  1. source "http://rubygems.org"
  2. # Will automatically pull in this gem and all its
  3. # dependencies specified in the gemspec
  4. gem "rubyfish", :path => File.expand_path("..", __FILE__)
  5. # These are development dependencies
  6. gem "rake"
  7. gem "rspec", "2.0.0.beta.22"