added gems

This commit is contained in:
Senad Uka
2016-09-07 10:21:37 +02:00
parent 000c824f6b
commit ec1926dec6
3 changed files with 36 additions and 0 deletions

View File

@@ -28,6 +28,11 @@ gem 'jbuilder', '~> 2.5'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
gem 'dotenv'
gem 'unpoly-rails'
gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git'
gem 'therubyracer'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri