diff --git a/Gemfile.lock b/Gemfile.lock index e35d939..8a21914 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ramsey_cop (0.9.0) + ramsey_cop (0.10.0) rubocop (>= 0.54, < 0.59) GEM @@ -50,4 +50,4 @@ DEPENDENCIES rspec (~> 3.0) BUNDLED WITH - 1.16.1 + 1.16.2 diff --git a/lib/ramsey_cop/version.rb b/lib/ramsey_cop/version.rb index 5978b24..59099f0 100644 --- a/lib/ramsey_cop/version.rb +++ b/lib/ramsey_cop/version.rb @@ -1,3 +1,3 @@ module RamseyCop - VERSION = "0.9.0".freeze + VERSION = "0.10.0".freeze end