forked from External/greenlight
Updated ruby version and some gems
This commit is contained in:
parent
9135898f1d
commit
582ab30eb0
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
ruby '2.3.4'
|
ruby '2.4.0'
|
||||||
|
|
||||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||||
gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
|
gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
|
||||||
|
|
239
Gemfile.lock
239
Gemfile.lock
|
@ -1,39 +1,39 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (5.0.0.1)
|
actioncable (5.0.5)
|
||||||
actionpack (= 5.0.0.1)
|
actionpack (= 5.0.5)
|
||||||
nio4r (~> 1.2)
|
nio4r (>= 1.2, < 3.0)
|
||||||
websocket-driver (~> 0.6.1)
|
websocket-driver (~> 0.6.1)
|
||||||
actionmailer (5.0.0.1)
|
actionmailer (5.0.5)
|
||||||
actionpack (= 5.0.0.1)
|
actionpack (= 5.0.5)
|
||||||
actionview (= 5.0.0.1)
|
actionview (= 5.0.5)
|
||||||
activejob (= 5.0.0.1)
|
activejob (= 5.0.5)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (5.0.0.1)
|
actionpack (5.0.5)
|
||||||
actionview (= 5.0.0.1)
|
actionview (= 5.0.5)
|
||||||
activesupport (= 5.0.0.1)
|
activesupport (= 5.0.5)
|
||||||
rack (~> 2.0)
|
rack (~> 2.0)
|
||||||
rack-test (~> 0.6.3)
|
rack-test (~> 0.6.3)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
actionview (5.0.0.1)
|
actionview (5.0.5)
|
||||||
activesupport (= 5.0.0.1)
|
activesupport (= 5.0.5)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
||||||
activejob (5.0.0.1)
|
activejob (5.0.5)
|
||||||
activesupport (= 5.0.0.1)
|
activesupport (= 5.0.5)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (5.0.0.1)
|
activemodel (5.0.5)
|
||||||
activesupport (= 5.0.0.1)
|
activesupport (= 5.0.5)
|
||||||
activerecord (5.0.0.1)
|
activerecord (5.0.5)
|
||||||
activemodel (= 5.0.0.1)
|
activemodel (= 5.0.5)
|
||||||
activesupport (= 5.0.0.1)
|
activesupport (= 5.0.5)
|
||||||
arel (~> 7.0)
|
arel (~> 7.0)
|
||||||
activesupport (5.0.0.1)
|
activesupport (5.0.5)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (~> 0.7)
|
i18n (~> 0.7)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
|
@ -41,67 +41,73 @@ GEM
|
||||||
arel (7.1.4)
|
arel (7.1.4)
|
||||||
bigbluebutton-api-ruby (1.6.0)
|
bigbluebutton-api-ruby (1.6.0)
|
||||||
xml-simple (~> 1.1)
|
xml-simple (~> 1.1)
|
||||||
|
bindex (0.5.0)
|
||||||
bootstrap-sass (3.3.0.0)
|
bootstrap-sass (3.3.0.0)
|
||||||
sass (~> 3.2)
|
sass (~> 3.2)
|
||||||
bootstrap-social-rails (4.12.0)
|
bootstrap-social-rails (4.12.0)
|
||||||
railties (>= 3.1)
|
railties (>= 3.1)
|
||||||
builder (3.2.2)
|
builder (3.2.3)
|
||||||
byebug (9.0.6)
|
byebug (9.0.6)
|
||||||
climate_control (0.1.0)
|
climate_control (0.2.0)
|
||||||
cocaine (0.5.8)
|
cocaine (0.5.8)
|
||||||
climate_control (>= 0.0.3, < 1.0)
|
climate_control (>= 0.0.3, < 1.0)
|
||||||
coffee-rails (4.2.1)
|
coffee-rails (4.2.2)
|
||||||
coffee-script (>= 2.2.0)
|
coffee-script (>= 2.2.0)
|
||||||
railties (>= 4.0.0, < 5.2.x)
|
railties (>= 4.0.0)
|
||||||
coffee-script (2.4.1)
|
coffee-script (2.4.1)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.10.0)
|
coffee-script-source (1.12.2)
|
||||||
concurrent-ruby (1.0.2)
|
concurrent-ruby (1.0.5)
|
||||||
debug_inspector (0.0.2)
|
concurrent-ruby (1.0.5-java)
|
||||||
docile (1.1.5)
|
docile (1.1.5)
|
||||||
dotenv (2.1.1)
|
dotenv (2.2.1)
|
||||||
dotenv-rails (2.1.1)
|
dotenv-rails (2.2.1)
|
||||||
dotenv (= 2.1.1)
|
dotenv (= 2.2.1)
|
||||||
railties (>= 4.0, < 5.1)
|
railties (>= 3.2, < 5.2)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
faraday (0.9.2)
|
faraday (0.12.2)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
ffi (1.9.14)
|
ffi (1.9.18)
|
||||||
|
ffi (1.9.18-java)
|
||||||
|
ffi (1.9.18-x64-mingw32)
|
||||||
|
ffi (1.9.18-x86-mingw32)
|
||||||
font-awesome-sass (4.7.0)
|
font-awesome-sass (4.7.0)
|
||||||
sass (>= 3.2)
|
sass (>= 3.2)
|
||||||
globalid (0.3.7)
|
globalid (0.4.0)
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.2.0)
|
||||||
hashie (3.4.4)
|
hashie (3.5.6)
|
||||||
http_accept_language (2.1.0)
|
http_accept_language (2.1.1)
|
||||||
i18n (0.7.0)
|
i18n (0.8.6)
|
||||||
jbuilder (2.6.0)
|
jbuilder (2.7.0)
|
||||||
activesupport (>= 3.0.0, < 5.1)
|
activesupport (>= 4.2.0)
|
||||||
multi_json (~> 1.2)
|
multi_json (>= 1.2)
|
||||||
jquery-datatables-rails (3.4.0)
|
jquery-datatables-rails (3.4.0)
|
||||||
actionpack (>= 3.1)
|
actionpack (>= 3.1)
|
||||||
jquery-rails
|
jquery-rails
|
||||||
railties (>= 3.1)
|
railties (>= 3.1)
|
||||||
sass-rails
|
sass-rails
|
||||||
jquery-rails (4.2.1)
|
jquery-rails (4.3.1)
|
||||||
rails-dom-testing (>= 1, < 3)
|
rails-dom-testing (>= 1, < 3)
|
||||||
railties (>= 4.2.0)
|
railties (>= 4.2.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
jquery-ui-rails (5.0.5)
|
jquery-ui-rails (6.0.1)
|
||||||
railties (>= 3.2.16)
|
railties (>= 3.2.16)
|
||||||
json (1.8.3)
|
json (1.8.6)
|
||||||
jwt (1.5.4)
|
json (1.8.6-java)
|
||||||
|
jwt (1.5.6)
|
||||||
listen (3.0.8)
|
listen (3.0.8)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
rb-inotify (~> 0.9, >= 0.9.7)
|
||||||
lograge (0.4.1)
|
lograge (0.6.0)
|
||||||
actionpack (>= 4, < 5.1)
|
actionpack (>= 4, < 5.2)
|
||||||
activesupport (>= 4, < 5.1)
|
activesupport (>= 4, < 5.2)
|
||||||
railties (>= 4, < 5.1)
|
railties (>= 4, < 5.2)
|
||||||
|
request_store (~> 1.0)
|
||||||
loofah (2.0.3)
|
loofah (2.0.3)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
mail (2.6.4)
|
mail (2.6.6)
|
||||||
mime-types (>= 1.16, < 4)
|
mime-types (>= 1.16, < 4)
|
||||||
metaclass (0.0.4)
|
metaclass (0.0.4)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
|
@ -109,20 +115,26 @@ GEM
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2016.0521)
|
mime-types-data (3.2016.0521)
|
||||||
mimemagic (0.3.0)
|
mimemagic (0.3.0)
|
||||||
mini_portile2 (2.1.0)
|
mini_portile2 (2.2.0)
|
||||||
minitest (5.9.1)
|
minitest (5.10.3)
|
||||||
mocha (1.2.1)
|
mocha (1.2.1)
|
||||||
metaclass (~> 0.0.1)
|
metaclass (~> 0.0.1)
|
||||||
multi_json (1.12.1)
|
multi_json (1.12.1)
|
||||||
multi_xml (0.5.5)
|
multi_xml (0.6.0)
|
||||||
multipart-post (2.0.0)
|
multipart-post (2.0.0)
|
||||||
net-ldap (0.16.0)
|
net-ldap (0.16.0)
|
||||||
nio4r (1.2.1)
|
nio4r (2.1.0)
|
||||||
nokogiri (1.6.8.1)
|
nio4r (2.1.0-java)
|
||||||
mini_portile2 (~> 2.1.0)
|
nokogiri (1.8.0)
|
||||||
oauth (0.5.1)
|
mini_portile2 (~> 2.2.0)
|
||||||
oauth2 (1.2.0)
|
nokogiri (1.8.0-java)
|
||||||
faraday (>= 0.8, < 0.10)
|
nokogiri (1.8.0-x64-mingw32)
|
||||||
|
mini_portile2 (~> 2.2.0)
|
||||||
|
nokogiri (1.8.0-x86-mingw32)
|
||||||
|
mini_portile2 (~> 2.2.0)
|
||||||
|
oauth (0.5.3)
|
||||||
|
oauth2 (1.4.0)
|
||||||
|
faraday (>= 0.8, < 0.13)
|
||||||
jwt (~> 1.0)
|
jwt (~> 1.0)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
multi_xml (~> 0.5)
|
multi_xml (~> 0.5)
|
||||||
|
@ -155,85 +167,101 @@ GEM
|
||||||
cocaine (~> 0.5.5)
|
cocaine (~> 0.5.5)
|
||||||
mime-types
|
mime-types
|
||||||
mimemagic (= 0.3.0)
|
mimemagic (= 0.3.0)
|
||||||
pg (0.19.0)
|
pg (0.21.0)
|
||||||
puma (3.6.0)
|
pg (0.21.0-x64-mingw32)
|
||||||
|
pg (0.21.0-x86-mingw32)
|
||||||
|
puma (3.9.1)
|
||||||
|
puma (3.9.1-java)
|
||||||
pyu-ruby-sasl (0.0.3.3)
|
pyu-ruby-sasl (0.0.3.3)
|
||||||
rack (2.0.1)
|
rack (2.0.3)
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (5.0.0.1)
|
rails (5.0.5)
|
||||||
actioncable (= 5.0.0.1)
|
actioncable (= 5.0.5)
|
||||||
actionmailer (= 5.0.0.1)
|
actionmailer (= 5.0.5)
|
||||||
actionpack (= 5.0.0.1)
|
actionpack (= 5.0.5)
|
||||||
actionview (= 5.0.0.1)
|
actionview (= 5.0.5)
|
||||||
activejob (= 5.0.0.1)
|
activejob (= 5.0.5)
|
||||||
activemodel (= 5.0.0.1)
|
activemodel (= 5.0.5)
|
||||||
activerecord (= 5.0.0.1)
|
activerecord (= 5.0.5)
|
||||||
activesupport (= 5.0.0.1)
|
activesupport (= 5.0.5)
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 5.0.0.1)
|
railties (= 5.0.5)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-dom-testing (2.0.1)
|
rails-dom-testing (2.0.3)
|
||||||
activesupport (>= 4.2.0, < 6.0)
|
activesupport (>= 4.2.0)
|
||||||
nokogiri (~> 1.6.0)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.0.3)
|
rails-html-sanitizer (1.0.3)
|
||||||
loofah (~> 2.0)
|
loofah (~> 2.0)
|
||||||
rails-timeago (2.15.0)
|
rails-timeago (2.16.0)
|
||||||
actionpack (>= 3.1)
|
actionpack (>= 3.1)
|
||||||
activesupport (>= 3.1)
|
activesupport (>= 3.1)
|
||||||
railties (5.0.0.1)
|
railties (5.0.5)
|
||||||
actionpack (= 5.0.0.1)
|
actionpack (= 5.0.5)
|
||||||
activesupport (= 5.0.0.1)
|
activesupport (= 5.0.5)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
rake (11.3.0)
|
rake (12.0.0)
|
||||||
rb-fsevent (0.9.7)
|
rb-fsevent (0.10.2)
|
||||||
rb-inotify (0.9.7)
|
rb-inotify (0.9.10)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0, < 2)
|
||||||
|
request_store (1.3.2)
|
||||||
rubyntlm (0.3.4)
|
rubyntlm (0.3.4)
|
||||||
sass (3.4.22)
|
sass (3.5.1)
|
||||||
|
sass-listen (~> 4.0.0)
|
||||||
|
sass-listen (4.0.0)
|
||||||
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||||
|
rb-inotify (~> 0.9, >= 0.9.7)
|
||||||
sass-rails (5.0.6)
|
sass-rails (5.0.6)
|
||||||
railties (>= 4.0.0, < 6)
|
railties (>= 4.0.0, < 6)
|
||||||
sass (~> 3.1)
|
sass (~> 3.1)
|
||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (>= 2.8, < 4.0)
|
||||||
sprockets-rails (>= 2.0, < 4.0)
|
sprockets-rails (>= 2.0, < 4.0)
|
||||||
tilt (>= 1.1, < 3)
|
tilt (>= 1.1, < 3)
|
||||||
simplecov (0.13.0)
|
simplecov (0.15.0)
|
||||||
docile (~> 1.1.0)
|
docile (~> 1.1.0)
|
||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
simplecov-html (0.10.0)
|
simplecov-html (0.10.2)
|
||||||
slack-notifier (2.1.0)
|
slack-notifier (2.3.1)
|
||||||
spring (2.0.0)
|
spring (2.0.2)
|
||||||
activesupport (>= 4.2)
|
activesupport (>= 4.2)
|
||||||
spring-watcher-listen (2.0.1)
|
spring-watcher-listen (2.0.1)
|
||||||
listen (>= 2.7, < 4.0)
|
listen (>= 2.7, < 4.0)
|
||||||
spring (>= 1.2, < 3.0)
|
spring (>= 1.2, < 3.0)
|
||||||
sprockets (3.7.0)
|
sprockets (3.7.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rack (> 1, < 3)
|
rack (> 1, < 3)
|
||||||
sprockets-rails (3.2.0)
|
sprockets-rails (3.2.0)
|
||||||
actionpack (>= 4.0)
|
actionpack (>= 4.0)
|
||||||
activesupport (>= 4.0)
|
activesupport (>= 4.0)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sqlite3 (1.3.12)
|
sqlite3 (1.3.13)
|
||||||
thor (0.19.1)
|
sqlite3 (1.3.13-x64-mingw32)
|
||||||
thread_safe (0.3.5)
|
sqlite3 (1.3.13-x86-mingw32)
|
||||||
tilt (2.0.5)
|
sqlite3 (1.3.13-x86-mswin32-60)
|
||||||
|
thor (0.19.4)
|
||||||
|
thread_safe (0.3.6)
|
||||||
|
thread_safe (0.3.6-java)
|
||||||
|
tilt (2.0.8)
|
||||||
turbolinks (5.0.1)
|
turbolinks (5.0.1)
|
||||||
turbolinks-source (~> 5)
|
turbolinks-source (~> 5)
|
||||||
turbolinks-source (5.0.0)
|
turbolinks-source (5.0.3)
|
||||||
tzinfo (1.2.2)
|
tzinfo (1.2.3)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (3.0.2)
|
tzinfo-data (1.2017.2)
|
||||||
|
tzinfo (>= 1.0.0)
|
||||||
|
uglifier (3.2.0)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
web-console (3.3.1)
|
web-console (3.5.1)
|
||||||
actionview (>= 5.0)
|
actionview (>= 5.0)
|
||||||
activemodel (>= 5.0)
|
activemodel (>= 5.0)
|
||||||
debug_inspector
|
bindex (>= 0.4.0)
|
||||||
railties (>= 5.0)
|
railties (>= 5.0)
|
||||||
websocket-driver (0.6.4)
|
websocket-driver (0.6.5)
|
||||||
|
websocket-extensions (>= 0.1.0)
|
||||||
|
websocket-driver (0.6.5-java)
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
websocket-extensions (0.1.2)
|
websocket-extensions (0.1.2)
|
||||||
xml-simple (1.1.5)
|
xml-simple (1.1.5)
|
||||||
|
@ -241,7 +269,11 @@ GEM
|
||||||
activesupport
|
activesupport
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
java
|
||||||
ruby
|
ruby
|
||||||
|
x64-mingw32
|
||||||
|
x86-mingw32
|
||||||
|
x86-mswin32
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
bigbluebutton-api-ruby
|
bigbluebutton-api-ruby
|
||||||
|
@ -282,7 +314,4 @@ DEPENDENCIES
|
||||||
yt (~> 0.28.0)
|
yt (~> 0.28.0)
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 2.3.4p301
|
ruby 2.4.0p0
|
||||||
|
|
||||||
BUNDLED WITH
|
|
||||||
1.14.6
|
|
||||||
|
|
Loading…
Reference in New Issue