diff --git a/examples/hello-world/Gemfile b/examples/hello-world/Gemfile index 27d6a9d..8f2def7 100644 --- a/examples/hello-world/Gemfile +++ b/examples/hello-world/Gemfile @@ -5,4 +5,4 @@ source 'https://rubygems.org' gem 'puma' gem 'rack' # gem 'datastar' -gem 'datastar', path: '../../../sdk/ruby' +gem 'datastar', path: '../../../' diff --git a/examples/hello-world/Gemfile.lock b/examples/hello-world/Gemfile.lock index cdb417b..7c7fc6b 100644 --- a/examples/hello-world/Gemfile.lock +++ b/examples/hello-world/Gemfile.lock @@ -1,7 +1,7 @@ PATH - remote: ../../../sdk/ruby + remote: ../../.. specs: - datastar (1.0.0.beta.3) + datastar (1.0.0) json logger rack (>= 3.1.14) @@ -9,7 +9,7 @@ PATH GEM remote: https://rubygems.org/ specs: - json (2.12.2) + json (2.16.0) logger (1.7.0) nio4r (2.7.4) puma (6.6.0) diff --git a/examples/hello-world/hello-world.html b/examples/hello-world/hello-world.html index 2fd7e90..b6b9d62 100644 --- a/examples/hello-world/hello-world.html +++ b/examples/hello-world/hello-world.html @@ -5,10 +5,10 @@