7
Gemfile.lock dosyasını anlama
bundle installKomutu çalıştırdıktan sonra , çalışma dizininde 'Gemfile.lock ' oluşturulur. Bu dosyanın içindeki yönergeler ne anlama geliyor? Örneğin, aşağıdaki dosyayı alalım: PATH remote: . specs: gem_one (0.0.1) GEM remote: http://example.org/ specs: gem_two (0.0.2) gem_three (0.0.3) gem_four (0.0.4) PLATFORMS platform DEPENDENCIES gem_two gem_one! ' PATH ', ' GEM ', ' PLATFORMS …
181
ruby
bundler
gemfile.lock