activerecord7-redshift-adapter-pennylane 1.0.2 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'pg'
4
+
3
5
  if ActiveRecord.version >= Gem::Version.new('7.1.0')
4
6
  require_relative 'redshift_7_1_adapter'
5
7
  elsif ActiveRecord.version >= Gem::Version.new('7.0.0')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord7-redshift-adapter-pennylane
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nancy Foen
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2024-01-17 00:00:00.000000000 Z
16
+ date: 2024-03-19 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: activerecord