This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/Gemfile.lock

278 lines
6.7 KiB
Plaintext
Raw Normal View History

2018-05-07 16:06:01 -04:00
GEM
remote: https://rubygems.org/
specs:
actioncable (5.0.7)
actionpack (= 5.0.7)
nio4r (>= 1.2, < 3.0)
websocket-driver (~> 0.6.1)
actionmailer (5.0.7)
actionpack (= 5.0.7)
actionview (= 5.0.7)
activejob (= 5.0.7)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.0.7)
actionview (= 5.0.7)
activesupport (= 5.0.7)
rack (~> 2.0)
rack-test (~> 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.0.7)
activesupport (= 5.0.7)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.0.7)
activesupport (= 5.0.7)
globalid (>= 0.3.6)
activemodel (5.0.7)
activesupport (= 5.0.7)
activerecord (5.0.7)
activemodel (= 5.0.7)
activesupport (= 5.0.7)
arel (~> 7.0)
activesupport (5.0.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (7.1.4)
2018-06-14 14:22:19 -04:00
autoprefixer-rails (8.6.2)
2018-05-24 16:59:20 -04:00
execjs
2018-06-14 14:22:19 -04:00
bcrypt (3.1.12)
2018-05-07 16:06:01 -04:00
bigbluebutton-api-ruby (1.6.0)
xml-simple (~> 1.1)
bindex (0.5.0)
2018-05-24 16:59:20 -04:00
bootstrap (4.1.1)
autoprefixer-rails (>= 6.0.3)
popper_js (>= 1.12.9, < 2)
sass (>= 3.5.2)
2018-05-07 16:06:01 -04:00
builder (3.2.3)
byebug (10.0.2)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
crass (1.0.4)
2018-05-18 11:51:03 -04:00
diff-lcs (1.3)
2018-06-14 14:22:19 -04:00
dotenv (2.4.0)
dotenv-rails (2.4.0)
dotenv (= 2.4.0)
railties (>= 3.2, < 6.0)
2018-05-07 16:06:01 -04:00
erubis (2.7.0)
execjs (2.7.0)
2018-06-14 14:22:19 -04:00
factory_bot (4.10.0)
2018-05-18 11:51:03 -04:00
activesupport (>= 3.0.0)
2018-06-14 14:22:19 -04:00
factory_bot_rails (4.10.0)
factory_bot (~> 4.10.0)
2018-05-18 11:51:03 -04:00
railties (>= 3.0.0)
faker (1.8.7)
i18n (>= 0.7)
2018-05-07 16:06:01 -04:00
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
2018-06-14 14:22:19 -04:00
ffi (1.9.25)
2018-05-24 16:59:20 -04:00
font-awesome-sass (5.0.13)
sassc (>= 1.11)
2018-05-07 16:06:01 -04:00
globalid (0.4.1)
activesupport (>= 4.2.0)
hashie (3.5.7)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
jquery-rails (4.3.3)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jwt (1.5.6)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
mini_mime (>= 0.1.1)
method_source (0.9.0)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
nio4r (2.3.1)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
oauth (0.5.4)
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.8.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.6.2, < 3)
omniauth-google-oauth2 (0.5.3)
jwt (>= 1.5)
omniauth (>= 1.1.1)
omniauth-oauth2 (>= 1.5)
omniauth-oauth (1.1.0)
oauth
omniauth (~> 1.0)
omniauth-oauth2 (1.5.0)
oauth2 (~> 1.1)
omniauth (~> 1.2)
omniauth-twitter (1.4.0)
omniauth-oauth (~> 1.1)
rack
2018-06-14 14:22:19 -04:00
pg (0.21.0)
2018-05-24 16:59:20 -04:00
popper_js (1.12.9)
2018-05-07 16:06:01 -04:00
puma (3.11.4)
rack (2.0.5)
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.7)
actioncable (= 5.0.7)
actionmailer (= 5.0.7)
actionpack (= 5.0.7)
actionview (= 5.0.7)
activejob (= 5.0.7)
activemodel (= 5.0.7)
activerecord (= 5.0.7)
activesupport (= 5.0.7)
bundler (>= 1.3.0)
railties (= 5.0.7)
sprockets-rails (>= 2.0.0)
2018-05-18 11:51:03 -04:00
rails-controller-testing (1.0.2)
actionpack (~> 5.x, >= 5.0.1)
actionview (~> 5.x, >= 5.0.1)
activesupport (~> 5.x)
2018-05-07 16:06:01 -04:00
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
railties (5.0.7)
actionpack (= 5.0.7)
activesupport (= 5.0.7)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
2018-06-14 14:22:19 -04:00
redis (3.3.5)
2018-05-18 11:51:03 -04:00
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-rails (3.7.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
2018-05-07 16:06:01 -04:00
sass (3.5.6)
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.7)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
2018-05-24 16:59:20 -04:00
sassc (1.11.4)
bundler
ffi (~> 1.9.6)
sass (>= 3.3.0)
2018-05-07 16:06:01 -04:00
spring (2.0.2)
activesupport (>= 4.2)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
2018-05-24 16:59:20 -04:00
tabler-rubygem (0.1.2)
autoprefixer-rails (>= 6.0.3)
2018-05-07 16:06:01 -04:00
thor (0.20.0)
thread_safe (0.3.6)
tilt (2.0.8)
turbolinks (5.1.1)
turbolinks-source (~> 5.1)
turbolinks-source (5.1.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
2018-06-14 14:22:19 -04:00
uglifier (4.1.11)
2018-05-07 16:06:01 -04:00
execjs (>= 0.3.0, < 3)
web-console (3.6.2)
actionview (>= 5.0)
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
xml-simple (1.1.5)
PLATFORMS
ruby
DEPENDENCIES
2018-05-09 16:31:52 -04:00
bcrypt (~> 3.1.7)
2018-05-07 16:06:01 -04:00
bigbluebutton-api-ruby
2018-05-24 16:59:20 -04:00
bootstrap (~> 4.1.1)
2018-05-07 16:06:01 -04:00
byebug
coffee-rails (~> 4.2)
dotenv-rails
2018-05-18 11:51:03 -04:00
factory_bot_rails
faker
2018-05-24 16:59:20 -04:00
font-awesome-sass (~> 5.0.13)
2018-05-07 16:06:01 -04:00
jbuilder (~> 2.5)
jquery-rails
listen (~> 3.0.5)
omniauth
omniauth-google-oauth2
omniauth-twitter
2018-06-14 14:22:19 -04:00
pg (~> 0.18)
2018-05-07 16:06:01 -04:00
puma (~> 3.0)
rails (~> 5.0.7)
2018-05-18 11:51:03 -04:00
rails-controller-testing
2018-06-14 14:22:19 -04:00
redis (~> 3.0)
2018-05-18 11:51:03 -04:00
rspec-rails (~> 3.7)
2018-05-07 16:06:01 -04:00
sass-rails (~> 5.0)
spring
spring-watcher-listen (~> 2.0.0)
sqlite3
2018-05-24 16:59:20 -04:00
tabler-rubygem
2018-05-07 16:06:01 -04:00
turbolinks (~> 5)
tzinfo-data
uglifier (>= 1.3.0)
web-console (>= 3.3.0)
BUNDLED WITH
1.15.4