Remove versions set by snyk and update Rails
This commit is contained in:
26
Gemfile
26
Gemfile
@ -5,11 +5,11 @@ gem 'bootstrap-will_paginate'
|
|||||||
gem 'carrierwave'
|
gem 'carrierwave'
|
||||||
gem 'concurrent-ruby'
|
gem 'concurrent-ruby'
|
||||||
gem 'docker-api', require: 'docker'
|
gem 'docker-api', require: 'docker'
|
||||||
gem 'factory_bot_rails', '>= 5.0.1'
|
gem 'factory_bot_rails'
|
||||||
gem 'forgery'
|
gem 'forgery'
|
||||||
gem 'highline'
|
gem 'highline'
|
||||||
gem 'jbuilder'
|
gem 'jbuilder'
|
||||||
gem 'jquery-rails', '>= 4.3.3'
|
gem 'jquery-rails'
|
||||||
gem 'ims-lti', '< 2.0.0'
|
gem 'ims-lti', '< 2.0.0'
|
||||||
gem 'kramdown'
|
gem 'kramdown'
|
||||||
gem 'newrelic_rpm'
|
gem 'newrelic_rpm'
|
||||||
@ -17,14 +17,14 @@ gem 'pg'
|
|||||||
gem 'pry-byebug'
|
gem 'pry-byebug'
|
||||||
gem 'puma'
|
gem 'puma'
|
||||||
gem 'pundit'
|
gem 'pundit'
|
||||||
gem 'rails', '5.2.2.1'
|
gem 'rails', '5.2.3'
|
||||||
gem 'rails-i18n', '>= 5.1.3'
|
gem 'rails-i18n'
|
||||||
gem 'i18n-js'
|
gem 'i18n-js'
|
||||||
gem 'ransack', '>= 2.1.1'
|
gem 'ransack'
|
||||||
gem 'rubytree'
|
gem 'rubytree'
|
||||||
gem 'sass-rails', '>= 5.0.7'
|
gem 'sass-rails'
|
||||||
gem 'slim-rails', '>= 3.2.0'
|
gem 'slim-rails'
|
||||||
gem 'pagedown-bootstrap-rails', '>= 2.1.4'
|
gem 'pagedown-bootstrap-rails'
|
||||||
gem 'sorcery'
|
gem 'sorcery'
|
||||||
gem 'turbolinks'
|
gem 'turbolinks'
|
||||||
gem 'uglifier'
|
gem 'uglifier'
|
||||||
@ -32,12 +32,12 @@ gem 'tubesock', git: 'https://github.com/gosukiwi/tubesock', branch: 'patch-1' #
|
|||||||
gem 'faye-websocket'
|
gem 'faye-websocket'
|
||||||
gem 'eventmachine', '1.0.9.1' # explicitly added, this is used by faye-websocket, newer versions might crash or
|
gem 'eventmachine', '1.0.9.1' # explicitly added, this is used by faye-websocket, newer versions might crash or
|
||||||
gem 'nokogiri'
|
gem 'nokogiri'
|
||||||
gem 'webpacker', '>= 4.0.2'
|
gem 'webpacker'
|
||||||
gem 'rest-client'
|
gem 'rest-client'
|
||||||
gem 'rubyzip'
|
gem 'rubyzip'
|
||||||
gem 'mnemosyne-ruby'
|
gem 'mnemosyne-ruby'
|
||||||
gem 'whenever', require: false
|
gem 'whenever', require: false
|
||||||
gem 'rails-timeago', '>= 2.17.1'
|
gem 'rails-timeago'
|
||||||
|
|
||||||
group :development, :staging do
|
group :development, :staging do
|
||||||
gem 'bootsnap', require: false
|
gem 'bootsnap', require: false
|
||||||
@ -52,7 +52,7 @@ group :development, :staging do
|
|||||||
gem 'rack-mini-profiler'
|
gem 'rack-mini-profiler'
|
||||||
gem 'rubocop', require: false
|
gem 'rubocop', require: false
|
||||||
gem 'rubocop-rspec'
|
gem 'rubocop-rspec'
|
||||||
gem 'web-console', '>= 3.7.0'
|
gem 'web-console'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test, :staging do
|
group :development, :test, :staging do
|
||||||
@ -60,7 +60,7 @@ group :development, :test, :staging do
|
|||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'rails-controller-testing', '>= 1.0.4'
|
gem 'rails-controller-testing'
|
||||||
gem 'autotest-rails'
|
gem 'autotest-rails'
|
||||||
gem 'capybara'
|
gem 'capybara'
|
||||||
gem 'selenium-webdriver'
|
gem 'selenium-webdriver'
|
||||||
@ -68,6 +68,6 @@ group :test do
|
|||||||
gem 'database_cleaner'
|
gem 'database_cleaner'
|
||||||
gem 'nyan-cat-formatter'
|
gem 'nyan-cat-formatter'
|
||||||
gem 'rspec-autotest'
|
gem 'rspec-autotest'
|
||||||
gem 'rspec-rails', '>= 3.8.2'
|
gem 'rspec-rails'
|
||||||
gem 'simplecov', require: false
|
gem 'simplecov', require: false
|
||||||
end
|
end
|
||||||
|
134
Gemfile.lock
134
Gemfile.lock
@ -11,43 +11,43 @@ GEM
|
|||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
ZenTest (4.11.2)
|
ZenTest (4.11.2)
|
||||||
actioncable (5.2.2.1)
|
actioncable (5.2.3)
|
||||||
actionpack (= 5.2.2.1)
|
actionpack (= 5.2.3)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailer (5.2.2.1)
|
actionmailer (5.2.3)
|
||||||
actionpack (= 5.2.2.1)
|
actionpack (= 5.2.3)
|
||||||
actionview (= 5.2.2.1)
|
actionview (= 5.2.3)
|
||||||
activejob (= 5.2.2.1)
|
activejob (= 5.2.3)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (5.2.2.1)
|
actionpack (5.2.3)
|
||||||
actionview (= 5.2.2.1)
|
actionview (= 5.2.3)
|
||||||
activesupport (= 5.2.2.1)
|
activesupport (= 5.2.3)
|
||||||
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.2.2.1)
|
actionview (5.2.3)
|
||||||
activesupport (= 5.2.2.1)
|
activesupport (= 5.2.3)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
||||||
activejob (5.2.2.1)
|
activejob (5.2.3)
|
||||||
activesupport (= 5.2.2.1)
|
activesupport (= 5.2.3)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (5.2.2.1)
|
activemodel (5.2.3)
|
||||||
activesupport (= 5.2.2.1)
|
activesupport (= 5.2.3)
|
||||||
activerecord (5.2.2.1)
|
activerecord (5.2.3)
|
||||||
activemodel (= 5.2.2.1)
|
activemodel (= 5.2.3)
|
||||||
activesupport (= 5.2.2.1)
|
activesupport (= 5.2.3)
|
||||||
arel (>= 9.0)
|
arel (>= 9.0)
|
||||||
activestorage (5.2.2.1)
|
activestorage (5.2.3)
|
||||||
actionpack (= 5.2.2.1)
|
actionpack (= 5.2.3)
|
||||||
activerecord (= 5.2.2.1)
|
activerecord (= 5.2.3)
|
||||||
marcel (~> 0.3.1)
|
marcel (~> 0.3.1)
|
||||||
activesupport (5.2.2.1)
|
activesupport (5.2.3)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
@ -69,14 +69,14 @@ GEM
|
|||||||
bindex (0.5.0)
|
bindex (0.5.0)
|
||||||
binding_of_caller (0.8.0)
|
binding_of_caller (0.8.0)
|
||||||
debug_inspector (>= 0.0.1)
|
debug_inspector (>= 0.0.1)
|
||||||
bootsnap (1.4.1)
|
bootsnap (1.4.2)
|
||||||
msgpack (~> 1.0)
|
msgpack (~> 1.0)
|
||||||
bootstrap-will_paginate (1.0.0)
|
bootstrap-will_paginate (1.0.0)
|
||||||
will_paginate
|
will_paginate
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
bunny (2.14.1)
|
bunny (2.14.1)
|
||||||
amq-protocol (~> 2.3, >= 2.3.0)
|
amq-protocol (~> 2.3, >= 2.3.0)
|
||||||
byebug (11.0.0)
|
byebug (11.0.1)
|
||||||
capistrano (3.11.0)
|
capistrano (3.11.0)
|
||||||
airbrussh (>= 1.0.0)
|
airbrussh (>= 1.0.0)
|
||||||
i18n
|
i18n
|
||||||
@ -96,7 +96,7 @@ GEM
|
|||||||
capistrano (~> 3.7)
|
capistrano (~> 3.7)
|
||||||
capistrano-bundler
|
capistrano-bundler
|
||||||
puma (~> 3.4)
|
puma (~> 3.4)
|
||||||
capybara (3.14.0)
|
capybara (3.16.0)
|
||||||
addressable
|
addressable
|
||||||
mini_mime (>= 0.1.3)
|
mini_mime (>= 0.1.3)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
@ -185,17 +185,17 @@ GEM
|
|||||||
mnemosyne-ruby (1.5.1)
|
mnemosyne-ruby (1.5.1)
|
||||||
activesupport (>= 4)
|
activesupport (>= 4)
|
||||||
bunny
|
bunny
|
||||||
msgpack (1.2.7)
|
msgpack (1.2.9)
|
||||||
multi_json (1.13.1)
|
multi_json (1.13.1)
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.6.0)
|
||||||
multipart-post (2.0.0)
|
multipart-post (2.0.0)
|
||||||
net-scp (1.2.1)
|
net-scp (2.0.0)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5, < 6.0.0)
|
||||||
net-ssh (5.1.0)
|
net-ssh (5.2.0)
|
||||||
netrc (0.11.0)
|
netrc (0.11.0)
|
||||||
newrelic_rpm (6.1.0.352)
|
newrelic_rpm (6.2.0.354)
|
||||||
nio4r (2.3.1)
|
nio4r (2.3.1)
|
||||||
nokogiri (1.10.1)
|
nokogiri (1.10.2)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
nyan-cat-formatter (0.12.0)
|
nyan-cat-formatter (0.12.0)
|
||||||
rspec (>= 2.99, >= 2.14.2, < 4)
|
rspec (>= 2.99, >= 2.14.2, < 4)
|
||||||
@ -208,11 +208,10 @@ GEM
|
|||||||
rack (>= 1.2, < 3)
|
rack (>= 1.2, < 3)
|
||||||
pagedown-bootstrap-rails (2.1.4)
|
pagedown-bootstrap-rails (2.1.4)
|
||||||
railties (> 3.1)
|
railties (> 3.1)
|
||||||
parallel (1.14.0)
|
parallel (1.16.2)
|
||||||
parser (2.6.0.0)
|
parser (2.6.2.0)
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
pg (1.1.4)
|
pg (1.1.4)
|
||||||
powerpack (0.1.2)
|
|
||||||
pry (0.12.2)
|
pry (0.12.2)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.9.0)
|
method_source (~> 0.9.0)
|
||||||
@ -221,7 +220,7 @@ GEM
|
|||||||
pry (~> 0.10)
|
pry (~> 0.10)
|
||||||
psych (3.1.0)
|
psych (3.1.0)
|
||||||
public_suffix (3.0.3)
|
public_suffix (3.0.3)
|
||||||
puma (3.12.0)
|
puma (3.12.1)
|
||||||
pundit (2.0.1)
|
pundit (2.0.1)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
rack (2.0.6)
|
rack (2.0.6)
|
||||||
@ -231,18 +230,18 @@ GEM
|
|||||||
rack
|
rack
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
rails (5.2.2.1)
|
rails (5.2.3)
|
||||||
actioncable (= 5.2.2.1)
|
actioncable (= 5.2.3)
|
||||||
actionmailer (= 5.2.2.1)
|
actionmailer (= 5.2.3)
|
||||||
actionpack (= 5.2.2.1)
|
actionpack (= 5.2.3)
|
||||||
actionview (= 5.2.2.1)
|
actionview (= 5.2.3)
|
||||||
activejob (= 5.2.2.1)
|
activejob (= 5.2.3)
|
||||||
activemodel (= 5.2.2.1)
|
activemodel (= 5.2.3)
|
||||||
activerecord (= 5.2.2.1)
|
activerecord (= 5.2.3)
|
||||||
activestorage (= 5.2.2.1)
|
activestorage (= 5.2.3)
|
||||||
activesupport (= 5.2.2.1)
|
activesupport (= 5.2.3)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 5.2.2.1)
|
railties (= 5.2.3)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-controller-testing (1.0.4)
|
rails-controller-testing (1.0.4)
|
||||||
actionpack (>= 5.0.1.x)
|
actionpack (>= 5.0.1.x)
|
||||||
@ -259,9 +258,9 @@ GEM
|
|||||||
rails-timeago (2.17.1)
|
rails-timeago (2.17.1)
|
||||||
actionpack (>= 3.1)
|
actionpack (>= 3.1)
|
||||||
activesupport (>= 3.1)
|
activesupport (>= 3.1)
|
||||||
railties (5.2.2.1)
|
railties (5.2.3)
|
||||||
actionpack (= 5.2.2.1)
|
actionpack (= 5.2.3)
|
||||||
activesupport (= 5.2.2.1)
|
activesupport (= 5.2.3)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.19.0, < 2.0)
|
thor (>= 0.19.0, < 2.0)
|
||||||
@ -303,20 +302,19 @@ GEM
|
|||||||
rspec-mocks (~> 3.8.0)
|
rspec-mocks (~> 3.8.0)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.8.0)
|
||||||
rspec-support (3.8.0)
|
rspec-support (3.8.0)
|
||||||
rubocop (0.65.0)
|
rubocop (0.66.0)
|
||||||
jaro_winkler (~> 1.5.1)
|
jaro_winkler (~> 1.5.1)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 2.5, != 2.5.1.1)
|
parser (>= 2.5, != 2.5.1.1)
|
||||||
powerpack (~> 0.1)
|
|
||||||
psych (>= 3.1.0)
|
psych (>= 3.1.0)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (~> 1.4.0)
|
unicode-display_width (>= 1.4.0, < 1.6)
|
||||||
rubocop-rspec (1.32.0)
|
rubocop-rspec (1.32.0)
|
||||||
rubocop (>= 0.60.0)
|
rubocop (>= 0.60.0)
|
||||||
ruby-progressbar (1.10.0)
|
ruby-progressbar (1.10.0)
|
||||||
ruby_dep (1.5.0)
|
ruby_dep (1.5.0)
|
||||||
rubytree (1.0.0)
|
rubytree (1.0.1)
|
||||||
json (~> 2.1)
|
json (~> 2.1)
|
||||||
structured_warnings (~> 0.3)
|
structured_warnings (~> 0.3)
|
||||||
rubyzip (1.2.2)
|
rubyzip (1.2.2)
|
||||||
@ -377,7 +375,7 @@ GEM
|
|||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.7.5)
|
unf_ext (0.0.7.5)
|
||||||
unicode-display_width (1.4.1)
|
unicode-display_width (1.5.0)
|
||||||
web-console (3.7.0)
|
web-console (3.7.0)
|
||||||
actionview (>= 5.0)
|
actionview (>= 5.0)
|
||||||
activemodel (>= 5.0)
|
activemodel (>= 5.0)
|
||||||
@ -393,7 +391,7 @@ GEM
|
|||||||
websocket-extensions (0.1.3)
|
websocket-extensions (0.1.3)
|
||||||
whenever (0.10.0)
|
whenever (0.10.0)
|
||||||
chronic (>= 0.6.3)
|
chronic (>= 0.6.3)
|
||||||
will_paginate (3.1.6)
|
will_paginate (3.1.7)
|
||||||
xpath (3.2.0)
|
xpath (3.2.0)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
|
|
||||||
@ -418,7 +416,7 @@ DEPENDENCIES
|
|||||||
database_cleaner
|
database_cleaner
|
||||||
docker-api
|
docker-api
|
||||||
eventmachine (= 1.0.9.1)
|
eventmachine (= 1.0.9.1)
|
||||||
factory_bot_rails (>= 5.0.1)
|
factory_bot_rails
|
||||||
faye-websocket
|
faye-websocket
|
||||||
forgery
|
forgery
|
||||||
headless
|
headless
|
||||||
@ -426,42 +424,42 @@ DEPENDENCIES
|
|||||||
i18n-js
|
i18n-js
|
||||||
ims-lti (< 2.0.0)
|
ims-lti (< 2.0.0)
|
||||||
jbuilder
|
jbuilder
|
||||||
jquery-rails (>= 4.3.3)
|
jquery-rails
|
||||||
kramdown
|
kramdown
|
||||||
listen
|
listen
|
||||||
mnemosyne-ruby
|
mnemosyne-ruby
|
||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
nokogiri
|
nokogiri
|
||||||
nyan-cat-formatter
|
nyan-cat-formatter
|
||||||
pagedown-bootstrap-rails (>= 2.1.4)
|
pagedown-bootstrap-rails
|
||||||
pg
|
pg
|
||||||
pry-byebug
|
pry-byebug
|
||||||
puma
|
puma
|
||||||
pundit
|
pundit
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (= 5.2.2.1)
|
rails (= 5.2.3)
|
||||||
rails-controller-testing (>= 1.0.4)
|
rails-controller-testing
|
||||||
rails-i18n (>= 5.1.3)
|
rails-i18n
|
||||||
rails-timeago (>= 2.17.1)
|
rails-timeago
|
||||||
ransack (>= 2.1.1)
|
ransack
|
||||||
rest-client
|
rest-client
|
||||||
rspec-autotest
|
rspec-autotest
|
||||||
rspec-rails (>= 3.8.2)
|
rspec-rails
|
||||||
rubocop
|
rubocop
|
||||||
rubocop-rspec
|
rubocop-rspec
|
||||||
rubytree
|
rubytree
|
||||||
rubyzip
|
rubyzip
|
||||||
sass-rails (>= 5.0.7)
|
sass-rails
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
simplecov
|
simplecov
|
||||||
slim-rails (>= 3.2.0)
|
slim-rails
|
||||||
sorcery
|
sorcery
|
||||||
spring
|
spring
|
||||||
tubesock!
|
tubesock!
|
||||||
turbolinks
|
turbolinks
|
||||||
uglifier
|
uglifier
|
||||||
web-console (>= 3.7.0)
|
web-console
|
||||||
webpacker (>= 4.0.2)
|
webpacker
|
||||||
whenever
|
whenever
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
postgres_version=10
|
postgres_version=10
|
||||||
ruby_version=2.6.1
|
ruby_version=2.6.1
|
||||||
rails_version=5.2.2
|
rails_version=5.2.3
|
||||||
geckodriver_version=0.24.0
|
geckodriver_version=0.24.0
|
||||||
|
|
||||||
########## INSTALL SCRIPT ###########
|
########## INSTALL SCRIPT ###########
|
||||||
|
Reference in New Issue
Block a user