Created
April 11, 2016 17:54
-
-
Save VladRassokhin/e6d078c15d728c6f7d0eb659ab9861f7 to your computer and use it in GitHub Desktop.
Rails master rake failure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vlad@unit-421 /tmp/tmp.e4OzBfz5Uv/test-x $ bundle install | |
Fetching git://github.com/rails/rails.git | |
Fetching gem metadata from https://rubygems.org/.......... | |
Fetching version metadata from https://rubygems.org/... | |
Fetching dependency metadata from https://rubygems.org/.. | |
Resolving dependencies.... | |
Using rake 11.1.2 | |
Using concurrent-ruby 1.0.1 | |
Using i18n 0.7.0 | |
Using minitest 5.8.4 | |
Using thread_safe 0.3.5 | |
Using builder 3.2.2 | |
Using erubis 2.7.0 | |
Using mini_portile2 2.0.0 | |
Using json 1.8.3 | |
Using nio4r 1.2.1 | |
Using websocket-extensions 0.1.2 | |
Using mime-types-data 3.2016.0221 | |
Using arel 7.0.0 | |
Using bundler 1.11.2 | |
Using byebug 8.2.4 | |
Using coffee-script-source 1.10.0 | |
Using execjs 2.6.0 | |
Using method_source 0.8.2 | |
Using thor 0.19.1 | |
Using debug_inspector 0.0.2 | |
Using ffi 1.9.10 | |
Using multi_json 1.11.2 | |
Using libv8 3.16.14.13 | |
Using rb-fsevent 0.9.7 | |
Using puma 3.4.0 | |
Using ref 2.0.0 | |
Using sass 3.4.22 | |
Using tilt 2.0.2 | |
Using spring 1.7.1 | |
Using sqlite3 1.3.11 | |
Using turbolinks-source 5.0.0.beta4 | |
Using tzinfo 1.2.2 | |
Using nokogiri 1.6.7.2 | |
Using rack 2.0.0.alpha | |
Using websocket-driver 0.6.3 | |
Using mime-types 3.0 | |
Using coffee-script 2.4.1 | |
Using uglifier 3.0.0 | |
Using rb-inotify 0.9.7 | |
Using therubyracer 0.12.2 | |
Using turbolinks 5.0.0.beta2 | |
Using activesupport 5.0.0.beta3 from git://github.com/rails/rails.git (at master@fa86026) | |
Using loofah 2.0.3 | |
Using rack-test 0.6.3 | |
Using sprockets 3.6.0 | |
Using mail 2.6.4 | |
Using listen 3.0.6 | |
Using rails-deprecated_sanitizer 1.0.3 | |
Using globalid 0.3.6 | |
Using activemodel 5.0.0.beta3 from git://github.com/rails/rails.git (at master@fa86026) | |
Using jbuilder 2.4.1 | |
Using rails-html-sanitizer 1.0.3 | |
Using spring-watcher-listen 2.0.0 | |
Using rails-dom-testing 1.0.7 | |
Using activejob 5.0.0.beta3 from git://github.com/rails/rails.git (at master@fa86026) | |
Using activerecord 5.0.0.beta3 from git://github.com/rails/rails.git (at master@fa86026) | |
Using actionview 5.0.0.beta3 from git://github.com/rails/rails.git (at master@fa86026) | |
Using actionpack 5.0.0.beta3 from git://github.com/rails/rails.git (at master@fa86026) | |
Using actioncable 5.0.0.beta3 from git://github.com/rails/rails.git (at master@fa86026) | |
Using actionmailer 5.0.0.beta3 from git://github.com/rails/rails.git (at master@fa86026) | |
Using railties 5.0.0.beta3 from git://github.com/rails/rails.git (at master@fa86026) | |
Using sprockets-rails 3.0.4 | |
Using coffee-rails 4.1.1 | |
Using jquery-rails 4.1.1 | |
Using web-console 3.1.1 | |
Using rails 5.0.0.beta3 from git://github.com/rails/rails.git (at master@fa86026) | |
Using sass-rails 5.0.4 | |
Bundle complete! 16 Gemfile dependencies, 67 gems now installed. | |
Use `bundle show [gemname]` to see where a bundled gem is installed. | |
vlad@unit-421 /tmp/tmp.e4OzBfz5Uv/test-x $ rake --rakefile Rakefile --trace test | |
** Invoke test (first_time) | |
** Execute test | |
invalid option: --rakefile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | |
#gem 'rails', '>= 5.0.0.beta3', '< 5.1' | |
gem 'rails', github: "rails/rails" | |
# Use sqlite3 as the database for Active Record | |
gem 'sqlite3' | |
# Use Puma as the app server | |
gem 'puma' | |
# Use SCSS for stylesheets | |
gem 'sass-rails', '~> 5.0' | |
# Use Uglifier as compressor for JavaScript assets | |
gem 'uglifier', '>= 1.3.0' | |
# Use CoffeeScript for .coffee assets and views | |
gem 'coffee-rails', '~> 4.1.0' | |
# See https://github.com/rails/execjs#readme for more supported runtimes | |
# gem 'therubyracer', platforms: :ruby | |
# Use jquery as the JavaScript library | |
gem 'jquery-rails' | |
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | |
gem 'turbolinks', '~> 5.x' | |
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | |
gem 'jbuilder', '~> 2.0' | |
# Use Redis adapter to run Action Cable in production | |
# gem 'redis', '~> 3.0' | |
# Use ActiveModel has_secure_password | |
# gem 'bcrypt', '~> 3.1.7' | |
# Use Capistrano for deployment | |
# gem 'capistrano-rails', group: :development | |
group :development, :test do | |
# Call 'byebug' anywhere in the code to stop execution and get a debugger console | |
gem 'byebug' | |
end | |
group :development do | |
# Access an IRB console on exception pages or by using <%= console %> in views | |
gem 'web-console', '~> 3.0' | |
gem 'listen', '~> 3.0.5' | |
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | |
gem 'spring' | |
gem 'spring-watcher-listen', '~> 2.0.0' | |
end | |
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | |
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | |
gem 'therubyracer', platforms: :ruby | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GIT | |
remote: git://github.com/rails/rails.git | |
revision: fa8602656edbf879430fffefc5efa11d253da003 | |
specs: | |
actioncable (5.0.0.beta3) | |
actionpack (= 5.0.0.beta3) | |
nio4r (~> 1.2) | |
websocket-driver (~> 0.6.1) | |
actionmailer (5.0.0.beta3) | |
actionpack (= 5.0.0.beta3) | |
actionview (= 5.0.0.beta3) | |
activejob (= 5.0.0.beta3) | |
mail (~> 2.5, >= 2.5.4) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
actionpack (5.0.0.beta3) | |
actionview (= 5.0.0.beta3) | |
activesupport (= 5.0.0.beta3) | |
rack (~> 2.x) | |
rack-test (~> 0.6.3) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
actionview (5.0.0.beta3) | |
activesupport (= 5.0.0.beta3) | |
builder (~> 3.1) | |
erubis (~> 2.7.0) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
activejob (5.0.0.beta3) | |
activesupport (= 5.0.0.beta3) | |
globalid (>= 0.3.6) | |
activemodel (5.0.0.beta3) | |
activesupport (= 5.0.0.beta3) | |
activerecord (5.0.0.beta3) | |
activemodel (= 5.0.0.beta3) | |
activesupport (= 5.0.0.beta3) | |
arel (~> 7.0) | |
activesupport (5.0.0.beta3) | |
concurrent-ruby (~> 1.0) | |
i18n (~> 0.7) | |
minitest (~> 5.1) | |
tzinfo (~> 1.1) | |
rails (5.0.0.beta3) | |
actioncable (= 5.0.0.beta3) | |
actionmailer (= 5.0.0.beta3) | |
actionpack (= 5.0.0.beta3) | |
actionview (= 5.0.0.beta3) | |
activejob (= 5.0.0.beta3) | |
activemodel (= 5.0.0.beta3) | |
activerecord (= 5.0.0.beta3) | |
activesupport (= 5.0.0.beta3) | |
bundler (>= 1.3.0, < 2.0) | |
railties (= 5.0.0.beta3) | |
sprockets-rails (>= 2.0.0) | |
railties (5.0.0.beta3) | |
actionpack (= 5.0.0.beta3) | |
activesupport (= 5.0.0.beta3) | |
method_source | |
rake (>= 0.8.7) | |
thor (>= 0.18.1, < 2.0) | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
arel (7.0.0) | |
builder (3.2.2) | |
byebug (8.2.4) | |
coffee-rails (4.1.1) | |
coffee-script (>= 2.2.0) | |
railties (>= 4.0.0, < 5.1.x) | |
coffee-script (2.4.1) | |
coffee-script-source | |
execjs | |
coffee-script-source (1.10.0) | |
concurrent-ruby (1.0.1) | |
debug_inspector (0.0.2) | |
erubis (2.7.0) | |
execjs (2.6.0) | |
ffi (1.9.10) | |
globalid (0.3.6) | |
activesupport (>= 4.1.0) | |
i18n (0.7.0) | |
jbuilder (2.4.1) | |
activesupport (>= 3.0.0, < 5.1) | |
multi_json (~> 1.2) | |
jquery-rails (4.1.1) | |
rails-dom-testing (>= 1, < 3) | |
railties (>= 4.2.0) | |
thor (>= 0.14, < 2.0) | |
json (1.8.3) | |
libv8 (3.16.14.13) | |
listen (3.0.6) | |
rb-fsevent (>= 0.9.3) | |
rb-inotify (>= 0.9.7) | |
loofah (2.0.3) | |
nokogiri (>= 1.5.9) | |
mail (2.6.4) | |
mime-types (>= 1.16, < 4) | |
method_source (0.8.2) | |
mime-types (3.0) | |
mime-types-data (~> 3.2015) | |
mime-types-data (3.2016.0221) | |
mini_portile2 (2.0.0) | |
minitest (5.8.4) | |
multi_json (1.11.2) | |
nio4r (1.2.1) | |
nokogiri (1.6.7.2) | |
mini_portile2 (~> 2.0.0.rc2) | |
puma (3.4.0) | |
rack (2.0.0.alpha) | |
json | |
rack-test (0.6.3) | |
rack (>= 1.0) | |
rails-deprecated_sanitizer (1.0.3) | |
activesupport (>= 4.2.0.alpha) | |
rails-dom-testing (1.0.7) | |
activesupport (>= 4.2.0.beta, < 5.0) | |
nokogiri (~> 1.6.0) | |
rails-deprecated_sanitizer (>= 1.0.1) | |
rails-html-sanitizer (1.0.3) | |
loofah (~> 2.0) | |
rake (11.1.2) | |
rb-fsevent (0.9.7) | |
rb-inotify (0.9.7) | |
ffi (>= 0.5.0) | |
ref (2.0.0) | |
sass (3.4.22) | |
sass-rails (5.0.4) | |
railties (>= 4.0.0, < 5.0) | |
sass (~> 3.1) | |
sprockets (>= 2.8, < 4.0) | |
sprockets-rails (>= 2.0, < 4.0) | |
tilt (>= 1.1, < 3) | |
spring (1.7.1) | |
spring-watcher-listen (2.0.0) | |
listen (>= 2.7, < 4.0) | |
spring (~> 1.2) | |
sprockets (3.6.0) | |
concurrent-ruby (~> 1.0) | |
rack (> 1, < 3) | |
sprockets-rails (3.0.4) | |
actionpack (>= 4.0) | |
activesupport (>= 4.0) | |
sprockets (>= 3.0.0) | |
sqlite3 (1.3.11) | |
therubyracer (0.12.2) | |
libv8 (~> 3.16.14.0) | |
ref | |
thor (0.19.1) | |
thread_safe (0.3.5) | |
tilt (2.0.2) | |
turbolinks (5.0.0.beta2) | |
turbolinks-source | |
turbolinks-source (5.0.0.beta4) | |
tzinfo (1.2.2) | |
thread_safe (~> 0.1) | |
uglifier (3.0.0) | |
execjs (>= 0.3.0, < 3) | |
web-console (3.1.1) | |
activemodel (>= 4.2) | |
debug_inspector | |
railties (>= 4.2) | |
websocket-driver (0.6.3) | |
websocket-extensions (>= 0.1.0) | |
websocket-extensions (0.1.2) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
byebug | |
coffee-rails (~> 4.1.0) | |
jbuilder (~> 2.0) | |
jquery-rails | |
listen (~> 3.0.5) | |
puma | |
rails! | |
sass-rails (~> 5.0) | |
spring | |
spring-watcher-listen (~> 2.0.0) | |
sqlite3 | |
therubyracer | |
turbolinks (~> 5.x) | |
tzinfo-data | |
uglifier (>= 1.3.0) | |
web-console (~> 3.0) | |
BUNDLED WITH | |
1.11.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment