rubyonjets / jets-rails

jets-rails
MIT License
1 stars 2 forks source link

Rails 6 not compatible #2

Closed davidplappert closed 4 months ago

davidplappert commented 4 years ago

Bundler could not find compatible versions for gem "rails": In snapshot (Gemfile.lock): rails (= 6.0.0)

In Gemfile: rails (~> 6.0.0)

jets-rails was resolved to 0.2.0, which depends on
  rails (~> 5)

Running bundle update will rebuild your snapshot from scratch, using only the gems in your Gemfile, which may resolve the conflict. cd /tmp/jets/globalupdateclub-api/cache && env BUNDLE_IGNORE_CONFIG=1 bundle install --path /tmp/jets/globalupdateclub-api/cache/vendor/gems --without development test failed to run.

wowremywang commented 4 years ago

@davidplappert have you solved this problem?

JkRuiz commented 3 years ago

@davidplappert same issue here, have you solved it?

sam0x17 commented 3 years ago

Same issue here

kokorolx commented 3 years ago

Does it support rails 6?

tongueroo commented 4 months ago

Jets 6.0 supports Rails https://blog.boltops.com/2024/05/23/ruby-on-jets-6-0-rails-support/