Skip to content

Commit

Permalink
Try checking in Cargo.toml to fix 'libcsys-ruby version (0.6.1) doesn…
Browse files Browse the repository at this point in the history
…'t match helix_runtime version (0.6.0).'
  • Loading branch information
David Judd committed Jun 3, 2017
1 parent 7b9c619 commit cdd18da
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ build/
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
target
Cargo.lock
146 changes: 146 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ GIT
PATH
remote: .
specs:
humanname (0.4.0)
humanname (0.4.2)
helix_runtime (~> 0.6.0)

GEM
remote: https://rubygems.org/
specs:
coderay (1.1.0)
diff-lcs (1.2.5)
helix_runtime (0.6.0)
coderay (1.1.1)
diff-lcs (1.3)
helix_runtime (0.6.1)
rake (>= 10.0)
thor (~> 0.19.4)
human_name_parser (1.0.1)
method_source (0.8.2)
namae (0.10.1)
pry (0.10.3)
namae (0.11.3)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
Expand All @@ -30,12 +30,12 @@ GEM
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-core (3.4.1)
rspec-core (3.4.4)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-mocks (3.4.0)
rspec-mocks (3.4.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
Expand Down

0 comments on commit cdd18da

Please sign in to comment.