rubyonjets / jets-rails

jets-rails
MIT License
1 stars 2 forks source link

Rails 5 not compatible #1

Closed jcowhigjr closed 2 years ago

jcowhigjr commented 5 years ago

https://github.com/tongueroo/jets-rails/blob/347ffa66cb4d0bf8019a82c41832a2d80b709c93/Gemfile.lock#L5

jcowhigjr commented 5 years ago

Trying to follow the afterburner tutorial with some issues.. Debugging I tried setting +gem "jets-rails", '~> 0.3.0' +gem "jets", '~> 1.4.5' but now get this: ~/src/cape-jets/demo-rails% bundle update 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, java. To add those platforms to the bundle, runbundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`. Fetching gem metadata from https://rubygems.org/......... Fetching gem metadata from https://rubygems.org/. Resolving dependencies... Bundler could not find compatible versions for gem "rails": In Gemfile: rails (~> 5.2.0)

jets-rails (~> 0.3.0) was resolved to 0.3.0, which depends on
  rails (~> 4)

`