newrelic-grape | newrelic instrument for grape | Analytics library
kandi X-RAY | newrelic-grape Summary
kandi X-RAY | newrelic-grape Summary
newrelic instrument for grape
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of newrelic-grape
newrelic-grape Key Features
newrelic-grape Examples and Code Snippets
Community Discussions
Trending Discussions on newrelic-grape
QUESTION
I am trying to update my ROR app which is currently Ruby 1.9.3 and Rails 4.2.4
I am trying to move to Ruby 2.2.2 and Rails 4.2.4, which is the minimum to get MongoDB 3.2 to run.
When I changed my Gemfile to Ruby 2.2.2 and run bundle install
, and bundle update
I get rails (~> 4.2.4) was resolved to 4.2.10
Why is it resolving it to 4.2.10 when I have rails set to (~> 4.2.4) in my Gemfile?
Gemfile below.
...ANSWER
Answered 2018-Nov-26 at 06:00The squiggly arrow ~>
symbol means the last minor version will be updated to the latest version. So 4.2.4
will be resolved to 4.2.X
where X is the latest available.
If you want to stick to 4.2.4
, use =
like gem 'rails', '= 4.2.4'
.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install newrelic-grape
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page