Skip to content

Instantly share code, notes, and snippets.

@olblak
Created January 22, 2020 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olblak/4bad87ab45c64e408bb167f94a2f83b0 to your computer and use it in GitHub Desktop.
Save olblak/4bad87ab45c64e408bb167f94a2f83b0 to your computer and use it in GitHub Desktop.
github report
+ docker build permissions-report -t permissions-report
Sending build context to Docker daemon 6.656kB
Step 1/4 : FROM ruby:2.3-slim
---> 6c82e230dca6
Step 2/4 : RUN gem install graphql-client httparty
---> Running in 98f2aca47a9c
ERROR: Error installing graphql-client:
There are no versions of zeitwerk (~> 2.2) compatible with your Ruby & RubyGems. Maybe try installing an older version of the gem you're looking for?
zeitwerk requires Ruby version >= 2.4.4. The current ruby version is 2.3.8.459.
Successfully installed concurrent-ruby-1.1.5
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
Successfully installed i18n-1.8.2
Successfully installed thread_safe-0.3.6
Successfully installed tzinfo-1.2.6
Successfully installed multi_xml-0.6.0
Successfully installed mime-types-data-3.2019.1009
Successfully installed mime-types-3.3.1
When you HTTParty, you must party hard!
Successfully installed httparty-0.17.3
4 gems installed
The command '/bin/sh -c gem install graphql-client httparty' returned a non-zero code: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment