Skip to content

Locking Rubby Gems versions for use in a variety of environments.#25

Closed
carlosdelfino wants to merge 1 commit intomicro-os-plus:masterfrom
carlosdelfino:patch-1
Closed

Locking Rubby Gems versions for use in a variety of environments.#25
carlosdelfino wants to merge 1 commit intomicro-os-plus:masterfrom
carlosdelfino:patch-1

Conversation

@carlosdelfino
Copy link
Contributor

What/why?

In my development environment I have several projects each one works with a different version of gems which sometimes leaves me in doubt if it is the version that is causing a certain bug, to avoid this, I fixed the versions of the gems where I identified that it would be important In rich versions environments.

How was it tested?

bundle update
bundle exec jekyll s

In my development environment I have several projects each one works with a different version of gems which sometimes leaves me in doubt if it is the version that is causing a certain bug, to avoid this, I fixed the versions of the gems where I identified that it would be important In rich versions environments.
@ilg-ul
Copy link
Contributor

ilg-ul commented Nov 29, 2016

I am successfully using jekyll 3.3.0? why do you need to lock it at 3.2?

@carlosdelfino carlosdelfino deleted the patch-1 branch November 29, 2016 18:30
@carlosdelfino
Copy link
Contributor Author

I renamed the branch and the pull-request closed.

@carlosdelfino
Copy link
Contributor Author

To solve the pluign error that informs the use of depreciated function.

@ilg-ul
Copy link
Contributor

ilg-ul commented Nov 29, 2016

as environment, I have a different approach, I do not have ruby/jekyll/etc installed in the system, but I have a separate homebrew instance for jekyll, which I use to generate all my sites, so I have no problems with different applications requiring different gems.

@ilg-ul
Copy link
Contributor

ilg-ul commented Nov 29, 2016

To solve the pluign error that informs the use of depreciated function.

you mean the warning? this is harmless.

@carlosdelfino
Copy link
Contributor Author

you mean the warning? this is harmless.

yes, not have a problems about this. Only for eliminate the mensage and run clean.

@carlosdelfino
Copy link
Contributor Author

carlosdelfino commented Nov 29, 2016

I make a new pull-request #26 because github close this automatically where I rename the branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants