@@ -5,40 +5,20 @@ git_source(:github) do |repo_name|
5
5
"https://github.com/#{ repo_name } .git"
6
6
end
7
7
8
-
9
- # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
10
8
gem 'rails' , '~> 5.1.6'
11
- # Use postgresql as the database for Active Record
12
9
gem 'pg' , '>= 0.18' , '< 2.0'
13
- # Use Puma as the app server
14
10
gem 'puma' , '~> 3.7'
15
- # Use SCSS for stylesheets
16
11
gem 'sass-rails' , '~> 5.0'
17
- # Use Uglifier as compressor for JavaScript assets
18
12
gem 'uglifier' , '>= 1.3.0'
19
- # See https://github.com/rails/execjs#readme for more supported runtimes
20
- # gem 'therubyracer', platforms: :ruby
21
-
22
- # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
23
13
gem 'jbuilder' , '~> 2.5'
24
- # Use Redis adapter to run Action Cable in production
25
- # gem 'redis', '~> 4.0'
26
- # Use ActiveModel has_secure_password
27
- # gem 'bcrypt', '~> 3.1.7'
28
-
29
- # Use Capistrano for deployment
30
- # gem 'capistrano-rails', group: :development
31
14
32
15
group :development , :test do
33
- # Call 'byebug' anywhere in the code to stop execution and get a debugger console
34
16
gem 'byebug' , platforms : [ :mri , :mingw , :x64_mingw ]
35
17
end
36
18
37
19
group :development do
38
- # Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
39
20
gem 'web-console' , '>= 3.3.0'
40
21
gem 'listen' , '>= 3.0.5' , '< 3.2'
41
22
end
42
23
43
- # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
44
24
gem 'tzinfo-data' , platforms : [ :mingw , :mswin , :x64_mingw , :jruby ]
0 commit comments