From f27c5c40e6297f3b450df8adfa9e16712a82e3e1 Mon Sep 17 00:00:00 2001 From: Tanguy PATTE Date: Tue, 1 Sep 2015 14:35:27 +0200 Subject: [PATCH] add gem mina --- Gemfile | 3 +++ Gemfile.lock | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/Gemfile b/Gemfile index 0cc0a915c..ad6e4acb9 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 4a7ed031d..05e79595c 100644 --- a/Gemfile.lock +++ b/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