Bump development gems

- brakeman
- rubocop
- scss_lint
This commit is contained in:
gregoirenovel 2018-03-02 16:27:03 +01:00
parent 1030a4ae7d
commit d6ad3fc3fd
42 changed files with 99 additions and 94 deletions

View file

@ -4,7 +4,7 @@ require 'fileutils'
include FileUtils
# path to your application root.
APP_ROOT = Pathname.new File.expand_path('../../', __FILE__)
APP_ROOT = Pathname.new File.expand_path('../', __dir__)
def system!(*args)
system(*args) || abort("\n== Command #{args} failed ==")