mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
lk & sh | posts to bike index in development when creating new bike
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user