diff --git a/Gemfile.lock b/Gemfile.lock index aa75b5c..494c3a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - codeclimate_diff (0.1.10) + codeclimate_diff (0.1.13) colorize json optparse @@ -45,7 +45,7 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.5) + rexml (3.3.8) rspec (3.11.0) rspec-core (~> 3.11.0) rspec-expectations (~> 3.11.0) @@ -92,4 +92,4 @@ DEPENDENCIES rubocop (~> 1.21) BUNDLED WITH - 2.5.11 + 2.5.20 diff --git a/lib/codeclimate_diff/version.rb b/lib/codeclimate_diff/version.rb index 63ee355..a5dfa15 100644 --- a/lib/codeclimate_diff/version.rb +++ b/lib/codeclimate_diff/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CodeclimateDiff - VERSION = "0.1.10" + VERSION = "0.1.13" end