Skip to content

Commit

Permalink
Update skeptic dependencies
Browse files Browse the repository at this point in the history
This is an attempt to fix errors produced by rake assets:precompile
during deployment:

  * executing "cd /data/rails/evans-2014/releases/20150827065008 &&
  * bundle exec rake assets:precompile"
    servers: ["2014.fmi.ruby.bg"]
    [2014.fmi.ruby.bg] executing command
*** [err :: 2014.fmi.ruby.bg] /data/rails/evans-2014/shared/bundle/ruby/2.2.0/gems/activesupport-4.0.3/lib/active_support/values/time_zone.rb:282: warning: circular argument reference - now
*** [err :: 2014.fmi.ruby.bg] rake aborted!
*** [err :: 2014.fmi.ruby.bg] Could not open library 'aspell': /usr/lib/aspell: cannot read file data: Is a directory.
*** [err :: 2014.fmi.ruby.bg] Could not open library 'libaspell.so': libaspell.so: cannot open shared object file: No such file or directory
  • Loading branch information
mitio committed Aug 27, 2015
1 parent 5b4b6ca commit cb32288
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -111,8 +111,8 @@ GEM
railties (>= 3.0.0)
faker (1.2.0)
i18n (~> 0.5)
ffi (1.9.6)
ffi-aspell (1.0.0)
ffi (1.9.10)
ffi-aspell (1.1.0)
ffi
formatador (0.2.4)
gherkin (2.11.8)
Expand Down Expand Up @@ -296,7 +296,7 @@ GEM
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
trollop (2.0)
trollop (2.1.2)
turbo-sprockets-rails3 (0.2.9)
railties (>= 3.1.0)
sprockets (>= 2.0.0)
Expand Down

0 comments on commit cb32288

Please sign in to comment.