Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'xdrgen', git:'https://github.com/stellar/xdrgen.git', branch: 'master'
gem 'pry'
gem 'octokit'
gem 'octokit', '>= 4.8.0'
gem 'netrc'
gem 'rake'
gem 'stellar_core_commander', git: 'https://github.com/stellar/stellar_core_commander.git', branch: 'master'
21 changes: 11 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ GEM
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
base32 (0.3.2)
coderay (1.1.2)
concurrent-ruby (1.0.5)
Expand All @@ -54,24 +54,25 @@ GEM
memoist (0.11.0)
method_source (0.9.0)
minitest (5.11.3)
multipart-post (2.0.0)
multipart-post (2.1.1)
netrc (0.11.0)
octokit (4.8.0)
octokit (4.21.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
pg (0.18.4)
polyglot (0.3.5)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.1)
public_suffix (4.0.6)
rake (12.3.0)
rbnacl (5.0.0)
ffi
rbnacl-libsodium (1.0.16)
rbnacl (>= 3.0.1)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
sequel (5.5.0)
slop (3.6.0)
stellar-base (0.12.0)
Expand All @@ -97,11 +98,11 @@ PLATFORMS

DEPENDENCIES
netrc
octokit
octokit (>= 4.8.0)
pry
rake
stellar_core_commander!
xdrgen!

BUNDLED WITH
1.16.1
1.17.3