richardvenneman / trestle-mobility

🌐 Mobility integration plugin for the Trestle admin framework
MIT License
9 stars 5 forks source link

Support mobility 1.1.x #6

Open devon opened 3 years ago

devon commented 3 years ago

Trestle-mobility requires mobility (0.8.13) now.

Timmitry commented 2 years ago

I made a fork for our organization and just relaxed the version constraint, see #7. This seems to be working so far 🤷 You can try it out by modifying your Gemfile to use:

# Gemfile
gem "trestle-mobility", git: "https://github.com/evermood/trestle-mobility", branch: "compatibilty-with-mobility-1.x"

and running bundle install.

Note that I do not guarantee to maintain this fork in any way!

Timmitry commented 2 years ago

7 has been merged, therefore the master branch is now compatible with Mobility 1.x. As there is no new version yet, referencing the master branch is neccessary:

# Gemfile
gem "trestle-mobility", git: "https://github.com/richardvenneman/trestle-mobility", branch: "master"