Browse Source

Update gems

Douglas Thrift 5 years ago
parent
commit
b8a2a3e018
1 changed files with 32 additions and 19 deletions
  1. 32 19
      Gemfile.lock

+ 32 - 19
Gemfile.lock

@@ -1,46 +1,59 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    backports (3.11.1)
+    activesupport (5.2.1)
+      concurrent-ruby (~> 1.0, >= 1.0.2)
+      i18n (>= 0.7, < 2)
+      minitest (~> 5.1)
+      tzinfo (~> 1.1)
+    backports (3.11.4)
     coderay (1.1.2)
+    concurrent-ruby (1.1.3)
     erubis (2.7.0)
     flickr-login (0.0.3)
       oauth
     flickraw (0.9.9)
-    method_source (0.9.0)
+    i18n (1.1.1)
+      concurrent-ruby (~> 1.0)
+    method_source (0.9.2)
+    minitest (5.11.3)
     multi_json (1.13.1)
-    mustermann (1.0.2)
-    oauth (0.5.3)
-    pry (0.11.3)
+    mustermann (1.0.3)
+    oauth (0.5.4)
+    pry (0.12.2)
       coderay (~> 1.1.0)
       method_source (~> 0.9.0)
-    pry-doc (0.11.1)
-      pry (~> 0.9)
-      yard (~> 0.9)
-    rack (2.0.4)
-    rack-protection (2.0.1)
+    pry-doc (0.13.5)
+      pry (~> 0.11)
+      yard (~> 0.9.11)
+    rack (2.0.6)
+    rack-protection (2.0.4)
       rack
-    sequel (5.6.0)
+    sequel (5.14.0)
     sequel_enum (0.1.1)
       sequel
-    sinatra (2.0.1)
+    sinatra (2.0.4)
       mustermann (~> 1.0)
       rack (~> 2.0)
-      rack-protection (= 2.0.1)
+      rack-protection (= 2.0.4)
       tilt (~> 2.0)
-    sinatra-contrib (2.0.1)
-      backports (>= 2.0)
+    sinatra-contrib (2.0.4)
+      activesupport (>= 4.0.0)
+      backports (>= 2.8.2)
       multi_json
       mustermann (~> 1.0)
-      rack-protection (= 2.0.1)
-      sinatra (= 2.0.1)
+      rack-protection (= 2.0.4)
+      sinatra (= 2.0.4)
       tilt (>= 1.3, < 3)
     sinatra-sequel (0.9.0)
       sequel (>= 3.2.0)
       sinatra (>= 0.9.4)
     sqlite3 (1.3.13)
+    thread_safe (0.3.6)
     tilt (2.0.8)
-    yard (0.9.12)
+    tzinfo (1.2.5)
+      thread_safe (~> 0.1)
+    yard (0.9.16)
 
 PLATFORMS
   ruby
@@ -58,4 +71,4 @@ DEPENDENCIES
   sqlite3
 
 BUNDLED WITH
-   1.16.1
+   1.17.1