Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 196b82d

Browse files
committed
Adds sidekiq gem
1 parent 4a90468 commit 196b82d

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

backend/Gemfile

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,14 @@ git_source(:github) do |repo_name|
55
"https://github.com/#{repo_name}.git"
66
end
77

8-
9-
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
108
gem 'rails', '~> 5.1.5'
11-
# Use postgresql as the database for Active Record
129
gem 'pg', '>= 0.18', '< 2.0'
13-
# Use Puma as the app server
1410
gem 'puma', '~> 3.7'
1511

1612
gem 'devise_token_auth'
1713
gem 'omniauth'
1814
gem 'hashie', '~> 3.5.7'
19-
20-
# Use Redis adapter to run Action Cable in production
21-
# gem 'redis', '~> 4.0'
22-
# Use ActiveModel has_secure_password
23-
# gem 'bcrypt', '~> 3.1.7'
24-
25-
# Use Capistrano for deployment
26-
# gem 'capistrano-rails', group: :development
27-
28-
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
29-
# gem 'rack-cors'
15+
gem 'redis'
3016

3117
group :development, :test do
3218
gem 'pry'

backend/Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ GEM
118118
rb-fsevent (0.10.3)
119119
rb-inotify (0.9.10)
120120
ffi (>= 0.5.0, < 2)
121+
redis (4.0.1)
121122
responders (2.4.0)
122123
actionpack (>= 4.2.0, < 5.3)
123124
railties (>= 4.2.0, < 5.3)
@@ -170,6 +171,7 @@ DEPENDENCIES
170171
pry-rails
171172
puma (~> 3.7)
172173
rails (~> 5.1.5)
174+
redis
173175
rspec
174176
spring
175177
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)