Giter VIP home page Giter VIP logo

Comments (5)

geerlingguy avatar geerlingguy commented on September 26, 2024

First annoyance:

$ bundle update
Fetching gem metadata from http://rubygems.org/.............
Fetching gem metadata from http://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    rails (= 4.2.0) was resolved to 4.2.0, which depends on
      bundler (< 2.0, >= 1.3.0)

  Current Bundler version:
    bundler (2.0.1)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (< 2.0, >= 1.3.0)', which is required by gem 'rails (= 4.2.0)', in any of the sources.

Chicken and the egg here.

from demo-rails-app.

geerlingguy avatar geerlingguy commented on September 26, 2024

Had to downgrade Bundler... apparently 2.0 came out just recently:

$ sudo gem uninstall bundler
$ sudo gem install bundler --version '1.17.3'

from demo-rails-app.

geerlingguy avatar geerlingguy commented on September 26, 2024

Now I've run into: rails/rails#25125

So I'm going to upgrade Rails to 4.2.10, which is the latest (and last?) release of the 4.x branch.

Someday I'll have to update or rebuild this app in 5.x.

from demo-rails-app.

geerlingguy avatar geerlingguy commented on September 26, 2024

That seems to have fixed it, and I have a working app now.

Next up, need to:

  • Add a new feature (maybe an image or a slick new font!) in a new tag, like 2.1.0

from demo-rails-app.

geerlingguy avatar geerlingguy commented on September 26, 2024

Spiffy new header added:

screen shot 2019-01-12 at 9 02 45 pm

from demo-rails-app.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.