-
Notifications
You must be signed in to change notification settings - Fork 71
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
18 translators #56
base: master
Are you sure you want to change the base?
18 translators #56
Conversation
# gem 'linecache19', :git => 'git://github.com/mark-moseley/linecache' | ||
gem 'devise' | ||
gem 'font-awesome-rails' | ||
gem 'audited-activerecord' |
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.
@mohamagdy why we removed those gems from Gemfile?
I can see you added them to gemspec. Actually, I am not sure why we didn't add them in gemspec before but are you sure that won't have some bad effect?
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.
@mahkhaled yes, it's a good practice to move the gems to Gemfile and to Gemfile the following:
source "http://rubygems.org"`
gemspec
Besides, it's a good practice to remove Gemfile.lock from Git tracking so it shouldn't force the gem users from using the exact versions of the gem dependencies. For example, if in the Gemfile.lock devise 1.3.2
is used, this will force the users to use devise 1.3.2
.
Source:
http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
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.
+1 then lets remove Gemfile.lock from git
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Adding Bing Translator suggestion. #55 is merged into this branch to add
rspec
tests