lk & sh | posts to bike index in development when creating new bike

This commit is contained in:
Loos
2015-08-06 20:29:46 -05:00
parent 66c43e57c2
commit 3224faab0e
12 changed files with 137 additions and 2 deletions
+4 -1
View File
@@ -4,12 +4,14 @@ gem 'rails', '4.0.1'
gem 'pg', '0.15.1'
gem 'bcrypt-ruby', '3.1.2'
gem 'devise'
gem 'faraday', '0.9.1'
gem 'oauth2', '1.0.0'
gem 'dotenv-rails'
#SCSS & Bootstrap
gem 'bootstrap-sass', '2.3.2.0'
gem 'sass-rails', '~> 4.0.0'
gem 'haml'
gem 'faker'
group :test, :development do
@@ -25,6 +27,7 @@ group :test, :development do
gem 'better_errors'
gem 'assert_difference'
gem 'binding_of_caller'
gem 'webmock', '1.21.0'
# Uncomment this line on OS X.
gem 'growl', '1.0.3'