Add gem "tox"
This commit is contained in:
parent
65d1d5a93f
commit
29a8671d21
2 changed files with 8 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'tox', path: '../tox.rb'
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
PATH
|
||||
remote: ../tox.rb
|
||||
specs:
|
||||
tox (0.0.1)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
@ -6,6 +11,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
tox!
|
||||
|
||||
BUNDLED WITH
|
||||
1.13.6
|
||||
|
|
Reference in a new issue