Skip to content

Commit

Permalink
Fix dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed May 14, 2024
1 parent b5e235f commit 761a653
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
6 changes: 2 additions & 4 deletions examples/hello-world/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
class HelloWorldView < Live::View
def bind(page)
super

# Update the view on reconnect:
self.update!
end

def render(builder)
builder.text("Hello World!")
builder.text("Hello RubyKaigi 2024!")
end
end

Application = Lively::Application[HelloWorldView]
Application = Lively::Application[HelloWorldView]
2 changes: 1 addition & 1 deletion examples/hello-world/gems.locked
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
lively (0.6.0)
lively (0.7.0)
falcon (~> 0.47)
live (~> 0.9)
xrb
Expand Down
6 changes: 0 additions & 6 deletions examples/hello-world/gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,3 @@

gem "live"
gem "lively", path: "../../"

gem "activerecord", "~> 7.1"
gem "sqlite3", "~> 1.4"
gem "markly"

gem "async-ollama"
6 changes: 0 additions & 6 deletions examples/worms/gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,3 @@

gem "live"
gem "lively", path: "../../"

gem "activerecord", "~> 7.1"
gem "sqlite3", "~> 1.4"
gem "markly"

gem "async-ollama"

0 comments on commit 761a653

Please sign in to comment.