lk | posts to bike index in sidekiq job

This commit is contained in:
Loos
2015-09-01 18:25:05 -05:00
parent 3224faab0e
commit 356098b7a6
15 changed files with 138 additions and 89 deletions
+5 -1
View File
@@ -7,6 +7,7 @@ gem 'devise'
gem 'faraday', '0.9.1'
gem 'oauth2', '1.0.0'
gem 'dotenv-rails'
gem 'sidekiq'
#SCSS & Bootstrap
gem 'bootstrap-sass', '2.3.2.0'
@@ -27,12 +28,15 @@ 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'
end
group :test do
gem 'webmock', '1.21.0'
end
gem 'uglifier', '2.1.1'
gem 'jquery-rails', '3.0.4'
gem 'jquery-turbolinks'