Gemfile in liri-0.3.0 vs Gemfile in liri-0.3.1
- old
+ new
@@ -25,9 +25,12 @@
group :development do
# Ruby static code analyzer and formatter, based on the community Ruby style guide. https://github.com/rubocop-hq/rubocop
gem 'rubocop', '~>1', require: false
+ # RubyCritic is a gem that wraps around static analysis gems such as Reek, Flay and Flog to provide a quality report of your Ruby code.
+ gem 'rubycritic', '~>4', require: false
+
# A Ruby Documentation Tool. https://github.com/lsegal/yard
gem 'yard', '~>0'
end
# SimpleCov is a code coverage analysis tool for Ruby. https://github.com/simplecov-ruby/simplecov