diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile index 69deff3..878e00c 100644 --- a/Gemfile +++ b/Gemfile | |||
@@ -30,9 +30,6 @@ gem 'jbuilder', '~> 2.5' | |||
30 | # Use ActiveModel has_secure_password | 30 | # Use ActiveModel has_secure_password |
31 | # gem 'bcrypt', '~> 3.1.7' | 31 | # gem 'bcrypt', '~> 3.1.7' |
32 | 32 | ||
33 | # Use Capistrano for deployment | ||
34 | # gem 'capistrano-rails', group: :development | ||
35 | |||
36 | group :development, :test do | 33 | group :development, :test do |
37 | # Call 'byebug' anywhere in the code to stop execution and get a debugger console | 34 | # Call 'byebug' anywhere in the code to stop execution and get a debugger console |
38 | gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | 35 | gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] |
@@ -48,6 +45,14 @@ group :development do | |||
48 | # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | 45 | # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring |
49 | gem 'spring' | 46 | gem 'spring' |
50 | gem 'spring-watcher-listen', '~> 2.0.0' | 47 | gem 'spring-watcher-listen', '~> 2.0.0' |
48 | |||
49 | # Use Capistrano for deployment | ||
50 | gem 'capistrano', '~> 3.0', require: false | ||
51 | gem 'capistrano-rvm', require: false | ||
52 | gem 'capistrano-rails', require: false | ||
53 | gem 'capistrano-bundler', require: false | ||
54 | gem 'capistrano-passenger', require: false | ||
55 | gem 'highline', require: false | ||
51 | end | 56 | end |
52 | 57 | ||
53 | # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | 58 | # Windows does not include zoneinfo files, so bundle the tzinfo-data gem |