mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
fix Gemfile
This commit is contained in:
parent
6a677462df
commit
9d2ce6618e
1 changed files with 4 additions and 1 deletions
5
Gemfile
5
Gemfile
|
@ -2,4 +2,7 @@ source 'https://rubygems.org'
|
||||||
|
|
||||||
# Specify your gem's dependencies in ruby-opencv.gemspec
|
# Specify your gem's dependencies in ruby-opencv.gemspec
|
||||||
gemspec
|
gemspec
|
||||||
gem 'rake-compiler'
|
group :development do
|
||||||
|
gem 'rake-compiler'
|
||||||
|
gem 'yard'
|
||||||
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue