Skip to content

Commit

Permalink
Merge branch 'offical-ckb-ruby-sdk' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
zmcNotafraid committed Nov 9, 2024
2 parents a9fe97f + f6a4c11 commit a47bcbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gem "dotenv-rails"
gem "config"

# CKB SDK
gem "ckb-sdk-ruby", git: "https://github.com/zmcNotafraid/ckb-sdk-ruby", branch: "data2-index", require: "ckb"
gem "ckb-sdk-ruby", git: "https://github.com/nervosnetwork/ckb-sdk-ruby.git", require: "ckb"

# Redis
gem "digest-crc"
Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
GIT
remote: https://github.com/zmcNotafraid/ckb-sdk-ruby
revision: 164a506ee6d8107d6acab10b988df98f10ea9a7f
branch: data2-index
remote: https://github.com/nervosnetwork/ckb-sdk-ruby.git
revision: 4b43de58fb69cc046b3cef234d70fd9657711ff6
specs:
ckb-sdk-ruby (0.103.0)
net-http-persistent (~> 4.0.1)
Expand Down

0 comments on commit a47bcbb

Please sign in to comment.