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
|
||||
|
|
|
@ -60,6 +60,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
bundler (~> 1.0)
|
||||
capybara!
|
||||
celerity (>= 0.7.9)
|
||||
culerity (>= 0.2.4)
|
||||
|
|
Loading…
Reference in a new issue