We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19897e2 commit d8499e7Copy full SHA for d8499e7
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- timescaledb (0.2.5)
+ timescaledb (0.2.6)
5
activerecord
6
activesupport
7
pg (~> 1.2)
@@ -33,7 +33,7 @@ GEM
33
concurrent-ruby (~> 1.0)
34
method_source (1.0.0)
35
minitest (5.14.4)
36
- pg (1.4.4)
+ pg (1.4.5)
37
pry (0.14.1)
38
coderay (~> 1.1)
39
method_source (~> 1.0)
Gemfile.scenic.lock
lib/timescaledb/version.rb
@@ -1,3 +1,3 @@
module Timescaledb
- VERSION = '0.2.5'
+ VERSION = '0.2.6'
end
0 commit comments