-
Notifications
You must be signed in to change notification settings - Fork 207
incremented versions for gems to rails 6 ruby 2.7.0 and mongo 7 #153
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
incremented versions for gems to rails 6 ruby 2.7.0 and mongo 7 #153
Conversation
…rsion >= 2.5.0, which is incompatible with the current version, ruby 2.4
…evelop production
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.
@jesusalc just remove 2.4
from .travis.yml
its support ends in march anyways
I don't understand what this PR is trying to achieve, there's to many unrelated changes in here. |
Have tried to use activeadmin-mongoid with Ruby 2.6.5 > MongoId 7 and Rails 6 > ? |
It looks like there's some de-linting going on, I'm definitely OK with that. |
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.
Added a few comments.
|
||
gem.required_ruby_version = '>= 2.4' | ||
gem.required_ruby_version = '>= 2.5' |
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.
Is this needed?
activeadmin-mongoid.gemspec
Outdated
gem.add_runtime_dependency 'mongoid', '>= 6.0', '< 8.a' | ||
gem.add_runtime_dependency 'activeadmin', '>= 1.4.3' | ||
gem.add_runtime_dependency 'mongoid', '>= 6.0', '< 8.a' | ||
gem.add_runtime_dependency 'activeadmin', '>= 1.4.3', '<= 2.6.0' |
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.
Why?
@@ -2,9 +2,11 @@ source 'https://rubygems.org' | |||
|
|||
gemspec | |||
|
|||
gem 'ransack-mongoid', git: 'https://github.com/activerecord-hackery/ransack-mongoid' | |||
# gem 'ransack-mongoid', git: 'https://github.com/activerecord-hackery/ransack-mongoid' | |||
gem 'ransack-mongoid', github: 'jesusalc/ransack-mongoid', branch: 'rails-6-mongoid-7-ruby-2-7-0' |
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.
Should we first propose these changes to ransack-mongoid and discuss them there?
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.
@jesusalc could you open a PR to ransack-mongoid? That's actually a better idea 😉
|
||
gem 'rails', '>= 5.2', '< 6.1' | ||
gem 'webpacker' |
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.
Why do we need this?
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 missed that as well
I did
…On Wed 12. Feb 2020 at 09:45, Grzegorz Jakubiak ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In Gemfile
<#153 (comment)>
:
> @@ -2,9 +2,11 @@ source 'https://rubygems.org'
gemspec
-gem 'ransack-mongoid', git: 'https://github.com/activerecord-hackery/ransack-mongoid'
+# gem 'ransack-mongoid', git: 'https://github.com/activerecord-hackery/ransack-mongoid'
+gem 'ransack-mongoid', github: 'jesusalc/ransack-mongoid', branch: 'rails-6-mongoid-7-ruby-2-7-0'
@jesusalc <https://github.com/jesusalc> could you open a PR to
ransack-mongoid? That's actually a better idea 😉
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#153?email_source=notifications&email_token=AAK7CTEE3XCMMB26Q32AHRTRCOZMFA5CNFSM4KOI47M2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCVFYQYQ#discussion_r378107900>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAK7CTDGSP5BNLPKQR3H7CDRCOZMFANCNFSM4KOI47MQ>
.
|
M Gemfile
M Gemfile.lock
M activeadmin-mongoid.gemspec