diff --git a/Gemfile.lock b/Gemfile.lock index 92e2bd6..41de332 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - timescaledb (0.2.8) + timescaledb (0.3.0) activerecord activesupport pg (~> 1.2) @@ -32,7 +32,7 @@ GEM concurrent-ruby (~> 1.0) method_source (1.0.0) minitest (5.18.0) - pg (1.5.6) + pg (1.5.8) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) diff --git a/lib/timescaledb/version.rb b/lib/timescaledb/version.rb index 4c09d63..526085c 100644 --- a/lib/timescaledb/version.rb +++ b/lib/timescaledb/version.rb @@ -1,3 +1,3 @@ module Timescaledb - VERSION = '0.2.9' + VERSION = '0.3.0' end