Skip to content

Instantly share code, notes, and snippets.

@pvalena
Created November 25, 2019 16:39
Show Gist options
  • Save pvalena/39f78c13c15e136adb49d19db214c19c to your computer and use it in GitHub Desktop.
Save pvalena/39f78c13c15e136adb49d19db214c19c to your computer and use it in GitHub Desktop.
simple Gemfile
bash-4.2$ cat Gemfile
source 'https://rubygems.org'
gem 'rails', '~> 5.2.3'
gem 'sprockets', '< 4'
bash-4.2$ bundle install --retry 2 --without development:test
Fetching gem metadata from https://rubygems.org/..............
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies....
Installing rake 13.0.1
Installing concurrent-ruby 1.1.5
Installing minitest 5.13.0
Installing thread_safe 0.3.6
Installing builder 3.2.3
Installing erubi 1.9.0
Installing mini_portile2 2.4.0
Installing crass 1.0.5
Installing rack 2.0.7
Installing nio4r 2.5.2 with native extensions
Installing websocket-extensions 0.1.4
Installing mini_mime 1.0.2
Installing arel 9.0.0
Installing mimemagic 0.3.3
Using bundler 1.13.7
Installing method_source 0.9.2
Installing thor 0.20.3
Installing i18n 1.7.0
Installing tzinfo 1.2.5
Installing nokogiri 1.10.5 with native extensions
Installing rack-test 1.1.0
Installing sprockets 3.7.2
Installing websocket-driver 0.7.1 with native extensions
Installing mail 2.7.1
Installing marcel 0.3.3
Installing activesupport 5.2.3
Installing loofah 2.3.1
Installing rails-dom-testing 2.0.3
Installing globalid 0.4.2
Installing activemodel 5.2.3
Installing rails-html-sanitizer 1.3.0
Installing activejob 5.2.3
Installing activerecord 5.2.3
Installing actionview 5.2.3
Installing actionpack 5.2.3
Installing actioncable 5.2.3
Installing actionmailer 5.2.3
Installing activestorage 5.2.3
Installing railties 5.2.3
Installing sprockets-rails 3.2.1
Installing rails 5.2.3
Bundle complete! 2 Gemfile dependencies, 41 gems now installed.
Gems in the groups development and test were not installed.
Use `bundle show [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.
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.
For more info see:
https://github.com/svenfuchs/i18n/releases/tag/v1.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment