ターミナルでrails new sample appと打つとgemfileにpumaサーバーのgemがないと言うメッセージが来ます、それからbundleinstallしてくださいと書いてました。そのgemfireを修正する方法を教えて頂けると嬉しいです 後コンフリクト?が起きてるそうです
exist
1 identical README.md 2 identical Rakefile 3 identical .ruby-version 4 identical config.ru 5 conflict .gitignore 6Overwrite /Users//sample/.gitignore? (enter "h" for help) [Ynaqdh] 7 force .gitignore 8 identical Gemfile 9 run git init from "." 10 11Reinitialized existing Git repository in /Users//sample/.git/ 12 identical package.json 13 exist app 14 identical app/assets/config/manifest.js 15 identical app/assets/javascripts/application.js 16 identical app/assets/javascripts/cable.js 17 identical app/assets/stylesheets/application.css 18 identical app/channels/application_cable/channel.rb 19 identical app/channels/application_cable/connection.rb 20 identical app/controllers/application_controller.rb 21 identical app/helpers/application_helper.rb 22 identical app/jobs/application_job.rb 23 identical app/mailers/application_mailer.rb 24 identical app/models/application_record.rb 25 identical app/views/layouts/application.html.erb 26 identical app/views/layouts/mailer.html.erb 27 identical app/views/layouts/mailer.text.erb 28 identical app/assets/images/.keep 29 exist app/assets/javascripts/channels 30 identical app/assets/javascripts/channels/.keep 31 identical app/controllers/concerns/.keep 32 identical app/models/concerns/.keep 33 exist bin 34 identical bin/bundle 35 identical bin/rails 36 identical bin/rake 37 identical bin/setup 38 identical bin/update 39 identical bin/yarn 40 exist config 41 identical config/routes.rb 42 identical config/application.rb 43 identical config/environment.rb 44 identical config/cable.yml 45 identical config/puma.rb 46 identical config/spring.rb 47 identical config/storage.yml 48 exist config/environments 49 identical config/environments/development.rb 50 identical config/environments/production.rb 51 identical config/environments/test.rb 52 exist config/initializers 53 identical config/initializers/application_controller_renderer.rb 54 identical config/initializers/assets.rb 55 identical config/initializers/backtrace_silencers.rb 56 identical config/initializers/content_security_policy.rb 57 identical config/initializers/cookies_serializer.rb 58 create config/initializers/cors.rb 59 identical config/initializers/filter_parameter_logging.rb 60 identical config/initializers/inflections.rb 61 identical config/initializers/mime_types.rb 62 create config/initializers/new_framework_defaults_5_2.rb 63 identical config/initializers/wrap_parameters.rb 64 exist config/locales 65 identical config/locales/en.yml 66 67 append .gitignore 68 identical config/boot.rb 69 identical config/database.yml 70 exist db 71 identical db/seeds.rb 72 exist lib 73 exist lib/tasks 74 identical lib/tasks/.keep 75 exist lib/assets 76 identical lib/assets/.keep 77 exist log 78 identical log/.keep 79 exist public 80 identical public/404.html 81 identical public/422.html 82 identical public/500.html 83 identical public/apple-touch-icon-precomposed.png 84 identical public/apple-touch-icon.png 85 identical public/favicon.ico 86 identical public/robots.txt 87 exist tmp 88 identical tmp/.keep 89 exist tmp/cache 90 exist tmp/cache/assets 91 exist vendor 92 identical vendor/.keep 93 exist test/fixtures 94 identical test/fixtures/.keep 95 exist test/fixtures/files 96 identical test/fixtures/files/.keep 97 exist test/controllers 98 identical test/controllers/.keep 99 exist test/mailers 100 identical test/mailers/.keep 101 exist test/models 102 identical test/models/.keep 103 exist test/helpers 104 identical test/helpers/.keep 105 exist test/integration 106 identical test/integration/.keep 107 identical test/test_helper.rb 108 exist test/system 109 identical test/system/.keep 110 identical test/application_system_test_case.rb 111 exist storage 112 identical storage/.keep 113 exist tmp/storage 114 identical tmp/storage/.keep 115 remove config/initializers/cors.rb 116 remove config/initializers/new_framework_defaults_5_2.rb 117 run bundle install 118The 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, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`. 119Fetching gem metadata from https://rubygems.org/......... 120Fetching gem metadata from https://rubygems.org/. 121Resolving dependencies... 122Bundler could not find compatible versions for gem "activesupport": 123 In snapshot (Gemfile.lock): 124 activesupport (= 4.2.1) 125 126 In Gemfile: 127 rails (~> 5.2.1) was resolved to 5.2.1, which depends on 128 activesupport (= 5.2.1) 129 130 sass-rails (~> 5.0) was resolved to 5.0.7, which depends on 131 railties (< 6, >= 4.0.0) was resolved to 4.2.1, which depends on 132 activesupport (= 4.2.1) 133 134Running `bundle update` will rebuild your snapshot from scratch, using only 135the gems in your Gemfile, which may resolve the conflict. 136 run bundle exec spring binstub --all 137Could not find gem 'puma (~> 3.11)' in any of the gem sources listed in your Gemfile. 138Run `bundle install` to install missing gems. 139コード 140```pcはmacbookです このサイトを参考にしました https://fukatsu.tech/environment-ruby-on-rails うまく環境構築できなかったのであとこれも参考にしました → https://gabekore.org/mac-ruby-rails-overview

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/10/10 10:13
2018/10/10 11:26
2018/10/10 12:27
2018/10/10 12:47 編集
2018/10/11 21:49 編集
2018/10/11 00:50
2018/10/11 06:21
2018/10/11 06:49
2018/10/11 07:06
2018/10/11 07:45
2018/10/11 21:56
2018/10/11 22:16
2018/10/12 03:43 編集
2018/10/12 04:58
2018/10/12 05:00
退会済みユーザー
2018/10/12 05:41 編集
2018/10/12 07:55
2018/10/12 07:57
2018/10/12 10:14
2018/10/12 11:31
2018/10/13 22:47 編集
2018/10/13 22:49
2018/10/15 05:08
2018/10/16 01:07