File downgrade_json.patch of Package portus.3372
commit d1bd14ebeb30719164c587f8ab0b79c7fd6a5070
Author: Jordi Massaguer Pla <jmassaguerpla@suse.de>
Date: Wed Dec 21 12:24:11 2016 +0100
Revert "Upgrade ruby version to 2.3"
This reverts commit 1f8e1e8003b885f2b513143230c4c245025f758b.
diff --git a/.travis.yml b/.travis.yml
index 745a75c..65618c7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,12 +6,8 @@ rvm:
# The version used at openSUSE 13.2
- 2.1.3
- # Other Ruby Versions
- - 2.1.10
- - 2.2.5
- - 2.3.1
-
# Future versions
+ - 2.2
- ruby-head
matrix:
allow_failures:
diff --git a/Gemfile.lock b/Gemfile.lock
index 2ba2627..7511930 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -169,7 +169,7 @@ GEM
jquery-turbolinks (2.1.0)
railties (>= 3.1.0)
turbolinks
- json (1.8.3)
+ json (1.8.1)
json-schema (2.5.1)
addressable (~> 2.3.7)
jwt (1.5.0)
@@ -462,6 +462,3 @@ DEPENDENCIES
webmock
wirb
wirble
-
-BUNDLED WITH
- 1.11.2