Skip to content

Commit 4edf5ae

Browse files
committed
Update Gemfile.lock for x86_64-linux platform
- Add x86_64-linux platform for sqlite3 gem - Update version to 1.0.0 to match gemspec
1 parent 7dd5a0a commit 4edf5ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
identifiable (0.2.0)
4+
identifiable (1.0.0)
55
activerecord (> 7)
66

77
GEM
@@ -83,6 +83,7 @@ GEM
8383
sqlite3 (2.7.0)
8484
mini_portile2 (~> 2.8.0)
8585
sqlite3 (2.7.0-arm64-darwin)
86+
sqlite3 (2.7.0-x86_64-linux-gnu)
8687
timeout (0.4.3)
8788
tzinfo (2.0.6)
8889
concurrent-ruby (~> 1.0)
@@ -94,6 +95,7 @@ GEM
9495
PLATFORMS
9596
arm64-darwin-25
9697
x84_64-linux
98+
x86_64-linux
9799

98100
DEPENDENCIES
99101
identifiable!

0 commit comments

Comments
 (0)