summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-23 16:07:24 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-23 16:07:24 +0200
commit7edf0138495af15002542af72251818139af755a (patch)
tree95094cbdb534cbdc3c3689a9175e2d7bbb8b3c06
parentTry updating rails to fix ruby24 compat (diff)
downloadglsamaker-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--Gemfile1
-rw-r--r--Gemfile.lock2
2 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 9c616c8..7b01430 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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