Skip to content

Commit

Permalink
[from now] 2019/06/30 08:14:54
Browse files Browse the repository at this point in the history
diff --git a/app/frontend/Gemfile.lock b/app/frontend/Gemfile.lock
index 288e035..774ebda 100644
--- a/app/frontend/Gemfile.lock
+++ b/app/frontend/Gemfile.lock
@@ -257,8 +257,6 @@ GEM
     rack (2.0.7)
     rack-protection (2.0.5)
       rack
-    rack-proxy (0.6.5)
-      rack
     rack-test (1.1.0)
       rack (>= 1.0, < 3)
     rails (5.2.3)
@@ -300,6 +298,7 @@ GEM
     rb-inotify (0.10.0)
       ffi (~> 1.0)
     redis (4.1.2)
+    remodal-rails (1.1.1)
     request_store (1.4.1)
       rack (>= 1.4)
     retryable (3.0.4)
@@ -408,10 +407,6 @@ GEM
       addressable (>= 2.3.6)
       crack (>= 0.3.2)
       hashdiff (>= 0.4.0, < 2.0.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)
@@ -455,6 +450,7 @@ DEPENDENCIES
   rails-patterns
   rails-uikit
   rambulance
+  remodal-rails
   retryable
   ridgepole
   rspec-rails
@@ -470,7 +466,6 @@ DEPENDENCIES
   twitter
   uglifier (>= 1.3.0)
   webmock
-  webpacker

 RUBY VERSION
    ruby 2.6.3p62
  • Loading branch information
cohakim committed Jun 29, 2019
1 parent 3ba781c commit 5628328
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions app/frontend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ GEM
rack (2.0.7)
rack-protection (2.0.5)
rack
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.3)
Expand Down Expand Up @@ -300,6 +298,7 @@ GEM
rb-inotify (0.10.0)
ffi (~> 1.0)
redis (4.1.2)
remodal-rails (1.1.1)
request_store (1.4.1)
rack (>= 1.4)
retryable (3.0.4)
Expand Down Expand Up @@ -408,10 +407,6 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.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)
Expand Down Expand Up @@ -455,6 +450,7 @@ DEPENDENCIES
rails-patterns
rails-uikit
rambulance
remodal-rails
retryable
ridgepole
rspec-rails
Expand All @@ -470,7 +466,6 @@ DEPENDENCIES
twitter
uglifier (>= 1.3.0)
webmock
webpacker

RUBY VERSION
ruby 2.6.3p62
Expand Down

0 comments on commit 5628328

Please sign in to comment.