Skip to content

Commit

Permalink
Gem update and dont require capistrano because it interferes with rak…
Browse files Browse the repository at this point in the history
…e tasks
  • Loading branch information
Arie committed Jan 24, 2020
1 parent 996cd0d commit 98a1f79
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@ gem 'will_paginate-bootstrap4'
group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'capistrano'
gem 'capistrano-bundler'
gem 'capistrano-ext'
gem 'capistrano-faster-assets'
gem 'capistrano-maintenance'
gem 'capistrano-rails'
gem 'capistrano-rvm'
gem 'capistrano-sidekiq'
gem 'capistrano3-puma'
gem 'capistrano_colors'
gem 'capistrano', require: false
gem 'capistrano-bundler', require: false
gem 'capistrano-ext', require: false
gem 'capistrano-faster-assets', require: false
gem 'capistrano-maintenance', require: false
gem 'capistrano-rails', require: false
gem 'capistrano-rvm', require: false
gem 'capistrano-sidekiq', require: false
gem 'capistrano3-puma', require: false
gem 'capistrano_colors', require: false
end

group :test, :development do
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ GEM
raabro (~> 1.1)
gameye (0.0.5)
faraday (~> 0.8)
geocoder (1.6.0)
geocoder (1.6.1)
gherkin (5.1.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -640,6 +640,7 @@ DEPENDENCIES
simple_form
solargraph
sprockets
sshkit
steam-condenser!
stripe
tf2_line_parser
Expand Down

0 comments on commit 98a1f79

Please sign in to comment.