diff options
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 31 |
1 files changed, 7 insertions, 24 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 934ba08..fa71b0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,7 +85,6 @@ GEM multi_json erubi (1.9.0) eventmachine (1.2.7) - execjs (2.7.0) faraday (0.17.1) multipart-post (>= 1.2, < 3) ffi (1.11.1) @@ -97,10 +96,6 @@ GEM jaro_winkler (1.5.4) jbuilder (2.9.1) activesupport (>= 4.2.0) - jquery-rails (4.3.5) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -134,6 +129,8 @@ GEM rack (2.0.8) rack-protection (2.0.7) rack + rack-proxy (0.6.5) + rack rack-test (1.1.0) rack (>= 1.0, < 3) rails (6.0.2.1) @@ -188,14 +185,6 @@ GEM rubocop (>= 0.72.0) ruby-progressbar (1.10.1) ruby_dep (1.5.0) - sassc (2.2.1) - ffi (~> 1.9) - sassc-rails (2.1.2) - railties (>= 4.0.0) - sassc (>= 2.0) - sprockets (> 3.0) - sprockets-rails - tilt sdoc (1.0.0) rdoc (>= 5.0) sidekiq (6.0.0) @@ -217,20 +206,18 @@ GEM rack (>= 1, < 3) thor (1.0.1) thread_safe (0.3.6) - tilt (2.0.10) - turbolinks (5.2.1) - turbolinks-source (~> 5.2) - turbolinks-source (5.2.0) tzinfo (1.2.5) thread_safe (~> 0.1) - uglifier (4.2.0) - execjs (>= 0.3.0, < 3) unicode-display_width (1.6.0) web-console (3.7.0) actionview (>= 5.0) activemodel (>= 5.0) bindex (>= 0.4.0) railties (>= 5.0) + webpacker (4.0.7) + activesupport (>= 4.2) + rack-proxy (>= 0.6.1) + railties (>= 4.2) websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.4) @@ -244,7 +231,6 @@ DEPENDENCIES elasticsearch-persistence (~> 7.0.0) elasticsearch-rails (~> 7.0.0) jbuilder (~> 2.0) - jquery-rails (~> 4.3.5) listen nokogiri octicons_helper @@ -255,15 +241,12 @@ DEPENDENCIES rubocop (= 0.77.0) rubocop-performance (= 1.5.1) rubocop-rails (= 2.4.0) - sassc-rails (~> 2.0) sdoc (~> 1.0) sidekiq spring - sprockets (~> 3.0) thin - turbolinks - uglifier (>= 1.3.0) web-console (~> 3.0) + webpacker (~> 4.0.7) BUNDLED WITH 1.17.3 |