Skip to content

Commit

Permalink
Add overcommit gem
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlON committed Mar 10, 2017
1 parent 480b078 commit c266ba7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
7 changes: 6 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -357,6 +361,7 @@ DEPENDENCIES
launchy
listen (~> 3.0.5)
omniauth-vkontakte
overcommit
pg (~> 0.18)
public_activity
puma (~> 3.0)
Expand All @@ -381,4 +386,4 @@ DEPENDENCIES
web-console (>= 3.3.0)

BUNDLED WITH
1.14.4
1.14.6

0 comments on commit c266ba7

Please sign in to comment.