Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Error during bundle install: Unable to find a spec satisfying xmlrpc (~> 0.3.0) in the set. #6276

Closed
mvz opened this issue Jan 27, 2018 · 2 comments

Comments

@mvz
Copy link
Contributor

mvz commented Jan 27, 2018

Error Report

Questions

Please fill out answers to these questions, it'll help us figure out
why things are going wrong.

  • What did you do?

    I ran the command /home/matijs/.rbenv/versions/2.4.3/bin/bundle.

  • What did you expect to happen?

    I expected Bundler to install the needed gems, hopefully including xmlrpc, or alternatively tell me to update the lockfile.

  • What happened instead?

    Instead, what happened was bundler crashed.

  • Have you tried any solutions posted on similar issues in our issue tracker, stack overflow, or google?

    I tried bundle update, which resolved the issue, but I'd rather not have to remember to always switch to Ruby 2.4 when I update the lockfile. I also found Error during bundle install "Unable to find a spec ffi" #6079, which seems similar but is also different in that:

    • My Gemfile actually contains the xmlrpc gem, it just doesn't end up in the lockfile.
    • The suggestion bundle lock --add-platform <something> doesn't work because mri_24 is not considered a valid platform.
    • bundle update on 2.4 resolved the issue but this solution is not given there.
  • Have you read our issues document, https://github.com/bundler/bundler/blob/master/doc/contributing/ISSUES.md?

    Yes, I have. I can try making a small reproduction soon.

Backtrace

RuntimeError: Unable to find a spec satisfying xmlrpc (~> 0.3.0) in the set. Perhaps the lockfile is corrupted?
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/spec_set.rb:40:in `block in for'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/spec_set.rb:25:in `loop'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/spec_set.rb:25:in `for'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/spec_set.rb:80:in `materialize'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/definition.rb:170:in `specs'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/definition.rb:158:in `resolve_remotely!'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/installer.rb:279:in `resolve_if_needed'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/installer.rb:83:in `block in run'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/process_lock.rb:12:in `block in lock'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/process_lock.rb:9:in `open'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/process_lock.rb:9:in `lock'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/installer.rb:72:in `run'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/installer.rb:25:in `install'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/cli/install.rb:65:in `run'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/cli.rb:224:in `block in install'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/settings.rb:136:in `temporary'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/cli.rb:223:in `install'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/cli.rb:27:in `dispatch'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/cli.rb:18:in `start'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/exe/bundle:30:in `block in <top (required)>'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/friendly_errors.rb:122:in `with_friendly_errors'
  /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/exe/bundle:22:in `<top (required)>'
  /home/matijs/.rbenv/versions/2.4.3/bin/bundle:23:in `load'
  /home/matijs/.rbenv/versions/2.4.3/bin/bundle:23:in `<main>'

Environment

Bundler       1.16.1
  Platforms   ruby, x86_64-linux
Ruby          2.4.3p205 (2017-12-14 revision 61247) [x86_64-linux]
  Full Path   /home/matijs/.rbenv/versions/2.4.3/bin/ruby
  Config Dir  /home/matijs/.rbenv/versions/2.4.3/etc
RubyGems      2.6.14
  Gem Home    /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0
  Gem Path    /home/matijs/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0:/home/matijs/.gem/ruby/2.4.0
  User Path   /home/matijs/.gem/ruby/2.4.0
  Bin Dir     /home/matijs/.rbenv/versions/2.4.3/bin
OpenSSL       
  Compiled    OpenSSL 1.1.0g  2 Nov 2017
  Loaded      OpenSSL 1.1.0g  2 Nov 2017
  Cert File   /usr/lib/ssl/cert.pem
  Cert Dir    /usr/lib/ssl/certs
Tools         
  Git         2.15.1
  RVM         not installed
  rbenv       rbenv 1.0.0

  chruby      not installed

Bundler Build Metadata

Built At          2017-12-21
Git SHA           0034ef341
Released Version  true

Bundler settings

shebang
  Set for the current user (/home/matijs/.bundle/config): "ruby"
gem.coc
  Set for the current user (/home/matijs/.bundle/config): true
gem.mit
  Set for the current user (/home/matijs/.bundle/config): true
gem.test
  Set for the current user (/home/matijs/.bundle/config): "rspec"

Gemfile

Gemfile

source 'https://rubygems.org'

if ENV['HEROKU']
  ruby '2.1.5'

  gem 'pg'
  gem 'rails_12factor'
  gem 'thin' # Change this to another web server if you want (ie. unicorn, passenger, puma...)
else
  gem 'mysql2', '~> 0.4.4'
  gem 'pg', '~> 0.21.0'
  gem 'sqlite3'
end

gem 'rails', '~> 5.1.2'

# Store sessions in the database
gem 'activerecord-session_store', '~> 1.1.0'

# Use Puma as the app server
gem 'puma', '~> 3.0'

gem 'publify_amazon_sidebar', path: 'publify_amazon_sidebar'
gem 'publify_core', path: 'publify_core'
gem 'publify_textfilter_code', path: 'publify_textfilter_code'

# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'

# Needed for the lightbox and flickr text filters
gem 'flickraw', '~> 0.9.8', require: false

gem 'non-stupid-digest-assets', '~> 1.0'
gem 'rake', '~> 12.0'

# On Ruby 2.4.0, xmlrpc needs to be included as a gem
gem 'xmlrpc', '~> 0.3.0', platform: :mri_24

group :development, :test do
  gem 'capybara', '~> 2.7'
  gem 'factory_girl', '~> 4.5'
  gem 'i18n-tasks', '~> 0.9.1', require: false
  gem 'rspec-rails', '~> 3.4'
  gem 'simplecov', '~> 0.15.1', require: false
end

group :development do
  gem 'better_errors', '~> 2.4.0'
  gem 'binding_of_caller', '~> 0.8.0'

  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
  gem 'spring', '~> 2.0.0'
  gem 'spring-commands-cucumber', '~> 1.0'
  gem 'spring-commands-rspec', '~> 1.0'

  # Access an IRB console on exception pages or by using <%= console %> in views
  gem 'web-console', '~> 3.0'

  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  gem 'byebug', '~> 9.0'
end

group :test do
  gem 'launchy', '~> 2.4'
  gem 'rails-controller-testing', '~> 1.0.1'
  gem 'timecop', '~> 0.9.0'
  gem 'webmock', '~> 3.3.0'
end

# Install gems from each theme
Dir.glob(File.join(File.dirname(__FILE__), 'themes', '**', 'Gemfile')) do |gemfile|
  eval(IO.read(gemfile), binding)
end

Gemfile.lock

PATH
  remote: publify_amazon_sidebar
  specs:
    publify_amazon_sidebar (9.0.1)
      publify_core (~> 9.0.0)
      rails (~> 5.1.2)

PATH
  remote: publify_core
  specs:
    publify_core (9.0.1)
      RedCloth (~> 4.3.2)
      aasm (~> 4.12.0)
      akismet (~> 2.0)
      bluecloth (~> 2.1)
      bootstrap-sass (~> 3.3.6)
      cancancan (~> 2.0)
      carrierwave (~> 1.1)
      devise (~> 4.4.1)
      devise-i18n (~> 1.2)
      dynamic_form (~> 1.1.4)
      feedjira (~> 2.1.0)
      fog-aws (~> 2.0.0)
      jquery-rails (~> 4.3.1)
      jquery-ui-rails (~> 6.0.1)
      kaminari (~> 1.0)
      mimemagic (~> 0.3.2)
      mini_magick (~> 4.2)
      rails (~> 5.1.2)
      rails-timeago (~> 2.0)
      rails_autolink (~> 1.1.0)
      recaptcha (~> 4.3, >= 4.3.1)
      rubypants (~> 0.6.0)
      sass-rails (~> 5.0)
      twitter (~> 6.2.0)
      uuidtools (~> 2.1.1)

PATH
  remote: publify_textfilter_code
  specs:
    publify_textfilter_code (9.0.1)
      coderay (~> 1.1.0)
      htmlentities (~> 4.3)
      publify_core (~> 9.0.0)
      rails (~> 5.1.2)

GEM
  remote: https://rubygems.org/
  specs:
    RedCloth (4.3.2)
    aasm (4.12.3)
      concurrent-ruby (~> 1.0)
    actioncable (5.1.4)
      actionpack (= 5.1.4)
      nio4r (~> 2.0)
      websocket-driver (~> 0.6.1)
    actionmailer (5.1.4)
      actionpack (= 5.1.4)
      actionview (= 5.1.4)
      activejob (= 5.1.4)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (5.1.4)
      actionview (= 5.1.4)
      activesupport (= 5.1.4)
      rack (~> 2.0)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (5.1.4)
      activesupport (= 5.1.4)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
    activejob (5.1.4)
      activesupport (= 5.1.4)
      globalid (>= 0.3.6)
    activemodel (5.1.4)
      activesupport (= 5.1.4)
    activerecord (5.1.4)
      activemodel (= 5.1.4)
      activesupport (= 5.1.4)
      arel (~> 8.0)
    activerecord-session_store (1.1.0)
      actionpack (>= 4.0, < 5.2)
      activerecord (>= 4.0, < 5.2)
      multi_json (~> 1.11, >= 1.11.2)
      rack (>= 1.5.2, < 3)
      railties (>= 4.0, < 5.2)
    activesupport (5.1.4)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.5.2)
      public_suffix (>= 2.0.2, < 4.0)
    akismet (2.0.0)
    arel (8.0.0)
    ast (2.4.0)
    autoprefixer-rails (7.2.5)
      execjs
    bcrypt (3.1.11)
    better_errors (2.4.0)
      coderay (>= 1.0.0)
      erubi (>= 1.0.0)
      rack (>= 0.9.0)
    bindex (0.5.0)
    binding_of_caller (0.8.0)
      debug_inspector (>= 0.0.1)
    bluecloth (2.2.0)
    bootstrap-sass (3.3.7)
      autoprefixer-rails (>= 5.2.1)
      sass (>= 3.3.4)
    buftok (0.2.0)
    builder (3.2.3)
    byebug (9.1.0)
    cancancan (2.1.3)
    capybara (2.17.0)
      addressable
      mini_mime (>= 0.1.3)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (>= 2.0, < 4.0)
    carrierwave (1.2.2)
      activemodel (>= 4.0.0)
      activesupport (>= 4.0.0)
      mime-types (>= 1.16)
    coderay (1.1.2)
    concurrent-ruby (1.0.5)
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    crass (1.0.3)
    debug_inspector (0.0.3)
    devise (4.4.1)
      bcrypt (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 4.1.0, < 5.2)
      responders
      warden (~> 1.2.3)
    devise-i18n (1.5.0)
      devise (>= 3.4)
    diff-lcs (1.3)
    docile (1.1.5)
    domain_name (0.5.20170404)
      unf (>= 0.0.5, < 1.0.0)
    dynamic_form (1.1.4)
    easy_translate (0.5.1)
      thread
      thread_safe
    equalizer (0.0.11)
    erubi (1.7.0)
    excon (0.60.0)
    execjs (2.7.0)
    factory_girl (4.9.0)
      activesupport (>= 3.0.0)
    faraday (0.14.0)
      multipart-post (>= 1.2, < 3)
    faraday_middleware (0.12.2)
      faraday (>= 0.7.4, < 1.0)
    feedjira (2.1.3)
      faraday (>= 0.9)
      faraday_middleware (>= 0.9)
      loofah (>= 2.0)
      sax-machine (>= 1.0)
    ffi (1.9.18)
    flickraw (0.9.9)
    fog-aws (2.0.0)
      fog-core (~> 1.38)
      fog-json (~> 1.0)
      fog-xml (~> 0.1)
      ipaddress (~> 0.8)
    fog-core (1.45.0)
      builder
      excon (~> 0.58)
      formatador (~> 0.2)
    fog-json (1.0.2)
      fog-core (~> 1.0)
      multi_json (~> 1.10)
    fog-xml (0.1.3)
      fog-core
      nokogiri (>= 1.5.11, < 2.0.0)
    formatador (0.2.5)
    globalid (0.4.1)
      activesupport (>= 4.2.0)
    hashdiff (0.3.7)
    highline (1.7.10)
    htmlentities (4.3.4)
    http (3.0.0)
      addressable (~> 2.3)
      http-cookie (~> 1.0)
      http-form_data (>= 2.0.0.pre.pre2, < 3)
      http_parser.rb (~> 0.6.0)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
    http-form_data (2.0.0)
    http_parser.rb (0.6.0)
    i18n (0.9.3)
      concurrent-ruby (~> 1.0)
    i18n-tasks (0.9.20)
      activesupport (>= 4.0.2)
      ast (>= 2.1.0)
      easy_translate (>= 0.5.1)
      erubi
      highline (>= 1.7.3)
      i18n
      parser (>= 2.2.3.0)
      rainbow (~> 2.2)
      terminal-table (>= 1.5.1)
    ipaddress (0.8.3)
    jquery-rails (4.3.1)
      rails-dom-testing (>= 1, < 3)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    jquery-ui-rails (6.0.1)
      railties (>= 3.2.16)
    json (2.1.0)
    kaminari (1.1.1)
      activesupport (>= 4.1.0)
      kaminari-actionview (= 1.1.1)
      kaminari-activerecord (= 1.1.1)
      kaminari-core (= 1.1.1)
    kaminari-actionview (1.1.1)
      actionview
      kaminari-core (= 1.1.1)
    kaminari-activerecord (1.1.1)
      activerecord
      kaminari-core (= 1.1.1)
    kaminari-core (1.1.1)
    launchy (2.4.3)
      addressable (~> 2.3)
    loofah (2.1.1)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mail (2.7.0)
      mini_mime (>= 0.1.1)
    memoizable (0.4.2)
      thread_safe (~> 0.3, >= 0.3.1)
    method_source (0.9.0)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    mimemagic (0.3.2)
    mini_magick (4.8.0)
    mini_mime (1.0.0)
    mini_portile2 (2.3.0)
    minitest (5.11.2)
    multi_json (1.13.1)
    multipart-post (2.0.0)
    mysql2 (0.4.10)
    naught (1.1.0)
    nio4r (2.2.0)
    nokogiri (1.8.1)
      mini_portile2 (~> 2.3.0)
    non-stupid-digest-assets (1.0.9)
      sprockets (>= 2.0)
    orm_adapter (0.5.0)
    parser (2.4.0.2)
      ast (~> 2.3)
    pg (0.21.0)
    public_suffix (3.0.1)
    puma (3.11.2)
    rack (2.0.3)
    rack-test (0.8.2)
      rack (>= 1.0, < 3)
    rails (5.1.4)
      actioncable (= 5.1.4)
      actionmailer (= 5.1.4)
      actionpack (= 5.1.4)
      actionview (= 5.1.4)
      activejob (= 5.1.4)
      activemodel (= 5.1.4)
      activerecord (= 5.1.4)
      activesupport (= 5.1.4)
      bundler (>= 1.3.0)
      railties (= 5.1.4)
      sprockets-rails (>= 2.0.0)
    rails-controller-testing (1.0.2)
      actionpack (~> 5.x, >= 5.0.1)
      actionview (~> 5.x, >= 5.0.1)
      activesupport (~> 5.x)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.0.3)
      loofah (~> 2.0)
    rails-timeago (2.16.0)
      actionpack (>= 3.1)
      activesupport (>= 3.1)
    rails_autolink (1.1.6)
      rails (> 3.1)
    railties (5.1.4)
      actionpack (= 5.1.4)
      activesupport (= 5.1.4)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rainbow (2.2.2)
      rake
    rake (12.3.0)
    rb-fsevent (0.10.2)
    rb-inotify (0.9.10)
      ffi (>= 0.5.0, < 2)
    recaptcha (4.6.3)
      json
    responders (2.4.0)
      actionpack (>= 4.2.0, < 5.3)
      railties (>= 4.2.0, < 5.3)
    rspec-core (3.7.1)
      rspec-support (~> 3.7.0)
    rspec-expectations (3.7.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.7.0)
    rspec-mocks (3.7.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.7.0)
    rspec-rails (3.7.2)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 3.7.0)
      rspec-expectations (~> 3.7.0)
      rspec-mocks (~> 3.7.0)
      rspec-support (~> 3.7.0)
    rspec-support (3.7.0)
    rubypants (0.6.0)
    safe_yaml (1.0.4)
    sass (3.5.5)
      sass-listen (~> 4.0.0)
    sass-listen (4.0.0)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
    sass-rails (5.0.7)
      railties (>= 4.0.0, < 6)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
    sax-machine (1.3.2)
    simple_oauth (0.3.1)
    simplecov (0.15.1)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    spring (2.0.2)
      activesupport (>= 4.2)
    spring-commands-cucumber (1.0.1)
      spring (>= 0.9.1)
    spring-commands-rspec (1.0.4)
      spring (>= 0.9.1)
    sprockets (3.7.1)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.2.1)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
    sqlite3 (1.3.13)
    terminal-table (1.8.0)
      unicode-display_width (~> 1.1, >= 1.1.1)
    thor (0.20.0)
    thread (0.2.2)
    thread_safe (0.3.6)
    tilt (2.0.8)
    timecop (0.9.1)
    twitter (6.2.0)
      addressable (~> 2.3)
      buftok (~> 0.2.0)
      equalizer (~> 0.0.11)
      http (~> 3.0)
      http-form_data (~> 2.0)
      http_parser.rb (~> 0.6.0)
      memoizable (~> 0.4.0)
      multipart-post (~> 2.0)
      naught (~> 1.0)
      simple_oauth (~> 0.3.0)
    tzinfo (1.2.4)
      thread_safe (~> 0.1)
    uglifier (4.1.4)
      execjs (>= 0.3.0, < 3)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.4)
    unicode-display_width (1.3.0)
    uuidtools (2.1.5)
    warden (1.2.7)
      rack (>= 1.0)
    web-console (3.5.1)
      actionview (>= 5.0)
      activemodel (>= 5.0)
      bindex (>= 0.4.0)
      railties (>= 5.0)
    webmock (3.3.0)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff
    websocket-driver (0.6.5)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.3)
    xpath (3.0.0)
      nokogiri (~> 1.8)

PLATFORMS
  ruby

DEPENDENCIES
  activerecord-session_store (~> 1.1.0)
  better_errors (~> 2.4.0)
  binding_of_caller (~> 0.8.0)
  byebug (~> 9.0)
  capybara (~> 2.7)
  factory_girl (~> 4.5)
  flickraw (~> 0.9.8)
  i18n-tasks (~> 0.9.1)
  launchy (~> 2.4)
  mysql2 (~> 0.4.4)
  non-stupid-digest-assets (~> 1.0)
  pg (~> 0.21.0)
  publify_amazon_sidebar!
  publify_core!
  publify_textfilter_code!
  puma (~> 3.0)
  rails (~> 5.1.2)
  rails-controller-testing (~> 1.0.1)
  rake (~> 12.0)
  rspec-rails (~> 3.4)
  simplecov (~> 0.15.1)
  spring (~> 2.0.0)
  spring-commands-cucumber (~> 1.0)
  spring-commands-rspec (~> 1.0)
  sqlite3
  timecop (~> 0.9.0)
  uglifier (>= 1.3.0)
  web-console (~> 3.0)
  webmock (~> 3.3.0)
  xmlrpc (~> 0.3.0)

BUNDLED WITH
   1.16.1
@mvz
Copy link
Contributor Author

mvz commented Jan 27, 2018

I should probably note that this is a project that is supposed to run on CRuby 2.3, 2.4 and 2.5. I'm usually running 2.5 locally, however.

@mvz
Copy link
Contributor Author

mvz commented Feb 2, 2018

In trying to reproduce this with a small test case, I've found that for some reason the xmlrpc line that should have been there was removed from the Gemfile.lock file at some point. A freshly generated Gemfile.lock works as it should.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant