File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,13 +2,6 @@ source 'http://rubygems.org'
22
33gemspec
44
5- gem 'ffi' , '1.9.24'
6- gem 'childprocess' , '1.0.1'
7- gem 'nokogiri' , '1.10.4'
8- gem 'json' , '1.8.6'
9- gem 'rubyzip' , '1.3.0'
10- gem 'rack' , '1.6.11'
11-
125group :developement do
136 gem 'rake' , '>= 0.9'
147 gem 'rdoc' , '3.12.1'
Original file line number Diff line number Diff line change 88 remote: .
99 specs:
1010 bigbluebutton-api-ruby (1.7.0 )
11+ childprocess (>= 1.0.1 )
12+ ffi (>= 1.9.24 )
13+ json (>= 1.8.6 )
14+ nokogiri (>= 1.10.4 )
15+ rack (>= 1.6.11 )
16+ rubyzip (>= 1.3.0 )
1117 xml-simple (~> 1.1 )
1218
1319GEM
@@ -79,17 +85,11 @@ PLATFORMS
7985DEPENDENCIES
8086 bbbot-ruby !
8187 bigbluebutton-api-ruby !
82- childprocess (= 1.0.1 )
8388 cucumber-rails
84- ffi (= 1.9.24 )
8589 forgery
86- json (= 1.8.6 )
87- nokogiri (= 1.10.4 )
88- rack (= 1.6.11 )
8990 rake (>= 0.9 )
9091 rdoc (= 3.12.1 )
9192 rspec (~> 2.10 )
92- rubyzip (= 1.3.0 )
9393
9494BUNDLED WITH
9595 1.17.3
Original file line number Diff line number Diff line change @@ -14,5 +14,11 @@ Gem::Specification.new do |s|
1414 s . files = `git ls-files` . split ( "\n " )
1515 s . require_paths = [ "lib" ]
1616
17- s . add_runtime_dependency ( "xml-simple" , "~> 1.1" )
17+ s . add_runtime_dependency ( 'childprocess' , '>= 1.0.1' )
18+ s . add_runtime_dependency ( 'ffi' , '>= 1.9.24' )
19+ s . add_runtime_dependency ( 'json' , '>= 1.8.6' )
20+ s . add_runtime_dependency ( 'nokogiri' , '>= 1.10.4' )
21+ s . add_runtime_dependency ( 'rack' , '>= 1.6.11' )
22+ s . add_runtime_dependency ( 'rubyzip' , '>= 1.3.0' )
23+ s . add_runtime_dependency ( 'xml-simple' , '~> 1.1' )
1824end
You can’t perform that action at this time.
0 commit comments