source :rubygems gem 'ruby-avm-library', :git => 'git@github.com:johnbintz/ruby-avm-library.git' #gem 'ruby-avm-library', :path => '../ruby-avm-library' gem 'sinatra' gem 'haml' gem 'sinatra-flash' gem 'coderay' gem 'sinatra-content-for' group :development do gem 'shotgun' gem 'mocha' gem 'autotest' gem 'rspec' gem 'capybara', :git => 'git://github.com/jnicklas/capybara.git' end