Commit f59c3c5
Changed files (2)
Gemfile
@@ -2,7 +2,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
-ruby '2.6.5'
+ruby RUBY_VERSION
gem 'activerecord-session_store', '~> 1.1'
gem 'audited', '~> 4.8'
@@ -22,7 +22,7 @@ gem 'puma', '~> 3.12'
gem 'rails', '~> 6.0.0'
gem 'rotp', '~> 3.3'
gem 'saml-kit', '~> 1.0'
-gem 'scim-kit', '~> 0.4'
+gem 'scim-kit', '~> 0.1'
gem 'spank', '~> 1.0'
gem 'turbolinks', '~> 5'
gem 'varkon', '~> 0.1'
Gemfile.lock
@@ -1,74 +1,74 @@
GEM
remote: https://rubygems.org/
specs:
- actioncable (6.0.1)
- actionpack (= 6.0.1)
+ actioncable (6.0.3.1)
+ actionpack (= 6.0.3.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
- actionmailbox (6.0.1)
- actionpack (= 6.0.1)
- activejob (= 6.0.1)
- activerecord (= 6.0.1)
- activestorage (= 6.0.1)
- activesupport (= 6.0.1)
+ actionmailbox (6.0.3.1)
+ actionpack (= 6.0.3.1)
+ activejob (= 6.0.3.1)
+ activerecord (= 6.0.3.1)
+ activestorage (= 6.0.3.1)
+ activesupport (= 6.0.3.1)
mail (>= 2.7.1)
- actionmailer (6.0.1)
- actionpack (= 6.0.1)
- actionview (= 6.0.1)
- activejob (= 6.0.1)
+ actionmailer (6.0.3.1)
+ actionpack (= 6.0.3.1)
+ actionview (= 6.0.3.1)
+ activejob (= 6.0.3.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
- actionpack (6.0.1)
- actionview (= 6.0.1)
- activesupport (= 6.0.1)
- rack (~> 2.0)
+ actionpack (6.0.3.1)
+ actionview (= 6.0.3.1)
+ activesupport (= 6.0.3.1)
+ rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
- actiontext (6.0.1)
- actionpack (= 6.0.1)
- activerecord (= 6.0.1)
- activestorage (= 6.0.1)
- activesupport (= 6.0.1)
+ actiontext (6.0.3.1)
+ actionpack (= 6.0.3.1)
+ activerecord (= 6.0.3.1)
+ activestorage (= 6.0.3.1)
+ activesupport (= 6.0.3.1)
nokogiri (>= 1.8.5)
- actionview (6.0.1)
- activesupport (= 6.0.1)
+ actionview (6.0.3.1)
+ activesupport (= 6.0.3.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
- activejob (6.0.1)
- activesupport (= 6.0.1)
+ activejob (6.0.3.1)
+ activesupport (= 6.0.3.1)
globalid (>= 0.3.6)
- activemodel (6.0.1)
- activesupport (= 6.0.1)
- activerecord (6.0.1)
- activemodel (= 6.0.1)
- activesupport (= 6.0.1)
+ activemodel (6.0.3.1)
+ activesupport (= 6.0.3.1)
+ activerecord (6.0.3.1)
+ activemodel (= 6.0.3.1)
+ activesupport (= 6.0.3.1)
activerecord-session_store (1.1.3)
actionpack (>= 4.0)
activerecord (>= 4.0)
multi_json (~> 1.11, >= 1.11.2)
rack (>= 1.5.2, < 3)
railties (>= 4.0)
- activestorage (6.0.1)
- actionpack (= 6.0.1)
- activejob (= 6.0.1)
- activerecord (= 6.0.1)
+ activestorage (6.0.3.1)
+ actionpack (= 6.0.3.1)
+ activejob (= 6.0.3.1)
+ activerecord (= 6.0.3.1)
marcel (~> 0.3.1)
- activesupport (6.0.1)
+ activesupport (6.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
- zeitwerk (~> 2.2)
+ zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
- ast (2.4.0)
+ ast (2.4.1)
audited (4.9.0)
activerecord (>= 4.2, < 6.1)
bcrypt (3.1.13)
- better_html (1.0.14)
+ better_html (1.0.15)
actionview (>= 4.0)
activesupport (>= 4.0)
ast (~> 2.0)
@@ -77,16 +77,16 @@ GEM
parser (>= 2.4)
smart_properties
bindex (0.8.1)
- bootsnap (1.4.5)
+ bootsnap (1.4.6)
msgpack (~> 1.0)
- brakeman (4.7.1)
- browser (2.6.1)
- builder (3.2.3)
- bundler-audit (0.6.1)
+ brakeman (4.8.2)
+ browser (2.7.1)
+ builder (3.2.4)
+ bundler-audit (0.7.0.1)
bundler (>= 1.2.0, < 3)
- thor (~> 0.18)
- byebug (11.0.1)
- capybara (3.29.0)
+ thor (>= 0.18, < 2)
+ byebug (11.1.3)
+ capybara (3.32.2)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
@@ -94,15 +94,15 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)
- capybara-screenshot (1.0.23)
+ capybara-screenshot (1.0.24)
capybara (>= 1.0, < 4)
launchy
childprocess (3.0.0)
colorator (1.1.0)
- concurrent-ruby (1.1.5)
+ concurrent-ruby (1.1.6)
crack (0.4.3)
safe_yaml (~> 1.0.0)
- crass (1.0.5)
+ crass (1.0.6)
diff-lcs (1.3)
dotenv (2.7.5)
em-websocket (0.5.1)
@@ -110,12 +110,12 @@ GEM
http_parser.rb (~> 0.6.0)
email_validator (1.6.0)
activemodel
- erb_lint (0.0.30)
+ erb_lint (0.0.33)
activesupport
better_html (~> 1.0.7)
html_tokenizer
rainbow
- rubocop (~> 0.51)
+ rubocop (~> 0.79)
smart_properties
erubi (1.9.0)
eventmachine (1.2.7)
@@ -124,23 +124,23 @@ GEM
factory_bot_rails (4.11.1)
factory_bot (~> 4.11.1)
railties (>= 3.0.0)
- ffaker (2.13.0)
- ffi (1.11.1)
- flipper (0.17.1)
- flipper-active_record (0.17.1)
+ ffaker (2.15.0)
+ ffi (1.13.1)
+ flipper (0.17.2)
+ flipper-active_record (0.17.2)
activerecord (>= 4.2, < 7)
- flipper (~> 0.17.1)
+ flipper (~> 0.17.2)
flutie (2.2.0)
forwardable-extended (2.6.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
- hashdiff (1.0.0)
+ hashdiff (1.0.1)
highline (2.0.3)
html_tokenizer (0.0.7)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
- i18n-tasks (0.9.29)
+ i18n-tasks (0.9.31)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
erubi
@@ -150,10 +150,9 @@ GEM
rails-i18n
rainbow (>= 2.2.2, < 4.0)
terminal-table (>= 1.5.1)
- jaro_winkler (1.5.4)
- jbuilder (2.9.1)
- activesupport (>= 4.2.0)
- jekyll (3.8.6)
+ jbuilder (2.10.0)
+ activesupport (>= 5.0.0)
+ jekyll (3.8.7)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
@@ -166,7 +165,7 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
- jekyll-feed (0.12.1)
+ jekyll-feed (0.13.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
@@ -176,15 +175,15 @@ GEM
listen (~> 3.0)
jwt (2.2.1)
kramdown (1.17.0)
- launchy (2.4.3)
- addressable (~> 2.3)
+ launchy (2.5.0)
+ addressable (~> 2.7)
liquid (4.0.3)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
local_time (2.1.0)
- loofah (2.3.1)
+ loofah (2.5.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
@@ -192,49 +191,49 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
mercenary (0.3.6)
- method_source (0.9.2)
- mimemagic (0.3.3)
+ method_source (1.0.0)
+ mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
- minitest (5.13.0)
- msgpack (1.3.1)
+ minitest (5.14.1)
+ msgpack (1.3.3)
multi_json (1.14.1)
- net-hippie (0.2.7)
+ net-hippie (0.3.2)
nio4r (2.5.2)
- nokogiri (1.10.8)
+ nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
- parallel (1.18.0)
- parser (2.6.5.0)
+ parallel (1.19.1)
+ parser (2.7.1.3)
ast (~> 2.4.0)
parslet (1.8.2)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
- pg (1.1.4)
- public_suffix (4.0.1)
- puma (3.12.4)
- rack (2.0.8)
+ pg (1.2.3)
+ public_suffix (4.0.5)
+ puma (3.12.6)
+ rack (2.2.2)
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
- rails (6.0.1)
- actioncable (= 6.0.1)
- actionmailbox (= 6.0.1)
- actionmailer (= 6.0.1)
- actionpack (= 6.0.1)
- actiontext (= 6.0.1)
- actionview (= 6.0.1)
- activejob (= 6.0.1)
- activemodel (= 6.0.1)
- activerecord (= 6.0.1)
- activestorage (= 6.0.1)
- activesupport (= 6.0.1)
+ rails (6.0.3.1)
+ actioncable (= 6.0.3.1)
+ actionmailbox (= 6.0.3.1)
+ actionmailer (= 6.0.3.1)
+ actionpack (= 6.0.3.1)
+ actiontext (= 6.0.3.1)
+ actionview (= 6.0.3.1)
+ activejob (= 6.0.3.1)
+ activemodel (= 6.0.3.1)
+ activerecord (= 6.0.3.1)
+ activestorage (= 6.0.3.1)
+ activesupport (= 6.0.3.1)
bundler (>= 1.3.0)
- railties (= 6.0.1)
+ railties (= 6.0.3.1)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
@@ -249,29 +248,30 @@ GEM
rails_stdout_logging
rails_serve_static_assets (0.0.5)
rails_stdout_logging (0.0.5)
- railties (6.0.1)
- actionpack (= 6.0.1)
- activesupport (= 6.0.1)
+ railties (6.0.3.1)
+ actionpack (= 6.0.3.1)
+ activesupport (= 6.0.3.1)
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
- rake (13.0.0)
- rb-fsevent (0.10.3)
- rb-inotify (0.10.0)
+ rake (13.0.1)
+ rb-fsevent (0.10.4)
+ rb-inotify (0.10.1)
ffi (~> 1.0)
- regexp_parser (1.6.0)
+ regexp_parser (1.7.1)
+ rexml (3.2.4)
rotp (3.3.1)
- rouge (3.12.0)
- rspec-core (3.9.0)
- rspec-support (~> 3.9.0)
- rspec-expectations (3.9.0)
+ rouge (3.20.0)
+ rspec-core (3.9.2)
+ rspec-support (~> 3.9.3)
+ rspec-expectations (3.9.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
- rspec-mocks (3.9.0)
+ rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
- rspec-rails (3.9.0)
+ rspec-rails (3.9.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
@@ -279,22 +279,27 @@ GEM
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
- rspec-support (3.9.0)
- rubocop (0.76.0)
- jaro_winkler (~> 1.5.1)
+ rspec-support (3.9.3)
+ rubocop (0.85.1)
parallel (~> 1.10)
- parser (>= 2.6)
+ parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
+ regexp_parser (>= 1.7)
+ rexml
+ rubocop-ast (>= 0.0.3)
ruby-progressbar (~> 1.7)
- unicode-display_width (>= 1.4.0, < 1.7)
- rubocop-rails (2.3.2)
+ unicode-display_width (>= 1.4.0, < 2.0)
+ rubocop-ast (0.0.3)
+ parser (>= 2.7.0.1)
+ rubocop-rails (2.6.0)
+ activesupport (>= 4.2.0)
rack (>= 1.1)
- rubocop (>= 0.72.0)
- rubocop-rspec (1.36.0)
+ rubocop (>= 0.82.0)
+ rubocop-rspec (1.40.0)
rubocop (>= 0.68.1)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
- rubyzip (2.0.0)
+ rubyzip (2.3.0)
safe_yaml (1.0.5)
saml-kit (1.1.0)
activemodel (>= 4.2.0)
@@ -305,18 +310,18 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
- scim-kit (0.4.0)
+ scim-kit (0.5.1)
activemodel (>= 5.2.0)
- net-hippie (~> 0.2)
+ net-hippie (~> 0.3)
parslet (~> 1.8)
tilt (~> 2.0)
tilt-jbuilder (~> 0.7)
- selenium-webdriver (3.142.6)
+ selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
smart_properties (1.15.0)
spank (1.0.1441140881)
- sprockets (4.0.0)
+ sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
@@ -325,7 +330,7 @@ GEM
sprockets (>= 3.0.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
- thor (0.20.3)
+ thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.10)
tilt-jbuilder (0.7.1)
@@ -334,27 +339,27 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
- tzinfo (1.2.5)
+ tzinfo (1.2.7)
thread_safe (~> 0.1)
- unicode-display_width (1.6.0)
+ unicode-display_width (1.7.0)
varkon (0.1.0)
vcr (4.0.0)
- web-console (4.0.1)
+ web-console (4.0.2)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
- webmock (3.7.6)
+ webmock (3.8.3)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
- webpacker (4.0.7)
+ webpacker (4.2.2)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)
- websocket-driver (0.7.1)
+ websocket-driver (0.7.2)
websocket-extensions (>= 0.1.0)
- websocket-extensions (0.1.4)
+ websocket-extensions (0.1.5)
xml-kit (0.4.0)
activemodel (>= 4.2.0)
builder (~> 3.2)
@@ -365,7 +370,7 @@ GEM
nokogiri (>= 1.6.8, < 2.0.0)
xpath (3.2.0)
nokogiri (~> 1.8)
- zeitwerk (2.2.1)
+ zeitwerk (2.3.0)
PLATFORMS
ruby
@@ -406,7 +411,7 @@ DEPENDENCIES
rubocop-rails (~> 2.0)
rubocop-rspec (~> 1.30)
saml-kit (~> 1.0)
- scim-kit (~> 0.4)
+ scim-kit (~> 0.1)
selenium-webdriver (~> 3.14)
spank (~> 1.0)
turbolinks (~> 5)
@@ -417,7 +422,7 @@ DEPENDENCIES
webpacker (~> 4.0)
RUBY VERSION
- ruby 2.6.5p114
+ ruby 2.6.6p146
BUNDLED WITH
- 2.1.2
+ 2.1.4