mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Introduced guard
This commit is contained in:
parent
97843207a7
commit
2f94c0aa38
3 changed files with 92 additions and 0 deletions
5
Gemfile
5
Gemfile
|
@ -57,6 +57,11 @@ group :development do
|
|||
|
||||
# bundle exec rake doc:rails generates the API under doc/api.
|
||||
gem 'sdoc', '~> 0.4.0'
|
||||
|
||||
gem 'guard', '~> 2.6.1'
|
||||
|
||||
gem 'guard-rspec', '~> 4.3.1'
|
||||
gem 'guard-rubocop', '~> 1.1.0'
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue