Skip to content

Commit 700d447

Browse files
Djalma AndradeDjalma Andrade
authored andcommitted
fix(docs): point local ruby_ui gem dependency to monorepo path
1 parent bc0c042 commit 700d447

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ end
7373
gem "phlex", github: "phlex-ruby/phlex"
7474
gem "phlex-rails", github: "phlex-ruby/phlex-rails"
7575

76-
gem "ruby_ui", path: "../gem", require: false
76+
gem "ruby_ui", path: "gem", require: false
7777

7878
gem "pry", "0.16.0"
7979

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ GIT
1313
phlex (2.0.2)
1414

1515
PATH
16-
remote: ../gem
16+
remote: gem
1717
specs:
18-
ruby_ui (1.1.0)
18+
ruby_ui (1.2.0)
1919

2020
GEM
2121
remote: https://rubygems.org/

0 commit comments

Comments
 (0)