Skip to content

Commit 4423b2e

Browse files
committed
Update Gemfile.lock and ignore db/ folder
1 parent b247666 commit 4423b2e

File tree

2 files changed

+55
-18
lines changed

2 files changed

+55
-18
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
.rspec_status
1212

1313
log/
14-
vendor
14+
vendor
15+
db/
16+
.DS_Store

Gemfile.lock

Lines changed: 52 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,71 @@
11
PATH
22
remote: .
33
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)
77

88
GEM
99
remote: https://rubygems.org/
1010
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
1823
i18n (>= 1.6, < 2)
24+
logger (>= 1.4.2)
1925
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)
2437
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)
2757
concurrent-ruby (~> 1.0)
2858

2959
PLATFORMS
3060
arm64-darwin-20
61+
arm64-darwin-23
62+
x86_64-linux
3163

3264
DEPENDENCIES
3365
activerecord-duckdb-adapter!
66+
bundler (~> 2.0)
67+
rake (~> 13.0)
68+
rspec (~> 3.13)
3469

3570
BUNDLED WITH
36-
2.2.22
71+
2.5.22

0 commit comments

Comments
 (0)