add gem mina
This commit is contained in:
parent
b36e48239b
commit
f27c5c40e6
2 changed files with 13 additions and 0 deletions
3
Gemfile
3
Gemfile
|
@ -90,5 +90,8 @@ group :development, :test do
|
|||
gem 'rubocop', require: false
|
||||
gem 'rubocop-checkstyle_formatter', require: false
|
||||
gem 'rubocop-rspec', require: false
|
||||
|
||||
# Deploy
|
||||
gem 'mina', git: 'https://github.com/mina-deploy/mina.git'
|
||||
end
|
||||
|
||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -1,3 +1,11 @@
|
|||
GIT
|
||||
remote: https://github.com/mina-deploy/mina.git
|
||||
revision: a66b55a72833b19ac0ffb240afb37c86c0227582
|
||||
specs:
|
||||
mina (0.3.7)
|
||||
open4 (~> 1.3.4)
|
||||
rake
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
@ -151,6 +159,7 @@ GEM
|
|||
netrc (0.10.3)
|
||||
nokogiri (1.6.6.2)
|
||||
mini_portile (~> 0.6.0)
|
||||
open4 (1.3.4)
|
||||
orm_adapter (0.5.0)
|
||||
parser (2.2.2.2)
|
||||
ast (>= 1.1, < 3.0)
|
||||
|
@ -331,6 +340,7 @@ DEPENDENCIES
|
|||
leaflet-markercluster-rails (~> 0.7.0)
|
||||
leaflet-rails
|
||||
logstasher
|
||||
mina!
|
||||
pg
|
||||
poltergeist
|
||||
pry-byebug
|
||||
|
|
Loading…
Reference in a new issue