Created
February 12, 2020 03:24
-
-
Save kingdonb/5fa768686e52919be7f86f1b64218ef2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(compat-5-2-4)$ rvm use 2.6.5 | |
Using /Users/kbarret8/.rvm/gems/ruby-2.6.5 | |
kbarret8@kbarret8-mbp:~/Desktop/devel/ruby/composite_primary_keys (compat-5-2-4)$ bundle | |
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. | |
Fetching gem metadata from https://rubygems.org/....... | |
Fetching rake 13.0.1 | |
Installing rake 13.0.1 | |
Fetching concurrent-ruby 1.1.6 | |
Installing concurrent-ruby 1.1.6 | |
Fetching i18n 1.8.2 | |
Installing i18n 1.8.2 | |
Fetching minitest 5.14.0 | |
Installing minitest 5.14.0 | |
Fetching thread_safe 0.3.6 | |
Installing thread_safe 0.3.6 | |
Fetching tzinfo 1.2.6 | |
Installing tzinfo 1.2.6 | |
Fetching activesupport 5.2.4.1 | |
Installing activesupport 5.2.4.1 | |
Fetching activemodel 5.2.4.1 | |
Installing activemodel 5.2.4.1 | |
Fetching arel 9.0.0 | |
Installing arel 9.0.0 | |
Fetching activerecord 5.2.4.1 | |
Installing activerecord 5.2.4.1 | |
Fetching ruby-plsql 0.7.1 | |
Installing ruby-plsql 0.7.1 | |
Fetching activerecord-oracle_enhanced-adapter 5.2.8 | |
Installing activerecord-oracle_enhanced-adapter 5.2.8 | |
Fetching tiny_tds 2.1.2 | |
Installing tiny_tds 2.1.2 with native extensions | |
Fetching activerecord-sqlserver-adapter 5.2.0 | |
Installing activerecord-sqlserver-adapter 5.2.0 | |
Using bundler 1.17.3 | |
Fetching ibm_db 4.0.0 | |
Installing ibm_db 4.0.0 with native extensions | |
Fetching mysql2 0.5.3 | |
Installing mysql2 0.5.3 with native extensions | |
Fetching pg 1.2.2 | |
Installing pg 1.2.2 with native extensions | |
Fetching ruby-oci8 2.2.8 | |
Installing ruby-oci8 2.2.8 with native extensions | |
Fetching sqlite3 1.4.2 | |
Installing sqlite3 1.4.2 with native extensions | |
Bundle complete! 12 Gemfile dependencies, 20 gems now installed. | |
Use `bundle info [gemname]` to see where a bundled gem is installed. | |
Post-install message from i18n: | |
HEADS UP! i18n 1.1 changed fallbacks to exclude default locale. | |
But that may break your application. | |
If you are upgrading your Rails application from an older version of Rails: | |
Please check your Rails app for 'config.i18n.fallbacks = true'. | |
If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be | |
'config.i18n.fallbacks = [I18n.default_locale]'. | |
If not, fallbacks will be broken in your app by I18n 1.1.x. | |
If you are starting a NEW Rails application, you can ignore this notice. | |
For more info see: | |
https://github.com/svenfuchs/i18n/releases/tag/v1.1.0 | |
Post-install message from ibm_db: | |
***************************************************************************** | |
Successfully installed ibm_db, the Ruby gem for IBM DB2/Informix. The Ruby gem is licensed under the MIT License. The package also includes IBM ODBC and CLI Driver from IBM, which could have been automatically downloaded as the Ruby gem is installed on your system/device. The license agreement to the IBM driver is available in the folder "$GEM_HOME/ibm_db-*/lib/clidriver/license". Check for additional dependencies, which may come with their own license agreement(s). Your use of the components of the package and dependencies constitutes your acceptance of their respective license agreements. If you do not accept the terms of any license agreement(s), then delete the relevant component(s) from your system/device. | |
***************************************************************************** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment