examples/clipping_intersection/Gemfile in opal-js_wrap-three-0.1.3 vs examples/clipping_intersection/Gemfile in opal-js_wrap-three-0.1.4

- old
+ new

@@ -1,9 +1,9 @@ source "https://rubygems.org" -gem "opal-js_wrap-three", path: "../.." +gem "opal-js_wrap-three" # This gem should work with any recent version of Opal (no guarantees), # but it's strongly recommended to use Opal v1.4 for improved error # reporting. -gem "opal", github: "opal/opal", ref: "hmdne/ruby31" +gem "opal" gem "rack" gem "webrick"