16 Комити af9c284804 ... 2f39905823

Аутор SHA1 Порука Датум
  dependabot[bot] 2f39905823 Merge pull request #66 from douglaswth/dependabot/bundler/sqlite3-2.4.0 пре 1 недеља
  dependabot[bot] dae18176a3 Bump sqlite3 from 2.3.1 to 2.4.0 пре 2 недеља
  dependabot[bot] 530c01af24 Merge pull request #65 from douglaswth/dependabot/bundler/sqlite3-2.3.1 пре 2 недеља
  dependabot[bot] f0c8c37395 Bump sqlite3 from 2.3.0 to 2.3.1 пре 3 недеља
  dependabot[bot] f353bfc812 Merge pull request #63 from douglaswth/dependabot/bundler/sinatra-4.1.1 пре 3 недеља
  dependabot[bot] bd2a79d844 Bump sinatra from 4.1.0 to 4.1.1 пре 3 недеља
  dependabot[bot] 08706ffeef Merge pull request #62 from douglaswth/dependabot/bundler/sqlite3-2.3.0 пре 3 недеља
  dependabot[bot] cbf0d3a5fb Bump sqlite3 from 2.2.0 to 2.3.0 пре 4 недеља
  dependabot[bot] 1fd271ab0a Merge pull request #61 from douglaswth/dependabot/bundler/sinatra-4.1.0 пре 1 месец
  dependabot[bot] 4063467b5d Bump sinatra from 4.0.0 to 4.1.0 пре 1 месец
  dependabot[bot] afa46e8e00 Merge pull request #60 from douglaswth/dependabot/bundler/pry-0.15.0 пре 1 месец
  dependabot[bot] 2d806f357d Bump pry from 0.14.2 to 0.15.0 пре 1 месец
  dependabot[bot] 43f5d4f528 Merge pull request #59 from douglaswth/dependabot/bundler/sqlite3-2.2.0 пре 1 месец
  dependabot[bot] 778044bdb2 Bump sqlite3 from 2.1.0 to 2.2.0 пре 1 месец
  dependabot[bot] c1e36cdd5c Merge pull request #57 from douglaswth/dependabot/bundler/sqlite3-2.1.0 пре 2 месеци
  dependabot[bot] 3bcedde7e7 Bump sqlite3 from 2.0.4 to 2.1.0 пре 2 месеци
1 измењених фајлова са 16 додато и 13 уклоњено
  1. 16 13
      Gemfile.lock

+ 16 - 13
Gemfile.lock

@@ -7,21 +7,23 @@ GEM
     flickr-login (0.0.3)
       oauth
     flickraw (0.9.10)
-    method_source (1.0.0)
-    mini_portile2 (2.8.7)
+    logger (1.6.1)
+    method_source (1.1.0)
+    mini_portile2 (2.8.8)
     multi_json (1.15.0)
-    mustermann (3.0.0)
+    mustermann (3.0.3)
       ruby2_keywords (~> 0.0.1)
     oauth (0.5.6)
-    pry (0.14.2)
+    pry (0.15.0)
       coderay (~> 1.1)
       method_source (~> 1.0)
     pry-doc (1.5.0)
       pry (~> 0.11)
       yard (~> 0.9.11)
-    rack (3.0.9.1)
-    rack-protection (4.0.0)
+    rack (3.1.8)
+    rack-protection (4.1.1)
       base64 (>= 0.1.0)
+      logger (>= 1.6.0)
       rack (>= 3.0.0, < 4)
     rack-session (2.0.0)
       rack (>= 3.0.0)
@@ -29,24 +31,25 @@ GEM
     sequel (5.42.0)
     sequel_enum (0.2.0)
       sequel
-    sinatra (4.0.0)
+    sinatra (4.1.1)
+      logger (>= 1.6.0)
       mustermann (~> 3.0)
       rack (>= 3.0.0, < 4)
-      rack-protection (= 4.0.0)
+      rack-protection (= 4.1.1)
       rack-session (>= 2.0.0, < 3)
       tilt (~> 2.0)
-    sinatra-contrib (4.0.0)
+    sinatra-contrib (4.1.1)
       multi_json (>= 0.0.2)
       mustermann (~> 3.0)
-      rack-protection (= 4.0.0)
-      sinatra (= 4.0.0)
+      rack-protection (= 4.1.1)
+      sinatra (= 4.1.1)
       tilt (~> 2.0)
     sinatra-sequel (0.9.0)
       sequel (>= 3.2.0)
       sinatra (>= 0.9.4)
-    sqlite3 (2.0.4)
+    sqlite3 (2.4.0)
       mini_portile2 (~> 2.8.0)
-    tilt (2.3.0)
+    tilt (2.4.0)
     yard (0.9.36)
 
 PLATFORMS