source :rubygems

gem "rake", ">= 0.9.5"
gem "calatrava"
gem "xcodeproj", ">= 0.4.0"
gem "cocoapods", ">= 0.16.0"

#auto compile shell and kernel for webapp. If you remove this, it'll stop auto compiling
gem "filewatcher"

group :test do
  gem 'rspec'
end