Skip to content

Commit 42af732

Browse files
committed
Removed comments from Gemfile
1 parent 25f5c31 commit 42af732

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

Gemfile

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,20 @@ 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.6'
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'
15-
# Use SCSS for stylesheets
1611
gem 'sass-rails', '~> 5.0'
17-
# Use Uglifier as compressor for JavaScript assets
1812
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
2313
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
3114

3215
group :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]
3517
end
3618

3719
group :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'
4122
end
4223

43-
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
4424
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

0 commit comments

Comments
 (0)