Skip to content

Commit 6a61fb9

Browse files
committedSep 6, 2018
Fix example by adding Gemfile.lock
Fixes #10 Fixes #12
1 parent d8a1d70 commit 6a61fb9

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*.gem
33
.yardoc
44
.bundle
5-
Gemfile.lock
5+
/Gemfile.lock
66
build/
77
/.github_access_token
88
/tmp

‎example/Gemfile.lock

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
GIT
2+
remote: git://github.com/opal/opal.git
3+
revision: d77bd3ce19e101988578cdb6314d659491a77844
4+
specs:
5+
opal (0.11.99.dev)
6+
ast (>= 2.3.0)
7+
parser (= 2.5.1.0)
8+
9+
PATH
10+
remote: ..
11+
specs:
12+
opal-sprockets (0.4.2.pre.1.0.11.0.3.1)
13+
opal (~> 0.11.0)
14+
sprockets (~> 3.1)
15+
tilt (>= 1.4)
16+
17+
GEM
18+
remote: https://rubygems.org/
19+
specs:
20+
ast (2.4.0)
21+
concurrent-ruby (1.0.5)
22+
parser (2.5.1.0)
23+
ast (~> 2.4.0)
24+
rack (2.0.5)
25+
sprockets (3.7.2)
26+
concurrent-ruby (~> 1.0)
27+
rack (> 1, < 3)
28+
tilt (2.0.8)
29+
30+
PLATFORMS
31+
ruby
32+
33+
DEPENDENCIES
34+
opal!
35+
opal-sprockets!
36+
37+
BUNDLED WITH
38+
1.16.4

0 commit comments

Comments
 (0)
Please sign in to comment.