soca icon indicating copy to clipboard operation
soca copied to clipboard

gem install soca installs dev gems

Open jc00ke opened this issue 13 years ago • 1 comments

It shouldn't be installing shoulda, fakeweb, etc, should it?

∴ gem+ soca
Building native extensions.  This could take a while...
Fetching: thor-0.14.6.gem (100%)
Fetching: git-1.2.5.gem (100%)
Fetching: bundler-1.0.15.gem (100%)
Fetching: jeweler-1.6.2.gem (100%)
Fetching: test-unit-2.3.0.gem (100%)
Fetching: rubyzip-0.9.4.gem (100%)
Fetching: archive-tar-minitar-0.5.2.gem (100%)
Fetching: downlow-0.1.4.gem (100%)
Fetching: fssm-0.2.7.gem (100%)
Fetching: yajl-ruby-0.8.2.gem (100%)
Building native extensions.  This could take a while...
Fetching: version_sorter-1.1.0.gem (100%)
Building native extensions.  This could take a while...
Fetching: leftright-0.9.1.gem (100%)
Fetching: shoulda-2.11.3.gem (100%)
Fetching: fakeweb-1.3.0.gem (100%)
Fetching: rack-test-0.6.0.gem (100%)
Fetching: mocha-0.9.12.gem (100%)
Fetching: jim-0.3.1.gem (100%)
Fetching: haml-3.1.2.gem (100%)
Fetching: compass-0.10.6.gem (100%)
Fetching: mustache-0.11.2.gem (100%)
Fetching: coffee-script-source-1.1.1.gem (100%)
Fetching: coffee-script-2.1.3.gem (100%)
Fetching: soca-0.2.0.gem (100%)
Successfully installed typhoeus-0.2.4
Successfully installed thor-0.14.6
Successfully installed git-1.2.5
Successfully installed bundler-1.0.15
Successfully installed jeweler-1.6.2
Successfully installed test-unit-2.3.0
Successfully installed rubyzip-0.9.4
Successfully installed archive-tar-minitar-0.5.2
Successfully installed downlow-0.1.4
Successfully installed fssm-0.2.7
Successfully installed yajl-ruby-0.8.2
Successfully installed version_sorter-1.1.0
Successfully installed leftright-0.9.1
Successfully installed shoulda-2.11.3
Successfully installed fakeweb-1.3.0
Successfully installed rack-test-0.6.0
Successfully installed mocha-0.9.12
Successfully installed jim-0.3.1
Successfully installed haml-3.1.2
Successfully installed compass-0.10.6
Successfully installed mustache-0.11.2
Successfully installed coffee-script-source-1.1.1
Successfully installed coffee-script-2.1.3
Successfully installed soca-0.2.0
24 gems installed

jc00ke avatar Jun 27 '11 20:06 jc00ke

This is strange, I think fakeweb is actually a dependency of one of the other dependecies (soca doesnt use it directly) so I wonder why its not using them as just developement dependencies. Going to test it out on a clean machine soon.

quirkey avatar Jul 02 '11 00:07 quirkey