Skip to content

Instantly share code, notes, and snippets.

@atomaka
Created March 15, 2017 17:37
Show Gist options
  • Save atomaka/ba5f4909cb82e07347b6181ad2f5948f to your computer and use it in GitHub Desktop.
Save atomaka/ba5f4909cb82e07347b6181ad2f5948f to your computer and use it in GitHub Desktop.
gem install
|-127-> rm -f Gemfile.lock && rbenv local 2.0.0-p598 && RAILS_VERSION="~> 4.2.0" bundle install
The dependency jruby-openssl (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for java. To add those platforms to the bundle, run `bundle lock --add-platform java`.
The dependency activerecord-jdbcsqlite3-adapter (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for java. To add those platforms to the bundle, run `bundle lock --add-platform java`.
The dependency mime-types (< 2.99, ~> 2.6) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for java. To add those platforms to the bundle, run `bundle lock --add-platform java`.
Fetching gem metadata from https://rubygems.org/........
Fetching version metadata from https://rubygems.org/.
Resolving dependencies...
Rubygems 2.0.14 is not threadsafe, so your gems will be installed one at a time. Upgrade to Rubygems 2.1.0 or higher to enable parallel gem installation.
Installing rake 12.0.0
Installing i18n 0.8.1
Installing minitest 5.10.1
Installing thread_safe 0.3.6
Installing builder 3.2.3
Installing erubis 2.7.0
Installing mini_portile2 2.1.0
Installing rack 1.6.5
Installing mime-types-data 3.2016.0521
Installing arel 6.0.4
Installing ast 2.3.0
Installing json 2.0.3 with native extensions
Installing docile 1.1.5
Installing simplecov-html 0.10.0
Installing tins 1.13.2
Installing thor 0.19.4
Installing diff-lcs 1.3
Installing powerpack 0.1.1
Installing rainbow 2.2.1 with native extensions
Installing rspec-support 3.5.0
Installing ruby-progressbar 1.8.1
Installing unicode-display_width 1.1.3
Installing sqlite3 1.3.13 with native extensions
Using bundler 1.14.6
Installing tzinfo 1.2.2
Installing nokogiri 1.6.8.1 with native extensions
Installing rack-test 0.6.3
Installing mime-types 3.1
Installing parser 2.4.0.0
Installing simplecov 0.12.0
Installing term-ansicolor 1.4.0
Installing rspec-core 3.5.4
Installing rspec-expectations 3.5.0
Installing rspec-mocks 3.5.0
Installing activesupport 4.2.8
Installing loofah 2.0.3
Installing mail 2.6.4
Installing rubocop 0.47.1
Installing coveralls 0.8.19
Installing rspec 3.5.0
Installing rails-deprecated_sanitizer 1.0.3
Installing globalid 0.3.7
Installing activemodel 4.2.8
Using delayed_job 4.1.2 from source at `.`
Installing rails-html-sanitizer 1.0.3
Installing rails-dom-testing 1.0.8
Installing activejob 4.2.8
Installing activerecord 4.2.8
Installing actionview 4.2.8
Installing actionpack 4.2.8
Installing actionmailer 4.2.8
Bundle complete! 13 Gemfile dependencies, 51 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment