# Use `bundle install` in order to install these gems # Use `bundle exec rake` in order to run the specs using the bundle source "http://rubygems.org" gemspec gem 'rails', '4.0.0.beta1' gem 'sqlite3' gem 'mysql2' gem 'activerecord-import' gem "rspec" gem "guard" gem "guard-rspec"