This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
teamcapybara--capybara
Watch
1
Star
0
Fork
You've already forked teamcapybara--capybara
0
mirror of
https://github.com/teamcapybara/capybara.git
synced
2022-11-09 12:08:07 -05:00
Code
Releases
Activity
85a7de6c4a
teamcapybara--capybara
/
Gemfile
7 lines
94 B
Text
Raw
Normal View
History
Unescape
Escape
New source, prevent deprecation warning
2013-02-24 12:19:58 -05:00
source 'https://rubygems.org'
Use bundler in development. Wow, that was easy...
2010-07-21 17:32:14 -04:00
Bundler 1.1 allows Gemfile to override gemspec dependencies
2013-02-24 12:18:12 -05:00
gem 'bundler', '~> 1.1'
Use bundler in development. Wow, that was easy...
2010-07-21 17:32:14 -04:00
gemspec
Add xpath gem as submodule and run from submodule This way it's far easier to develop against the most recent version of the gem.
2011-01-09 07:43:36 -05:00
gem 'xpath', :path => 'xpath'
Copy permalink