Skip to content

Commit 7536eb7

Browse files
committed
commit Gemfile.lock to unify versions across contributors.
1 parent 581ec6d commit 7536eb7

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/.bundle/
22
/.yardoc
3-
/Gemfile.lock
43
/_yardoc/
54
/coverage/
65
/doc/

Gemfile.lock

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
PATH
2+
remote: .
3+
specs:
4+
sablon (0.0.9)
5+
nokogiri (>= 1.6.0)
6+
rubyzip (>= 1.1)
7+
8+
GEM
9+
remote: https://rubygems.org/
10+
specs:
11+
mini_portile (0.6.2)
12+
minitest (5.5.1)
13+
nokogiri (1.6.6.2)
14+
mini_portile (~> 0.6.0)
15+
rake (10.4.2)
16+
rubyzip (1.1.7)
17+
xml-simple (1.1.5)
18+
19+
PLATFORMS
20+
ruby
21+
22+
DEPENDENCIES
23+
bundler (>= 1.6)
24+
minitest (~> 5.4)
25+
rake (~> 10.0)
26+
sablon!
27+
xml-simple

0 commit comments

Comments
 (0)