diff --git a/Gemfile.lock b/Gemfile.lock index defb4271..10847b8f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shoulda-matchers (1.0.0) + shoulda-matchers (1.1.0) activesupport (>= 3.0.0) GEM diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index ec2c907b..0407420c 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,5 +1,5 @@ module Shoulda module Matchers - VERSION = '1.0.0'.freeze + VERSION = '1.1.0'.freeze end end