summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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