Skip to content

Commit

Permalink
Fix example by adding Gemfile.lock
Browse files Browse the repository at this point in the history
Fixes #10
Fixes #12
  • Loading branch information
elia committed Sep 6, 2018
1 parent d8a1d70 commit 6a61fb9
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -2,7 +2,7 @@
*.gem
.yardoc
.bundle
Gemfile.lock
/Gemfile.lock
build/
/.github_access_token
/tmp
Expand Down
38 changes: 38 additions & 0 deletions example/Gemfile.lock
@@ -0,0 +1,38 @@
GIT
remote: git://github.com/opal/opal.git
revision: d77bd3ce19e101988578cdb6314d659491a77844
specs:
opal (0.11.99.dev)
ast (>= 2.3.0)
parser (= 2.5.1.0)

PATH
remote: ..
specs:
opal-sprockets (0.4.2.pre.1.0.11.0.3.1)
opal (~> 0.11.0)
sprockets (~> 3.1)
tilt (>= 1.4)

GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
concurrent-ruby (1.0.5)
parser (2.5.1.0)
ast (~> 2.4.0)
rack (2.0.5)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
tilt (2.0.8)

PLATFORMS
ruby

DEPENDENCIES
opal!
opal-sprockets!

BUNDLED WITH
1.16.4

0 comments on commit 6a61fb9

Please sign in to comment.