Ruby and Gem

Gem

A tool (library) that can be used in development using Ruby. However, many gems are made up of the functions of other gems, and often cannot be used alone.

bundler

So the turn is this ** "bundler" ** It will install all the necessary gems related to the gem you want. Super convenient. By the way, bundler is also one of the Gem.

Gemfile.lock

A file that contains information that is automatically generated when bundle install is performed with bundler. You can see which gems were installed together in which version for one gem.

Recommended Posts

Ruby and Gem
[Ruby] Classes and instances
Symbols and Destructive Ruby
[Ruby] Big Decimal and DECIMAL
Ruby classes and instances
Ruby inheritance and delegation
Ruby variables and methods
GraphQL Ruby and actual development
Ruby syntax errors and countermeasures
Ruby C extension and volatile
Summarize Ruby and Dependency Injection
About Ruby and object model
[Ruby] Singular methods and singular classes
About Ruby classes and instances
Ruby variables and functions (methods)
Ruby methods and classes (basic)
Creating Ruby classes and instances
[Tutorial] [Ruby] Creating and debugging C native extension gem
[Ruby] Singular methods and singular classes
[Ruby on Rails] Infinite scrolling using gem kaminari and jscroll
[Ruby] Difference between is_a? And instance_of?
Ruby standard input and various methods
About Ruby single quotes and double quotes
[Ruby] then keyword and case in
Write keys and values in Ruby
[Ruby] If and else problems-with operators-
[Ruby] Boolean values ​​and logical operators
Project ruby and rails version upgrade
About object-oriented inheritance and about yield Ruby
Install gem in Serverless Framework and AWS Lambda with Ruby environment
With ruby ● × Game and Othello (basic review)
Gem list of each ruby version 2.5.x
Upgrade and switch Ruby versions on Windows 10
Note: Difference between Ruby "p" and "puts"
[Ruby] Array
Ruby basics
Ruby learning 5
Ruby basics
Make bubble sort and selection sort in Ruby
Ruby Review 2
== and equals
Ruby addition
Difference between Ruby instance variable and local variable
[Ruby] Simplify each using map and inject
Ruby learning 3
Summary of hashes and symbols in Ruby
Memorandum (Ruby: Basic Grammar: Classes and Instances)
Ruby setting 2
Ruby problem ⑦
Ruby learning 2
[Ruby] Block
Refactoring Ruby
ruby calculator
Gem ~ active_model_serializers ~
[Ruby] Classification and usage of loops in Ruby
Introduction and precautions of gem Friendly Id
Difference between "|| =" and "instance_variable_defined?" In Ruby memoization
Write code using Ruby classes and instances
Ruby settings 1
[Ruby] Difference between print, puts and p
Refactoring Ruby