Skip to content

Commit b8f5392

Browse files
committed
Fix gem path. It closes #1
1 parent bd99e84 commit b8f5392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/04_timescale/timescale_setup.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
gemfile(true) do
44
source 'https://rubygems.org'
5-
gem 'timescaledb', path: '../timescale-gem'
5+
gem 'timescaledb'
66
gem 'pg'
77
gem 'activerecord'
88
gem 'pry'
@@ -151,4 +151,4 @@ def generate_sample_data(total: 1000, time: 1.month.ago)
151151
pp Measurement.hypertable.detailed_size
152152

153153
puts "\nCompression statistics:"
154-
pp Measurement.hypertable.compression_stats
154+
pp Measurement.hypertable.compression_stats

0 commit comments

Comments
 (0)