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

Rails 6 zeitwerk support #44

Merged
merged 4 commits into from
Jun 25, 2020
Merged

Rails 6 zeitwerk support #44

merged 4 commits into from
Jun 25, 2020

Conversation

szTheory
Copy link
Contributor

Maybe this will help someone else get the gem working with Rails 6.

@dhh dhh merged commit 6251ae8 into basecamp:master Jun 25, 2020
claudiob added a commit to claudiob/google_sign_in that referenced this pull request Aug 6, 2020
Commit 70ad363 bumped the version of the gem to 1.2.0 without
running "bundle" to also update the version in Gemfile.lock.

Tests have been failing on Travis CI since because of this, see
https://travis-ci.org/github/basecamp/google_sign_in/jobs/690398898

> You are trying to install in deployment mode after changing
> your Gemfile. Run `bundle install` elsewhere and add the
> updated Gemfile.lock to version control.

---

Starting from basecamp#44 this library depends on Rails 6 which requires Ruby 2.5.0
or newer. For that reason, older versions of Ruby have been removed from
the Travis CI configuration, as they would inherently fail, see:
https://guides.rubyonrails.org/v6.0/upgrading_ruby_on_rails.html#ruby-versions
georgeclaghorn pushed a commit that referenced this pull request Sep 1, 2020
Commit 70ad363 bumped the version of the gem to 1.2.0 without
running "bundle" to also update the version in Gemfile.lock.

Tests have been failing on Travis CI since because of this, see
https://travis-ci.org/github/basecamp/google_sign_in/jobs/690398898

> You are trying to install in deployment mode after changing
> your Gemfile. Run `bundle install` elsewhere and add the
> updated Gemfile.lock to version control.

---

Starting from #44 this library depends on Rails 6 which requires Ruby 2.5.0
or newer. For that reason, older versions of Ruby have been removed from
the Travis CI configuration, as they would inherently fail, see:
https://guides.rubyonrails.org/v6.0/upgrading_ruby_on_rails.html#ruby-versions
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

Successfully merging this pull request may close these issues.

2 participants