diff --git a/.ruby-version b/.ruby-version index 7fa1d1e..28c0c5e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.0.0-p353 +2.0.0-p451 diff --git a/Gemfile.lock b/Gemfile.lock index 6d65ff7..6a3b5a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,11 @@ PATH remote: . specs: - fuzzily (0.3.2) + fuzzily (0.3.3) activerecord (>= 2.3.17) GEM - remote: http://yarp.dev/ + remote: https://rubygems.org/ specs: activemodel (3.2.14) activesupport (= 3.2.14) diff --git a/lib/fuzzily/version.rb b/lib/fuzzily/version.rb index 0dad00e..23457d8 100644 --- a/lib/fuzzily/version.rb +++ b/lib/fuzzily/version.rb @@ -1,3 +1,3 @@ module Fuzzily - VERSION = "0.3.2" + VERSION = "0.3.3" end