7709: Avoid omniauth >= 1.5.0 to stay compatible with Ruby < 2.1.9
authorTom Clegg <tom@curoverse.com>
Tue, 28 Mar 2017 14:30:37 +0000 (10:30 -0400)
committerTom Clegg <tom@curoverse.com>
Tue, 28 Mar 2017 14:30:37 +0000 (10:30 -0400)
services/api/Gemfile
services/api/Gemfile.lock

index 3e1d942246434e57eb5672a97cbd794b7801e2bd..fde02481db33e0c4d25546a234ac63a3a4127d68 100644 (file)
@@ -38,7 +38,8 @@ gem 'acts_as_api'
 
 gem 'passenger'
 
-gem 'omniauth', '~> 1.1'
+# Restricted because omniauth >= 1.5.0 requires Ruby >= 2.1.9:
+gem 'omniauth', '~> 1.4.0'
 gem 'omniauth-oauth2', '~> 1.1'
 
 gem 'andand'
index 3c5a4765fe8683805f7b861fc4a6c0cb9b20cf4f..7cee322a75f3de1933d06fa533adfe5041ffbfcd 100644 (file)
@@ -177,9 +177,9 @@ GEM
       rack (>= 1.2, < 3)
     oj (2.18.5)
     oj_mimic_json (1.0.1)
-    omniauth (1.6.1)
-      hashie (>= 3.4.6, < 3.6.0)
-      rack (>= 1.6.2, < 3)
+    omniauth (1.4.2)
+      hashie (>= 1.2, < 4)
+      rack (>= 1.0, < 3)
     omniauth-oauth2 (1.4.0)
       oauth2 (~> 1.0)
       omniauth (~> 1.2)
@@ -295,7 +295,7 @@ DEPENDENCIES
   multi_json
   oj
   oj_mimic_json
-  omniauth (~> 1.1)
+  omniauth (~> 1.4.0)
   omniauth-oauth2 (~> 1.1)
   passenger
   pg