I'm upgrading Ruby on my Gitlab Server from 2.7.2 to 2.7.4. But I'm not able to see the upgraded version on the Admin Area Dashboard. It still shows the earlier version and when I do a ruby gem list it tells that all the gems have not been got according to the new package. I'm upgrading ruby without any package manager, i.e. from the source. Kindly help me.
Related
I am on the latest version of magento2 CE (currently 2.3.3), I use composer for upgrades
composer outdated
shows me a lot of outdated packages.
How to easily upgrade/update these outdated packages to the latest versions?
Tried require them one by one, which is a lot of hassle, also because inter dependencies
another sub question is, does composer look at which packages are compatible with magento 2.3.3 when it tells which packages are outdated? perhaps i can better stay with the packages as bundled with the default magento 2.3.3 project composer.conf as they might be mostly tested with and compatible.
so, I wanted to freshly reinstall some Microsoft Servicefabric packages and for that I uninstalled all related packages from my given projects.
When trying to reinstall them, I run into the following issue:
When trying to install said package, this happens:
It seems like I have run into some kind of circular dependency here.
My project is currently clean of any any Service Fabric packages, so I am very unclear why Nuget is trying to RESTORE instead of REINSTALLING the packages.
Also, I am quite unsure how I could resolve this right now.
Can someone guide me?
The error message complains about the incompatibility between Autofac.ServiceFabric 2.2.0 version and Microsoft.ServiceFabric.Services.Remoting 3.4.641 version package.
Assuming your asp.net core project targets .net core 2.2.0, you can try to add reference to corresponding Microsoft.ServiceFabric.Services.Remoting 3.3.644 version instead of the incompatible 3.4.641 version. Then the Nu1608 and Nu1107 error would go away.
(The Autofac.ServiceFabric 2.2.0 and Microsoft.ServiceFabric.Services.Remoting 3.3.644 were both released in 4 months ago)
I try to load Sqlite Bundle to my computer from this link: http://system.data.sqlite.org/downloads/1.0.107.0/sqlite-netFx20-setup-bundle-x64-2005-1.0.107.0.exe
But its show this error. In my PC already loaded ".Net Framework 4.6" but its says v2.0 or higher is required.
It would appear you do not in fact have the right framework installed, I would recommend you re-install it and ensure that you get the latest version.
If you just uninstall you can get the latest version from this link:
https://www.microsoft.com/net/download/dotnet-framework-runtime
I just install meteor.js and try to use it replace the old frameworks.
The issue is:
On my windows 10 64bit system, the meteor is use 32bit mongodb(2.6.7), which is limited th database size is 2gb.
How to make the meteor work with 64bit mongodb?
Having researched this myself just now, it looks as though the Meteor version 1.4 release will be updated to version 3.2 of MongoDB, in which "32-bit binaries are deprecated"
Github ticket for the updating of MongoDB
MongoDB declaration that 3.2 has deprecated 32-bit binaries
Meteor 1.4 announcement
If upgrading your MongoDB instance is mandatory now, then unfortunately it looks like the only way is to manually upgrade the binaries yourself. If you do this, I would suggest you make a backup of them just in-case it messes up.
To upgrade to version 3.2 you first need to upgrade to version 3.0, then you can upgrade to version 3.2
I guess you didn't install the right version of Mongo if you have a 32 bits version.
check out their installation guide:
https://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/
First download the right 64 bits version for Windows:
https://www.mongodb.org/downloads#production
and follow the instructions:
Install MongoDB
Interactive Installation 1 Install MongoDB for Windows. In Windows
Explorer, locate the downloaded MongoDB .msi file, which typically is
located in the default Downloads folder. Double-click the .msi file. A
set of screens will appear to guide you through the installation
process.
You may specify an installation directory if you choose the “Custom”
installation option.
NOTE These instructions assume that you have installed MongoDB to
C:\mongodb. MongoDB is self-contained and does not have any other
system dependencies. You can run MongoDB from any folder you choose.
You may install MongoDB in any folder (e.g. D:\test\mongodb).
I am trying to install an Amazon Web service gem into my project (I use window and Aptana RadRails) but it asked me to update current Ruby version (1.8.5) to 1.8.7.
I use InstantRails for Window platform. So could you tell me how can I upgrade my Ruby to new version?
Do I need to install new InstantRails? or Can I update with Ruby Gem? or may be there is your alternative idea for this activity. :)
Thank you.
Ruby-lang.org Downloads The 1.8.7 binary is right there.
Even better than the builds on ruby-lang.org is the preview versions of the Ruby Installer built with mingw which allows compiling of gems without Visual C++ 6.0.
http://rubyinstaller.org/downloads/
Tutorials