This repository was archived by the owner on Jul 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -5,28 +5,14 @@ git_source(:github) do |repo_name|
55 "https://github.com/#{ repo_name } .git"
66end
77
8-
9- # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
108gem 'rails' , '~> 5.1.5'
11- # Use postgresql as the database for Active Record
129gem 'pg' , '>= 0.18' , '< 2.0'
13- # Use Puma as the app server
1410gem 'puma' , '~> 3.7'
1511
1612gem 'devise_token_auth'
1713gem 'omniauth'
1814gem '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
3117group :development , :test do
3218 gem 'pry'
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments