Giter Site home page Giter Site logo

gem's Introduction

gemfile_lock_test

Test gemfile lock dependency specifications

Description

This is a test to demonstrate how dependencies specified in the Gemfile.lock retain their specification version.

Pre-test Verification

  1. In Gemfile.lock, under webmock, note crack (>= 0.1.7) is specified.
  2. In Gemfile.lock, note crack (0.3.2) is specified.
  3. Run gem search crack -ra | grep "^crack ("
  4. Verify a version newer than crack 0.3.2 is specified (e.g. 0.4.0)

Test Steps

  1. Run bundle install --deployment

Post-test Verification

  1. Verify Installing crack (0.3.2) is output to stdout.
  2. Run find ./ -type d -name crack-0.3.2
  3. Verify crack 0.3.2 was installed in the vendor path.

gem's People

Contributors

adacosta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.