Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Bundler Tips & Tricks
Search
Nathan Youngman
January 16, 2014
Programming
0
140
Bundler Tips & Tricks
Nathan Youngman
January 16, 2014
Tweet
Share
More Decks by Nathan Youngman
See All by Nathan Youngman
The Healthy Programmer
nathany
2
93
Go and Node.js: a comparison
nathany
1
160
Diet Hacks
nathany
2
330
Go 1.6 and HTTP/2
nathany
3
100
Upgrading Rails Redux
nathany
1
84
GopherCon recap
nathany
0
140
Go Functions
nathany
0
89
Go Arrays & Slices
nathany
0
110
Go Types
nathany
2
120
Other Decks in Programming
See All in Programming
Creating a Free Video Ad Network on the Edge
mizoguchicoji
0
120
『ドメイン駆動設計をはじめよう』のモデリングアプローチ
masuda220
PRO
8
540
色々なIaCツールを実際に触って比較してみる
iriikeita
0
330
Kaigi on Rails 2024 〜運営の裏側〜
krpk1900
1
210
OnlineTestConf: Test Automation Friend or Foe
maaretp
0
110
TypeScript Graph でコードレビューの心理的障壁を乗り越える
ysk8hori
2
1.1k
Snowflake x dbtで作るセキュアでアジャイルなデータ基盤
tsoshiro
2
520
OSSで起業してもうすぐ10年 / Open Source Conference 2024 Shimane
furukawayasuto
0
100
Compose 1.7のTextFieldはPOBox Plusで日本語変換できない
tomoya0x00
0
190
聞き手から登壇者へ: RubyKaigi2024 LTでの初挑戦が 教えてくれた、可能性の星
mikik0
1
130
Click-free releases & the making of a CLI app
oheyadam
2
120
ヤプリ新卒SREの オンボーディング
masaki12
0
130
Featured
See All Featured
Rails Girls Zürich Keynote
gr2m
94
13k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
GraphQLとの向き合い方2022年版
quramy
43
13k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
250
21k
Designing for Performance
lara
604
68k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
31
2.7k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Side Projects
sachag
452
42k
YesSQL, Process and Tooling at Scale
rocio
169
14k
It's Worth the Effort
3n
183
27k
How to Ace a Technical Interview
jacobian
276
23k
Statistics for Hackers
jakevdp
796
220k
Transcript
Bundler Tips & Tricks ! ! @nathany
Parallel Install -j4 Bundler 1.5.2+
Outdated bundle outdated ––pre ! • rails (4.1.0.beta1 > 4.0.2)
Gemfile specifies "~> 4.0.2"
Create a Gem bundle gem mygem ––test rspec ––bin
Multiple Gemfiles Test against multiple versions of ActiveSupport ! BUNDLE_GEMFILE=spec/gemfiles/Gemfile.rails-4.1.x
bundle install ! BUNDLE_GEMFILE=spec/gemfiles/Gemfile.rails-4.1.x bundle exec rspec spec ! Travis CI gemfile: - spec/gemfiles/Gemfile.rails-4.0.x - spec/gemfiles/Gemfile.rails-4.1.x Blog post
Local Paths gem "rack", github: "rack/rack", branch: "master" ! #
gem "rack", path: "~/projects/rack" ! ! Override ! bundle config local.rack ~/projects/rack Blog post
The End What’s New Changelog