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

Loosen restrictions on activesupport gem #44

Merged
merged 1 commit into from
May 15, 2024

Conversation

mattwr18
Copy link
Collaborator

@mattwr18 mattwr18 commented May 9, 2024

Fixes #43

@mattwr18
Copy link
Collaborator Author

@roschaefer as discussed, I'll merge this in... If you get a free minute, feel free to take a look.

@mattwr18 mattwr18 merged commit c8da284 into master May 15, 2024
2 checks passed
@mattwr18 mattwr18 deleted the loosen_restrictions_on_activesupport_gem branch May 15, 2024 08:18
Copy link
Collaborator

@roschaefer roschaefer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, I had a look at this and I'm confused. I just git pulled on master and I ran bundle install. I see the following:

$ bundle
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Fetching activesupport 7.0.8 (was 7.0.8.1)
Installing activesupport 7.0.8 (was 7.0.8.1)
Fetching factory_bot 6.4.6 (was 6.1.0)
Installing factory_bot 6.4.6 (was 6.1.0)
Bundle complete! 10 Gemfile dependencies, 47 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.

So effectively, activesupport got downgraded. If this fixes a problem, good. But maybe we want to allow newer versions of activesupport, too?

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.

[BUG] Could not find compatible versions activesupport
2 participants