mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Add bundler dependency itself to gemfile
This makes sure people don't bundle install with old versions of bundler
This commit is contained in:
parent
81a686dd4b
commit
5297bdb0ec
2 changed files with 2 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -1,3 +1,4 @@
|
|||
source :rubygems
|
||||
|
||||
gem 'bundler', '~> 1.0'
|
||||
gemspec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue