Skip to content

Commit

Permalink
undo removal of capistrano-yarn
Browse files Browse the repository at this point in the history
yarn is used by jsburnings-rails in AgroPortal
  • Loading branch information
alexskr committed Aug 29, 2023
1 parent 87ac5b3 commit 4ac80d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.8
3.0.6
2 changes: 1 addition & 1 deletion Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ install_plugin Capistrano::SCM::Git
#require 'capistrano/rails/migrations'
require 'capistrano/rails'
require 'capistrano/locally'

require 'capistrano/yarn'
# Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
Dir.glob('lib/capistrano/tasks/*.cap').each { |r| import r }
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ group :development do
gem 'capistrano-locally', require: false
gem 'capistrano-passenger', require: false
gem 'capistrano-rails', '~> 1.4', require: false
gem 'capistrano-yarn', require: false
gem 'ed25519', '>= 1.2', '< 2.0', require: false # https://github.com/miloserdow/capistrano-deploy/issues/42
gem 'html2haml'
gem 'listen'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ GEM
capistrano-rbenv (2.2.0)
capistrano (~> 3.1)
sshkit (~> 1.3)
capistrano-yarn (2.0.2)
capistrano (~> 3.0)
capybara (3.39.2)
addressable
matrix
Expand Down Expand Up @@ -383,6 +385,7 @@ DEPENDENCIES
capistrano-passenger
capistrano-rails (~> 1.4)
capistrano-rbenv
capistrano-yarn
capybara
chart-js-rails
cube-ruby
Expand Down

0 comments on commit 4ac80d9

Please sign in to comment.