Package Details: ruby-taskwarrior-web 1.1.12-1

Git Clone URL: https://aur.archlinux.org/ruby-taskwarrior-web.git (read-only, click to copy)
Package Base: ruby-taskwarrior-web
Description: Web frontend for taskwarrior command line task manager.
Upstream URL: http://github.com/theunraveler/taskwarrior-web
Licenses: MIT
Submitter: SWW13
Maintainer: SWW13
Last Packager: SWW13
Votes: 0
Popularity: 0.000000
First Submitted: 2018-06-08 13:38 (UTC)
Last Updated: 2018-06-08 13:57 (UTC)

Latest Comments

memeticContagion commented on 2019-03-13 02:28 (UTC)

I'm getting an error when I run task-web from my terminal:

Traceback (most recent call last):
    12: from /usr/bin/task-web:23:in `<main>'
    11: from /usr/lib/ruby/2.6.0/rubygems.rb:303:in `activate_bin_path'
    10: from /usr/lib/ruby/2.6.0/rubygems.rb:303:in `synchronize'
     9: from /usr/lib/ruby/2.6.0/rubygems.rb:304:in `block in activate_bin_path'
     8: from /usr/lib/ruby/2.6.0/rubygems/specification.rb:1420:in `activate'
     7: from /usr/lib/ruby/2.6.0/rubygems/specification.rb:1438:in `activate_dependencies'
     6: from /usr/lib/ruby/2.6.0/rubygems/specification.rb:1438:in `each'
     5: from /usr/lib/ruby/2.6.0/rubygems/specification.rb:1452:in `block in activate_dependencies'
     4: from /usr/lib/ruby/2.6.0/rubygems/specification.rb:1420:in `activate'
     3: from /usr/lib/ruby/2.6.0/rubygems/specification.rb:1438:in `activate_dependencies'
     2: from /usr/lib/ruby/2.6.0/rubygems/specification.rb:1438:in `each'
     1: from /usr/lib/ruby/2.6.0/rubygems/specification.rb:1449:in `block in activate_dependencies'
/usr/lib/ruby/2.6.0/rubygems/dependency.rb:313:in `to_specs': Could not find 'rack-protection' (= 2.0.5) - did find: [rack-protection-2.0.3] (Gem::MissingSpecVersionError)
Checked in 'GEM_PATH=/home/daedalus/.gem/ruby/2.6.0:/usr/lib/ruby/gems/2.6.0', execute `gem env` for more information


the output of gem env is:

RubyGems Environment:
  - RUBYGEMS VERSION: 3.0.3
  - RUBY VERSION: 2.6.1 (2019-01-30 patchlevel 33) [x86_64-linux]
  - INSTALLATION DIRECTORY: /usr/lib/ruby/gems/2.6.0
  - USER INSTALLATION DIRECTORY: /home/daedalus/.gem/ruby/2.6.0
  - RUBY EXECUTABLE: /usr/bin/ruby
  - GIT EXECUTABLE: /usr/bin/git
  - EXECUTABLE DIRECTORY: /usr/bin
  - SPEC CACHE DIRECTORY: /home/daedalus/.gem/specs
  - SYSTEM CONFIGURATION DIRECTORY: /etc
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86_64-linux
  - GEM PATHS:
     - /usr/lib/ruby/gems/2.6.0
     - /home/daedalus/.gem/ruby/2.6.0
  - GEM CONFIGURATION:
     - :update_sources => true
     - :verbose => true
     - :backtrace => false
     - :bulk_threshold => 1000
     - "gem" => "--user-install"
  - REMOTE SOURCES:
     - https://rubygems.org/
  - SHELL PATH:
     - /home/daedalus/.npm-packages/bin
     - /home/daedalus/.dotnet/tools
     - /home/daedalus/bin
     - /usr/local/bin
     - /usr/local/bin
     - /usr/bin
     - /bin
     - /usr/local/sbin
     - /opt/android-sdk/tools
     - /opt/android-sdk/tools/bin
     - /usr/lib/jvm/default/bin
     - /usr/bin/site_perl
     - /usr/bin/vendor_perl
     - /usr/bin/core_perl


any help you can provide in resolving this would be greatly appreciated.