タグ

bundlerに関するmainyaaのブックマーク (2)

  • Read the Latest CI CD News

    Introduction Measuring and improving the productivity of DevOps teams has long been a major challenge. From purely technical metrics to more business-oriented ones, the choice of metrics often remains a… Among all the tools aimed at orchestrating containers, the two leading players are Docker Swarm and Kubernetes. Both provide solutions for container application management, as well as container ap

    Read the Latest CI CD News
    mainyaa
    mainyaa 2013/12/16
    Travisがsaucelabsを参考にして“language: objective-c”をサポート。競合だけどオープンソースの志は同じか。素晴らしい。
  • ツールを使いたいだけの人のための bundler 入門 (例: vagrant + veewee) - Qiita

    このような場合でも bundler を使うと一部のバージョンを下げるなど、解決出来る組み合わせがあれば、うまく解決してくれます。 (bundler を使った場合の例は後で出てきます。) 1. ruby を入れておく まず ruby をインストールしておきます。 Mac などでは OS に標準で入っている ruby をそのまま使っても大丈夫だと思います。 元に戻すには? インストールに使った方法によるので一概には言えません。 2. rubygems を入れておく 1.8.7 なら rubygems を入れておきます。 これも OS などに標準で入っていれば、それを使えば大丈夫です。 元に戻すには? ruby 自体をまるごと入れ直すのが楽だと思います。 3. bundler を入れておく gem install bundler で bundler を入れておきます。 この後、使用するコマンドは

    ツールを使いたいだけの人のための bundler 入門 (例: vagrant + veewee) - Qiita
  • 1