Skip to content

Commit

Permalink
add the gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
damphyr committed Sep 23, 2017
1 parent a19d974 commit 6e8b722
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,3 @@ rubyforge_site/
test/coverage/
coverage/
coverage.info
# except foo.html which is maintained by hand.
#!foo.html
# Ignore objects and archives.
#*.[oa]

Gemfile.lock
55 changes: 55 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
GEM
remote: https://rubygems.org/
specs:
coderay (1.1.2)
coveralls (0.8.21)
json (>= 1.8, < 3)
simplecov (~> 0.14.1)
term-ansicolor (~> 1.3)
thor (~> 0.19.4)
tins (~> 1.6)
docile (1.1.5)
highline (1.7.8)
hoe (3.16.1)
rake (>= 0.8, < 13.0)
json (2.1.0)
metaclass (0.0.4)
method_source (0.8.2)
mocha (1.2.1)
metaclass (~> 0.0.1)
patir (0.9.0)
systemu (~> 2.6)
power_assert (1.1.0)
pry (0.11.0)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
rake (12.1.0)
rdoc (5.0.0)
simplecov (0.14.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
systemu (2.6.5)
term-ansicolor (1.6.0)
tins (~> 1.0)
test-unit (3.2.6)
power_assert
thor (0.19.4)
tins (1.15.0)

PLATFORMS
ruby

DEPENDENCIES
coveralls
highline (~> 1.7)
hoe (~> 3.16.0)
mocha (~> 1.2.1)
patir (~> 0.8)
pry
rdoc (~> 5.0.0)
test-unit (~> 3.2.3)

BUNDLED WITH
1.14.3

0 comments on commit 6e8b722

Please sign in to comment.