Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mobility 1.1.x #6

Open
devon opened this issue Apr 5, 2021 · 2 comments
Open

Support mobility 1.1.x #6

devon opened this issue Apr 5, 2021 · 2 comments

Comments

@devon
Copy link

devon commented Apr 5, 2021

Trestle-mobility requires mobility (0.8.13) now.

@Timmitry
Copy link
Contributor

Timmitry commented Mar 16, 2022

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
Copy link
Contributor

#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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants