mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
5297bdb0ec
This makes sure people don't bundle install with old versions of bundler
4 lines
50 B
Ruby
4 lines
50 B
Ruby
source :rubygems
|
|
|
|
gem 'bundler', '~> 1.0'
|
|
gemspec
|