# A sample Gemfile source :gemcutter # # gem "rails" gem "right_aws" gem "trollop" group :test do gem "rspec" end group :dev do gem "yard" end