Merge branch 'develop' of git.znuny.com:zammad/zammad into develop
This commit is contained in:
commit
c6e96f6410
2 changed files with 6 additions and 0 deletions
3
Gemfile
3
Gemfile
|
@ -109,6 +109,9 @@ group :development, :test do
|
||||||
gem 'rack-livereload'
|
gem 'rack-livereload'
|
||||||
gem 'rb-fsevent', require: false
|
gem 'rb-fsevent', require: false
|
||||||
|
|
||||||
|
# auto symlinking
|
||||||
|
gem 'guard-symlink', require: false
|
||||||
|
|
||||||
# code QA
|
# code QA
|
||||||
gem 'pre-commit'
|
gem 'pre-commit'
|
||||||
gem 'rubocop'
|
gem 'rubocop'
|
||||||
|
|
|
@ -153,6 +153,8 @@ GEM
|
||||||
guard (~> 2.8)
|
guard (~> 2.8)
|
||||||
guard-compat (~> 1.0)
|
guard-compat (~> 1.0)
|
||||||
multi_json (~> 1.8)
|
multi_json (~> 1.8)
|
||||||
|
guard-symlink (0.1.0)
|
||||||
|
guard-compat (~> 1.1)
|
||||||
hashdiff (0.3.2)
|
hashdiff (0.3.2)
|
||||||
hashie (3.4.4)
|
hashie (3.4.4)
|
||||||
htmlentities (4.3.4)
|
htmlentities (4.3.4)
|
||||||
|
@ -443,6 +445,7 @@ DEPENDENCIES
|
||||||
github_changelog_generator
|
github_changelog_generator
|
||||||
guard
|
guard
|
||||||
guard-livereload
|
guard-livereload
|
||||||
|
guard-symlink
|
||||||
htmlentities
|
htmlentities
|
||||||
icalendar
|
icalendar
|
||||||
json
|
json
|
||||||
|
|
Loading…
Reference in a new issue