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

Fixing gem grouping and simplecov version #34

Merged
merged 2 commits into from
Mar 5, 2014

Conversation

tokafish
Copy link
Contributor

@tokafish tokafish commented Mar 5, 2014

This fixes two warnings/errors:

The latest simplecov is not working properly (see simplecov-ruby/simplecov#281), and it calls exit within a Kernel.at_exit, which causes irb to explode on exit.

With fuubar in the development group, this warning is logged on irb start, because fuubar requires rspec:
irb: warn: can't alias context from irb_context.

On a related note, should more of the gems in the :development/:test combined group be moved to only test? For example, I see jasminerice routes in rake routes

Tommy Fisher and others added 2 commits March 4, 2014 16:14
* The latest simplecov is broken, and causes an error on irb exit
* Using fuubar in the development group causes a warning on irb start
christiannelson added a commit that referenced this pull request Mar 5, 2014
Fixing gem grouping and simplecov version.
@christiannelson christiannelson merged commit 9c5c1f2 into master Mar 5, 2014
@tokafish tokafish deleted the bugs/gemfile-fixes branch March 6, 2014 01:35
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.

None yet

2 participants