Skip to content

Commit

Permalink
Remove cityhash
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Jan 27, 2025
1 parent 8aac6f1 commit ac3ae8e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 48 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ group :development, :test do
gem "state_machines"
gem "activerecord-typedstore"
gem "identity_cache"
gem "cityhash",
git: "https://github.com/csfrancis/cityhash.git",
ref: "3cfc7d01f333c01811d5e834f1495eaa29f87c36",
require: false
gem "activeresource"
gem "google-protobuf"
gem "graphql"
Expand Down
27 changes: 19 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
GIT
remote: https://github.com/csfrancis/cityhash.git
revision: 3cfc7d01f333c01811d5e834f1495eaa29f87c36
ref: 3cfc7d01f333c01811d5e834f1495eaa29f87c36
specs:
cityhash (0.6.0)

PATH
remote: .
specs:
Expand Down Expand Up @@ -150,6 +143,9 @@ GEM
activemodel
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (4.29.3-aarch64-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.29.3-arm64-darwin)
bigdecimal
rake (>= 13)
Expand Down Expand Up @@ -220,12 +216,18 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.4)
nokogiri (1.18.2-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.2-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.18.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.2-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.2-x86_64-linux-musl)
racc (~> 1.4)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.7.0)
Expand Down Expand Up @@ -328,6 +330,7 @@ GEM
sorbet (0.5.11766)
sorbet-static (= 0.5.11766)
sorbet-runtime (0.5.11766)
sorbet-static (0.5.11766-aarch64-linux)
sorbet-static (0.5.11766-universal-darwin)
sorbet-static (0.5.11766-x86_64-linux)
sorbet-static-and-runtime (0.5.11766)
Expand All @@ -341,9 +344,12 @@ GEM
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sqlite3 (2.5.0-aarch64-linux-gnu)
sqlite3 (2.5.0-aarch64-linux-musl)
sqlite3 (2.5.0-arm64-darwin)
sqlite3 (2.5.0-x86_64-darwin)
sqlite3 (2.5.0-x86_64-linux-gnu)
sqlite3 (2.5.0-x86_64-linux-musl)
state_machines (0.6.0)
stringio (3.1.2)
thor (1.3.2)
Expand Down Expand Up @@ -371,16 +377,21 @@ GEM
zlib (3.1.0)

PLATFORMS
aarch64-linux
aarch64-linux-gnu
aarch64-linux-musl
arm64-darwin
universal-darwin
x86_64-darwin
x86_64-linux
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
aasm
activerecord-typedstore
activeresource
bcrypt
cityhash!
config
debug
frozen_record
Expand Down
36 changes: 0 additions & 36 deletions sorbet/rbi/gems/[email protected]

This file was deleted.

0 comments on commit ac3ae8e

Please sign in to comment.