Browse Source

Update

master
Dylan Baker 4 years ago
parent
commit
9eb85106ac
1 changed files with 3 additions and 10 deletions
  1. 3
    10
      Gemfile.lock

+ 3
- 10
Gemfile.lock View File

@@ -15,21 +15,15 @@ GEM
15 15
       ruby2_keywords (~> 0.0.1)
16 16
     nokogiri (1.10.9)
17 17
       mini_portile2 (~> 2.4.0)
18
-    pg (1.2.2)
18
+    pg (1.2.3)
19 19
     rack (2.2.2)
20 20
     rack-protection (2.0.8.1)
21 21
       rack
22 22
     rake (13.0.1)
23
-    redis (4.1.3)
24
-    redis-rack (2.1.2)
25
-      rack (>= 2.0.8, < 3)
26
-      redis-store (>= 1.2, < 2)
27
-    redis-store (1.8.2)
28
-      redis (>= 4, < 5)
29 23
     ruby2_keywords (0.0.2)
30 24
     sassc (2.2.1)
31 25
       ffi (~> 1.9)
32
-    sequel (5.30.0)
26
+    sequel (5.31.0)
33 27
     sinatra (2.0.8.1)
34 28
       mustermann (~> 1.0)
35 29
       rack (~> 2.0)
@@ -47,10 +41,9 @@ DEPENDENCIES
47 41
   pg (~> 1.2)
48 42
   rack (~> 2.2)
49 43
   rake (~> 13.0)
50
-  redis-rack (~> 2.1)
51 44
   sassc (~> 2.2)
52 45
   sequel (~> 5.30)
53 46
   sinatra (~> 2.0)
54 47
 
55 48
 BUNDLED WITH
56
-   1.17.3
49
+   2.1.4

Loading…
Cancel
Save