Created
May 29, 2014 06:10
-
-
Save abbood/45572362f34e5cecc146 to your computer and use it in GitHub Desktop.
gemfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
source 'https://rails-assets.org' | |
gem 'rails', '4.1.1' | |
gem 'mysql2' | |
gem 'sass-rails', '~> 4.0.3' | |
gem 'uglifier', '>= 1.3.0' | |
gem 'coffee-rails', '~> 4.0.0' | |
gem 'jquery-rails' | |
gem 'turbolinks' | |
gem 'jbuilder', '~> 2.0' | |
gem 'sdoc', '~> 0.4.0', group: :doc | |
gem 'spring', group: :development | |
gem 'underscore-rails' | |
gem "slim-rails" | |
gem 'jquery-ui-rails' | |
gem 'angularjs-rails' | |
# bower packages (see https://rails-assets.org/) | |
gem 'rails-assets-angular-google-maps' | |
gem 'rails-assets-angular-route' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment