@@ -5,40 +5,20 @@ 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.6'
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'
15- # Use SCSS for stylesheets
1611gem 'sass-rails' , '~> 5.0'
17- # Use Uglifier as compressor for JavaScript assets
1812gem '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
2313gem '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
3114
3215group :development , :test do
33- # Call 'byebug' anywhere in the code to stop execution and get a debugger console
3416 gem 'byebug' , platforms : [ :mri , :mingw , :x64_mingw ]
3517end
3618
3719group :development do
38- # Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
3920 gem 'web-console' , '>= 3.3.0'
4021 gem 'listen' , '>= 3.0.5' , '< 3.2'
4122end
4223
43- # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
4424gem 'tzinfo-data' , platforms : [ :mingw , :mswin , :x64_mingw , :jruby ]
0 commit comments