|
1 | 1 | PATH
|
2 | 2 | remote: .
|
3 | 3 | specs:
|
4 |
| - activerecord-duckdb-adapter (0.1.0) |
5 |
| - activerecord |
6 |
| - duckdb |
| 4 | + activerecord-duckdb-adapter (0.2.0) |
| 5 | + activerecord (~> 7.1) |
| 6 | + duckdb (~> 1.1) |
7 | 7 |
|
8 | 8 | GEM
|
9 | 9 | remote: https://rubygems.org/
|
10 | 10 | specs:
|
11 |
| - activemodel (7.0.2.3) |
12 |
| - activesupport (= 7.0.2.3) |
13 |
| - activerecord (7.0.2.3) |
14 |
| - activemodel (= 7.0.2.3) |
15 |
| - activesupport (= 7.0.2.3) |
16 |
| - activesupport (7.0.2.3) |
17 |
| - concurrent-ruby (~> 1.0, >= 1.0.2) |
| 11 | + activemodel (7.2.1.1) |
| 12 | + activesupport (= 7.2.1.1) |
| 13 | + activerecord (7.2.1.1) |
| 14 | + activemodel (= 7.2.1.1) |
| 15 | + activesupport (= 7.2.1.1) |
| 16 | + timeout (>= 0.4.0) |
| 17 | + activesupport (7.2.1.1) |
| 18 | + base64 |
| 19 | + bigdecimal |
| 20 | + concurrent-ruby (~> 1.0, >= 1.3.1) |
| 21 | + connection_pool (>= 2.2.5) |
| 22 | + drb |
18 | 23 | i18n (>= 1.6, < 2)
|
| 24 | + logger (>= 1.4.2) |
19 | 25 | minitest (>= 5.1)
|
20 |
| - tzinfo (~> 2.0) |
21 |
| - concurrent-ruby (1.1.10) |
22 |
| - duckdb (0.3.2.0) |
23 |
| - i18n (1.10.0) |
| 26 | + securerandom (>= 0.3) |
| 27 | + tzinfo (~> 2.0, >= 2.0.5) |
| 28 | + base64 (0.2.0) |
| 29 | + bigdecimal (3.2.2) |
| 30 | + concurrent-ruby (1.3.4) |
| 31 | + connection_pool (2.4.1) |
| 32 | + diff-lcs (1.6.2) |
| 33 | + drb (2.2.1) |
| 34 | + duckdb (1.3.0.0) |
| 35 | + bigdecimal (>= 3.1.4) |
| 36 | + i18n (1.14.6) |
24 | 37 | concurrent-ruby (~> 1.0)
|
25 |
| - minitest (5.15.0) |
26 |
| - tzinfo (2.0.4) |
| 38 | + logger (1.6.1) |
| 39 | + minitest (5.25.1) |
| 40 | + rake (13.2.1) |
| 41 | + rspec (3.13.1) |
| 42 | + rspec-core (~> 3.13.0) |
| 43 | + rspec-expectations (~> 3.13.0) |
| 44 | + rspec-mocks (~> 3.13.0) |
| 45 | + rspec-core (3.13.4) |
| 46 | + rspec-support (~> 3.13.0) |
| 47 | + rspec-expectations (3.13.5) |
| 48 | + diff-lcs (>= 1.2.0, < 2.0) |
| 49 | + rspec-support (~> 3.13.0) |
| 50 | + rspec-mocks (3.13.5) |
| 51 | + diff-lcs (>= 1.2.0, < 2.0) |
| 52 | + rspec-support (~> 3.13.0) |
| 53 | + rspec-support (3.13.4) |
| 54 | + securerandom (0.3.1) |
| 55 | + timeout (0.4.1) |
| 56 | + tzinfo (2.0.6) |
27 | 57 | concurrent-ruby (~> 1.0)
|
28 | 58 |
|
29 | 59 | PLATFORMS
|
30 | 60 | arm64-darwin-20
|
| 61 | + arm64-darwin-23 |
| 62 | + x86_64-linux |
31 | 63 |
|
32 | 64 | DEPENDENCIES
|
33 | 65 | activerecord-duckdb-adapter!
|
| 66 | + bundler (~> 2.0) |
| 67 | + rake (~> 13.0) |
| 68 | + rspec (~> 3.13) |
34 | 69 |
|
35 | 70 | BUNDLED WITH
|
36 |
| - 2.2.22 |
| 71 | + 2.5.22 |
0 commit comments