0
0

More than 3 years have passed since last update.

Gemfileで使われる「~>」とは

Last updated at Posted at 2021-09-12

「~>」とは

今後のバグ修正のみ受け入れたい場合に使用する。

# 6.1.3以上、6.2.0未満
gem 'rails', '~> 6.1.3' 
# 4.1.0以上、5.0.0未満
gem 'puma', '~> 4.1' 

参照

0
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0