-
Notifications
You must be signed in to change notification settings - Fork 109
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
chore: upgrade to rails 7.2.2 #122
chore: upgrade to rails 7.2.2 #122
Conversation
.idea/.gitignore
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't add you idea gitignore file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, i removed it.
gush.gemspec
Outdated
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec| | |||
spec.require_paths = ["lib"] | |||
spec.required_ruby_version = '>= 3.0.0' | |||
|
|||
spec.add_dependency "activejob", ">= 6.1.0", "< 7.2" | |||
spec.add_dependency "activejob", ">= 6.1.0", "<= 7.2.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spec.add_dependency "activejob", ">= 6.1.0", "<= 7.2.2" | |
spec.add_dependency "activejob", ">= 6.1.0", "< 8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i refactored it. thanks!
a0644d2
to
b6fcd10
Compare
b6fcd10
to
4b0f2cc
Compare
Thank you! |
Released as 4.1.0 https://github.com/chaps-io/gush/releases/tag/v4.1.0 |
Thank you @pokonski , I am glad to be a contributor of gush platform. |
No description provided.