Gemfile in test-unit-capybara-1.0.1 vs Gemfile in test-unit-capybara-1.0.2

- old
+ new

@@ -14,11 +14,13 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +source :rubygems + gem "test-unit", ">= 2.4.4" -gem "capybara", ">= 1.1.3" +gem "capybara", ">= 1.1.2" gem "json" group :development, :test do gem "rake" gem "jeweler"