We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf00b4 commit 46a029dCopy full SHA for 46a029d
Gemfile.lock
@@ -3,20 +3,22 @@ PATH
3
specs:
4
postgres_to_redshift (0.1.2)
5
aws-sdk-v1 (~> 1.54)
6
- pg (~> 0.17.0)
+ pg (~> 0.18.0)
7
8
GEM
9
remote: https://rubygems.org/
10
11
- aws-sdk-v1 (1.66.0)
+ aws-sdk-v1 (1.67.0)
12
json (~> 1.4)
13
- nokogiri (>= 1.4.4)
+ nokogiri (~> 1)
14
diff-lcs (1.2.5)
15
- json (1.8.3)
16
- mini_portile (0.6.2)
17
- nokogiri (1.6.6.2)
18
- mini_portile (~> 0.6.0)
19
- pg (0.17.1)
+ json (1.8.6)
+ mini_portile2 (2.8.0)
+ nokogiri (1.13.4)
+ mini_portile2 (~> 2.8.0)
+ racc (~> 1.4)
20
+ pg (0.18.4)
21
+ racc (1.6.0)
22
rake (10.4.2)
23
rspec (3.2.0)
24
rspec-core (~> 3.2.0)
0 commit comments