diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-23 16:07:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-23 16:07:24 +0200 |
commit | 7edf0138495af15002542af72251818139af755a (patch) | |
tree | 95094cbdb534cbdc3c3689a9175e2d7bbb8b3c06 | |
parent | Try updating rails to fix ruby24 compat (diff) | |
download | glsamaker-7edf0138495af15002542af72251818139af755a.tar.gz glsamaker-7edf0138495af15002542af72251818139af755a.tar.bz2 glsamaker-7edf0138495af15002542af72251818139af755a.zip |
Apparently we need explicit xmlrpc for rails2.1.16
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,7 @@ source 'https://rubygems.org' gem 'rails', '~> 4.2' +gem 'xmlrpc' gem 'rake', '10.4.2' # Bundle edge Rails instead: diff --git a/Gemfile.lock b/Gemfile.lock index 0f64bf5..6ace946 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -197,6 +197,7 @@ GEM unf_ext unf_ext (0.0.7.5) webrobots (0.1.2) + xmlrpc (0.3.0) PLATFORMS ruby @@ -221,6 +222,7 @@ DEPENDENCIES text-format-revised thin thinking-sphinx (~> 3.1.4) + xmlrpc BUNDLED WITH 1.17.3 |