Skip to content

Commit

Permalink
Added Gemfile to track gems used in fuzzer.
Browse files Browse the repository at this point in the history
  • Loading branch information
byronm committed Apr 10, 2013
1 parent 97ac9c6 commit 4308e66
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source 'http://rubygems.org'

gem 'colorize', '~> 0.5.8'
gem 'selenium-webdriver', '~> 2.32.0'
22 changes: 22 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
GEM
remote: http://rubygems.org/
specs:
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
colorize (0.5.8)
ffi (1.6.0)
multi_json (1.7.2)
rubyzip (0.9.9)
selenium-webdriver (2.32.0)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip
websocket (~> 1.0.4)
websocket (1.0.7)

PLATFORMS
ruby

DEPENDENCIES
colorize (~> 0.5.8)
selenium-webdriver (~> 2.32.0)

0 comments on commit 4308e66

Please sign in to comment.