rake-protect 2.0.0
When some gems are unavailable in an environment, for example on a production server, requiring them in a Rakefile will cause LoadError to be thrown. Wrap the require and task declaration in Rake.protect block to prevent that.
Gemfile:
=
install:
=
Development Dependencies (12):
bundler
~> 1.14
guard
~> 2.14
guard-rake
~> 1.0
guard-rspec
~> 4.7
listen
~> 3.0
reek
>= 3.11
rspec
~> 3.5
rubocop
~> 0.47
rubocop-rspec
~> 1.5
simplecov
~> 0.13
simplecov-console
~> 0.4
simplecov-json
~> 0.2