/Gemfile
https://github.com/gthole/rubyfish · Gemfile · 9 lines · 4 code · 2 blank · 3 comment · 0 complexity · b1bf02153688f89e8bf007ebd7411ad7 MD5 · raw file
- source "http://rubygems.org"
- # Will automatically pull in this gem and all its
- # dependencies specified in the gemspec
- gem "rubyfish", :path => File.expand_path("..", __FILE__)
- # These are development dependencies
- gem "rake"
- gem "rspec", "2.0.0.beta.22"