From c266ba7610d47851e742653315308b8442e9062a Mon Sep 17 00:00:00 2001 From: Nikita Kholin Date: Sat, 11 Mar 2017 00:00:54 +0200 Subject: [PATCH] Add overcommit gem --- Gemfile | 1 + Gemfile.lock | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 381e018..b7f117f 100644 --- a/Gemfile +++ b/Gemfile @@ -39,6 +39,7 @@ end group :development do gem 'guard-rspec', require: false gem 'listen', '~> 3.0.5' + gem 'overcommit', require: false gem 'reek', require: false gem 'rubocop', require: false gem 'spring' diff --git a/Gemfile.lock b/Gemfile.lock index a12b393..4507a7c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,6 +128,7 @@ GEM hashie (3.5.5) i18n (0.7.0) ice_nine (0.11.2) + iniparse (1.4.2) jbuilder (2.6.1) activesupport (>= 3.0.0, < 5.1) multi_json (~> 1.2) @@ -178,6 +179,9 @@ GEM omniauth-vkontakte (1.3.7) omniauth-oauth2 (~> 1.1) orm_adapter (0.5.0) + overcommit (0.38.0) + childprocess (~> 0.5.8) + iniparse (~> 1.4) parser (2.3.3.1) ast (~> 2.2) pg (0.19.0) @@ -357,6 +361,7 @@ DEPENDENCIES launchy listen (~> 3.0.5) omniauth-vkontakte + overcommit pg (~> 0.18) public_activity puma (~> 3.0) @@ -381,4 +386,4 @@ DEPENDENCIES web-console (>= 3.3.0) BUNDLED WITH - 1.14.4 + 1.14.6