pronto require false
This commit is contained in:
parent
e1a3e7c8c4
commit
846483290f
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
|
@ -17,9 +17,9 @@ end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
# code style
|
# code style
|
||||||
gem "rubocop", "0.32.1"
|
gem "rubocop", "0.32.1"
|
||||||
gem "pronto", "0.4.2"
|
gem "pronto", "0.4.2"
|
||||||
gem "pronto-rubocop", "0.4.4"
|
gem "pronto-rubocop", "0.4.4", require: false
|
||||||
|
|
||||||
# debugging
|
# debugging
|
||||||
gem "pry"
|
gem "pry"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue